1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/tests/lang/bug73172.inc
2016-09-26 18:47:30 +02:00

8 lines
90 B
PHP

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