mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
7 lines
90 B
PHP
7 lines
90 B
PHP
<?php
|
||
function $B'd'V'c'd(B() {
|
||
echo "$B'd'V'c'd(B - ok\n";
|
||
}
|
||
|
||
$B'd'V'c'd(B();
|
||
?>
|