3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = new \SimpleXMLElement('<?xml version="1.0" encoding="UTF-8" standalone="yes"?><mc-profile-response><mc-response><code>0</code><message>Service successfully ended</message></mc-response><mc-profile><username>petermueller</username><gender>M</gender><firstname>Muster</firstname><lastname>Peter</lastname><email>peter.muster@info.ch</email><street>Strasse</street><streetnumber>34a</streetnumber><zip>8888</zip><city>Musterhausen</city><country>CH</country><mobilenumber>079 737 37 37</mobilenumber><additional-address>Addresszusatz 888</additional-address></mc-profile></mc-profile-response>'); var_dump((array) $mConnectProfile->{'mc-profile'});
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Warning: Undefined variable $mConnectProfile in /in/jhFPE on line 5 Warning: Attempt to read property "mc-profile" on null in /in/jhFPE on line 5 array(0) { }
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: Undefined variable $mConnectProfile in /in/jhFPE on line 5 Warning: Attempt to read property "mc-profile" on null in /in/jhFPE on line 5 array(0) { }
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: mConnectProfile in /in/jhFPE on line 5 Notice: Trying to get property 'mc-profile' of non-object in /in/jhFPE on line 5 array(0) { }
Output for 7.3.32 - 7.3.33
array(0) { }
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Undefined variable: mConnectProfile in /in/jhFPE on line 5 Notice: Trying to get property of non-object in /in/jhFPE on line 5 array(0) { }

preferences:
277.43 ms | 402 KiB | 330 Q