/
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_variation1.phpt
--TEST-- Test extract() function (variation 1) --FILE-- <?php $val = 4; $str = "John"; debug_zval_dump($val); debug_zval_dump($str); /* Extracting Global Variables */ var_dump(extract($GLOBALS, EXTR_REFS)); debug_zval_dump($val); debug_zval_dump($str); echo "\nDone"; ?> --EXPECTF-- int(4) string(4) "John" refcount(%d) int(%d) int(4) string(4) "John" refcount(%d) Done
Copyright ©2k19 -
Hexid
|
Tex7ure