3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml='<?xml version="1.0" encoding="UTF-8" ?>'; $xml.='<Test> <Item> <Price>0.53</Price> <Text>This is some test text. We need to see how it does.<br> This is a second line of text.</Text> </Item> </Test>'; $result=simplexml_load_string($xml); echo $result->Item->Text;
Output for git.master, git.master_jit
Warning: simplexml_load_string(): Entity: line 5: parser error : Opening and ending tag mismatch: br line 4 and Text in /in/T5ACb on line 11 Warning: simplexml_load_string(): This is a second line of text.</Text> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: simplexml_load_string(): Entity: line 6: parser error : Opening and ending tag mismatch: Text line 4 and Item in /in/T5ACb on line 11 Warning: simplexml_load_string(): </Item> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: simplexml_load_string(): Entity: line 7: parser error : Opening and ending tag mismatch: Item line 2 and Test in /in/T5ACb on line 11 Warning: simplexml_load_string(): </Test> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: simplexml_load_string(): Entity: line 7: parser error : Premature end of data in tag Test line 1 in /in/T5ACb on line 11 Warning: simplexml_load_string(): </Test> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: Attempt to read property "Item" on bool in /in/T5ACb on line 13 Warning: Attempt to read property "Text" on null in /in/T5ACb on line 13
Output for rfc.property-hooks
Warning: simplexml_load_string(): Entity: line 5: parser error : Opening and ending tag mismatch: br line 4 and Text in /in/T5ACb on line 11 Warning: simplexml_load_string(): This is a second line of text.</Text> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: simplexml_load_string(): Entity: line 6: parser error : Opening and ending tag mismatch: Text line 4 and Item in /in/T5ACb on line 11 Warning: simplexml_load_string(): </Item> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: simplexml_load_string(): Entity: line 7: parser error : Opening and ending tag mismatch: Item line 2 and Test in /in/T5ACb on line 11 Warning: simplexml_load_string(): </Test> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: simplexml_load_string(): Entity: line 7: parser error : Premature end of data in tag Test line 1 in /in/T5ACb on line 11 Warning: simplexml_load_string(): </Test> in /in/T5ACb on line 11 Warning: simplexml_load_string(): ^ in /in/T5ACb on line 11 Warning: Attempt to read property "Item" on false in /in/T5ACb on line 13 Warning: Attempt to read property "Text" on null in /in/T5ACb on line 13

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
48.96 ms | 404 KiB | 8 Q