parser/phpast/samples/if.php
2022-07-26 12:48:37 +02:00

7 lines
62 B
PHP

<?php
if($foo) {
return $foo;
} else {
return $foo;
}