mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
8 lines
90 B
PHP
8 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();
|
||
?>
|