You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
236 B

--TEST--
func_get_args() outside of a function declaration
--FILE--
<?php
var_dump(func_get_args());
?>
--EXPECTREGEX--
Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
bool\(false\)