/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/array_018.phpt
--TEST-- SPL: ArrayObject and \0 --FILE-- <?php try { $foo = new ArrayObject(); $foo->offsetSet("\0", "Foo"); } catch (Exception $e) { var_dump($e->getMessage()); } var_dump($foo); try { $foo = new ArrayObject(); $data = explode("=", "=Foo"); $foo->offsetSet($data[0], $data[1]); } catch (Exception $e) { var_dump($e->getMessage()); } var_dump($foo); ?> --EXPECT-- object(ArrayObject)#1 (1) { ["storage":"ArrayObject":private]=> array(1) { ["