mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
6 lines
51 B
PHP
6 lines
51 B
PHP
|
<?php
|
||
|
old_function MyFunc $a (
|
||
|
echo $a;
|
||
|
);
|
||
|
?>
|