mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
7 lines
90 B
PHP
7 lines
90 B
PHP
<?php
|
|
|
|
function test($a, $x, $y){
|
|
return;
|
|
}
|
|
test('test', 9223372036854775808, 'test');
|
|
|