5 lines
93 B
PHP
5 lines
93 B
PHP
<?php old_function Test $a,$b (
|
|
echo $a+$b;
|
|
);
|
|
Test(1,2)?>
|
|
|