php-src/tests/lang/bug73172.inc

8 lines
90 B
PHP

<?php
function test($a, $x, $y){
return;
}
test('test', 9223372036854775808, 'test');