7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
function test($a, $x, $y){
|
|
return;
|
|
}
|
|
test('test', 9223372036854775808, 'test');
|