1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01: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');