summaryrefslogtreecommitdiff
path: root/tests/lang/bug73172.inc
blob: 5e4a85ea2e2bf4aab858fea22f07fb7432b92f0e (plain)
1
2
3
4
5
6
7
<?php

function test($a, $x, $y){
  return;
}
test('test', 9223372036854775808, 'test');