3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = new SimpleXMLElement("<response type='5'> <body order_code='9ee56c2e5-de9b-4d13-a2bd-4175c6f43b97' pay_summ='166.37' comiss='7.16' comiss_descr='Комиссия банка: 3 грн + 2,5% от стоимости билета. Сервисный сбор РЦ Министерства транспорта и связи Укр - 18 грн' total_summ='173.53'> <trip-segment ticket='21П-Н1-1847975-1906' creation_time='19.06.2013 08:57:28' num='1' tot_price='166.37' transporte_type='2' tax='3.00'> <places> <place car_num='15' car_type='1040' loc_num='06' /> </places> </trip-segment> </body> </response>"); var_dump($xml->body['@attributes']['order_code']);
Output for git.master, git.master_jit
Warning: Trying to access array offset on value of type null in /in/ouSXK on line 11 NULL
Output for rfc.property-hooks
Warning: Trying to access array offset on null in /in/ouSXK on line 11 NULL

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:
70.83 ms | 401 KiB | 8 Q