1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xcache/tests/xcache_is_autoglobal.phpt

9 lines
113 B
PHP

--TEST--
xcache_is_autoglobal
--FILE--
<?php
var_dump(xcache_is_autoglobal("GLOBALS"));
?>
--EXPECT--
bool(true)