bug73172.inc 89 B

123456
  1. <?php
  2. function test($a, $x, $y){
  3. return;
  4. }
  5. test('test', 9223372036854775808, 'test');