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