xref
: /
PHP-7.1
/
tests
/
lang
/
bug73172.inc
(revision 03f3b847)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
function test($a, $x, $y){
4
return;
5
}
6
test('test', 9223372036854775808, 'test');
7