3v4l.org

run code in 500+ PHP versions simultaneously
<?php $string = '10/06/2010 09:10:40 Work not yet started'; var_export(preg_split('/\S+ \S+\K /', $string, 2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CMitq
function name:  (null)
number of ops:  10
compiled vars:  !0 = $string
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '10%2F06%2F2010+09%3A10%3A40+Work+not+yet+started'
    4     1        INIT_FCALL                                                   'var_export'
          2        INIT_FCALL                                                   'preg_split'
          3        SEND_VAL                                                     '%2F%5CS%2B+%5CS%2B%5CK+%2F'
          4        SEND_VAR                                                     !0
          5        SEND_VAL                                                     2
          6        DO_ICALL                                             $2      
          7        SEND_VAR                                                     $2
          8        DO_ICALL                                                     
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
178.47 ms | 2159 KiB | 15 Q