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 = $status.":".$txt_status[1]; echo $status_telco;
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Call to undefined function split() in /in/0WMhh:4 Stack trace: #0 {main} thrown in /in/0WMhh on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Deprecated: Function split() is deprecated in /in/0WMhh on line 4 Deprecated: Function split() is deprecated in /in/0WMhh on line 5 Notice: Undefined variable: status in /in/0WMhh on line 7 :UNDELIV
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined variable: status in /in/0WMhh on line 7 :UNDELIV
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: status in /in/0WMhh on line 7 :UNDELIV

preferences:
270.32 ms | 402 KiB | 366 Q