3v4l.org

run code in 300+ PHP versions simultaneously
<?php| $str = '235|125|'; echo explode('|', $str);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jcP1G
function name:  (null)
number of ops:  10
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   FETCH_CONSTANT                                   ~1      'php'
    2     1        ASSIGN                                           ~2      !0, '235%7C125%7C'
          2        BW_OR                                            ~3      ~1, ~2
          3        FREE                                                     ~3
    4     4        INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 '%7C'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        ECHO                                                     $4
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.4 ms | 1394 KiB | 15 Q