3v4l.org

run code in 300+ PHP versions simultaneously
<?php $txt = "id:100001200501140618023227023121 sub:001 dlvrd:001 submit date:1406180232 done date:1406180232 stat:UNDELIV err:000 text:Thanks. Utk download"; $txt_status = array(); $txt_status = split(" ",$txt); $txt_status = split(":",$txt_status[7].":".$txt_status[8]); $err_code_id = $txt_status[3]; $status_telco = $txt_status[1]; echo $status_telco;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function split() in /in/n0ASe:4 Stack trace: #0 {main} thrown in /in/n0ASe 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:
76.74 ms | 401 KiB | 8 Q