mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02: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();
|
|
?>
|