/
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/compact_order.phpt
--TEST-- compact() and hashmap order --FILE-- <?php $foo = null; $bar = null; var_dump(compact('foo', 'bar')); var_dump(compact('bar', 'foo')); ?> --EXPECT-- array(2) { ["foo"]=> NULL ["bar"]=> NULL } array(2) { ["bar"]=> NULL ["foo"]=> NULL }
Copyright ©2k19 -
Hexid
|
Tex7ure