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