3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = "00:12"; if(strlen($start) == 5){ $temp = explode(":", $start); var_dump($temp); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 12
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/cp5Hr
function name:  (null)
number of ops:  13
compiled vars:  !0 = $start, !1 = $temp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '00%3A12'
    5     1        STRLEN                                           ~3      !0
          2        IS_EQUAL                                                 ~3, 5
          3      > JMPZ                                                     ~4, ->12
    7     4    >   INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 '%3A'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    8     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
   10    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.61 ms | 1385 KiB | 17 Q