/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
simplexml
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/simplexml/tests/bug41582.phpt
--TEST-- Bug #41582 (SimpleXML crashes when accessing newly created element) --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- <?php $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?> <collection></collection>'); $xml->movie[]->characters->character[0]->name = 'Miss Coder'; echo($xml->asXml()); ?> --EXPECT-- <?xml version="1.0" standalone="yes"?> <collection><movie><characters><character><name>Miss Coder</name></character></characters></movie></collection>
Copyright ©2k19 -
Hexid
|
Tex7ure