xref: /PHP-7.1/tests/lang/bug73172.inc (revision 03f3b847)
1<?php
2
3function test($a, $x, $y){
4  return;
5}
6test('test', 9223372036854775808, 'test');
7