add is_autoglobal test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@861 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
e5d9c15063
commit
0a419538bf
@ -0,0 +1,8 @@
|
||||
--TEST--
|
||||
xcache_is_autoglobal
|
||||
--FILE--
|
||||
<?php
|
||||
var_dump(xcache_is_autoglobal("GLOBALS"));
|
||||
?>
|
||||
--EXPECT--
|
||||
bool(true)
|
Loading…
Reference in New Issue