3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( $a=parse_url("https://external.xx.fbcdn.net/safe_image.php?d=AQC47dVODEKYZem7&url=https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/v/t1.0-1/p200x200/20514_1055592921134885_5808638198477196079_n.jpg?oh=064fa4de8b43184756c514fc721e5a94&oe=56F70DE8&__gda__=1454831326_52224cc513cfc8676c173994a61ad86d")); var_dump(parse_str($a['query']));
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { ["scheme"]=> string(5) "https" ["host"]=> string(21) "external.xx.fbcdn.net" ["path"]=> string(15) "/safe_image.php" ["query"]=> string(243) "d=AQC47dVODEKYZem7&url=https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/v/t1.0-1/p200x200/20514_1055592921134885_5808638198477196079_n.jpg?oh=064fa4de8b43184756c514fc721e5a94&oe=56F70DE8&__gda__=1454831326_52224cc513cfc8676c173994a61ad86d" } Fatal error: Uncaught ArgumentCountError: parse_str() expects exactly 2 arguments, 1 given in /in/qHS4r:4 Stack trace: #0 /in/qHS4r(4): parse_str('d=AQC47dVODEKYZ...') #1 {main} thrown in /in/qHS4r on line 4
Process exited with code 255.

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:
40.62 ms | 402 KiB | 8 Q