mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
8 lines
90 B
PHP
8 lines
90 B
PHP
<?php
|
|
|
|
function test($a, $x, $y){
|
|
return;
|
|
}
|
|
test('test', 9223372036854775808, 'test');
|
|
|