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($str, "2017"); echo $str; var_dump($log);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jrReY
function name:  (null)
number of ops:  11
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_VAR                                                 !0
          3        SEND_VAL                                                 '2017'
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    7     6        ECHO                                                     !0
    8     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.4 ms | 1394 KiB | 17 Q