3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "2017-07-10 16:04:18 (4261) INFO : Running distributed import (mode 1) on all PMs... 2017-07-10 16:04:19 (4261) INFO : For table test.sales: 9 rows processed and 9 rows inserted. 2017-07-10 16:04:19 (4261) INFO : Bulk load completed, total run time : 1.03363 seconds"; $log = explode("2017", $str); echo $str; echo "<br>"; echo "<br>"; print_r($log);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bgTgR
function name:  (null)
number of ops:  13
compiled vars:  !0 = $str, !1 = $log
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '2017-07-10+16%3A04%3A18+%284261%29+INFO+%3A+Running+distributed+import+%28mode+1%29+on+all+PMs...+2017-07-10+16%3A04%3A19+%284261%29+INFO+%3A+For+table+test.sales%3A+9+rows+processed+and+9+rows+inserted.+2017-07-10+16%3A04%3A19+%284261%29+INFO+%3A+Bulk+load+completed%2C+total+run+time+%3A+1.03363+seconds'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '2017'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    7     6        ECHO                                                     !0
    8     7        ECHO                                                     '%3Cbr%3E'
    9     8        ECHO                                                     '%3Cbr%3E'
   10     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.3 ms | 1398 KiB | 17 Q