Files
php_8/conditions/tern.php
2022-04-17 16:34:10 +03:00

4 lines
34 B
PHP

<?php
$x = $x ?: 1;
echo $x; // 1