1
0
Fork 0

add is_autoglobal test

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@861 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent e5d9c15063
commit 0a419538bf

@ -0,0 +1,8 @@
--TEST--
xcache_is_autoglobal
--FILE--
<?php
var_dump(xcache_is_autoglobal("GLOBALS"));
?>
--EXPECT--
bool(true)

@ -3,7 +3,7 @@
#define XCACHE_DEBUG
#endif
#if 1
#if 0
#define SHOW_DPRINT
#endif

Loading…
Cancel
Save