summaryrefslogtreecommitdiff
path: root/Zend/tests/func_get_args.phpt
blob: eea8ae4354eebb466ab91395b3011c983c124105 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Testing func_get_args()
--FILE--
<?php

func_get_args();

?>
--EXPECTF--
Warning: func_get_args():  Called from the global scope - no function context in %s on line 3