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