/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
array
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/array/extract_safety.phpt
--TEST-- Test extract() for overwrite of GLOBALS --FILE-- <?php $str = "John"; debug_zval_dump($GLOBALS["str"]); /* Extracting Global Variables */ $splat = array("foo" => "bar"); var_dump(extract(array("GLOBALS" => $splat, EXTR_OVERWRITE))); unset ($splat); debug_zval_dump($GLOBALS["str"]); echo "\nDone"; ?> --EXPECTF-- string(4) "John" refcount(%d) int(0) string(4) "John" refcount(%d) Done
Copyright ©2k19 -
Hexid
|
Tex7ure