3v4l.org

run code in 500+ PHP versions simultaneously
<?php function e() { echo "in e\n"; exit; } echo "before e\n"; e(); echo "after e\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LFL2m
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    8     0  E >   ECHO                                                         'before+e%0A'
    9     1        INIT_FCALL                                                   'e'
          2        DO_FCALL                                          0          
   10     3        ECHO                                                         'after+e%0A'
          4      > RETURN                                                       1

Function e:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 61) Position 1 = -2
filename:       /in/LFL2m
function name:  e
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                         'in+e%0A'
    5     1      > INIT_FCALL                                                   'exit'
          2*       DO_ICALL                                                     
    6     3*     > RETURN                                                       null

End of function e

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
199.51 ms | 2036 KiB | 15 Q