Browse Source
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@861 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0

2 changed files with 9 additions and 1 deletions
@ -0,0 +1,8 @@
|
||||
--TEST-- |
||||
xcache_is_autoglobal |
||||
--FILE-- |
||||
<?php |
||||
var_dump(xcache_is_autoglobal("GLOBALS")); |
||||
?> |
||||
--EXPECT-- |
||||
bool(true) |
Loading…
Reference in new issue