php-src/tests/lang/bug73172.inc

7 lines
89 B
PHP
Raw Normal View History

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