3v4l.org

run code in 300+ PHP versions simultaneously
<?php function processWord($word) { $segments = explode("\t", $word); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7ud8J
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E > > RETURN                                                   1

Function processword:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7ud8J
function name:  processWord
number of ops:  7
compiled vars:  !0 = $word, !1 = $segments
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%09'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !1, $2
    6     6      > RETURN                                                   null

End of function processword

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.5 ms | 1385 KiB | 15 Q