1
0
Fork 0
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)