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

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