3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'test]1]2]3]4]test2]test]5'; print_r( explode(']', $string) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AUt6O
function name:  (null)
number of ops:  9
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'test%5D1%5D2%5D3%5D4%5Dtest2%5Dtest%5D5'
    5     1        INIT_FCALL                                               'print_r'
    6     2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '%5D'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                                 
    7     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.26 ms | 1398 KiB | 17 Q