3v4l.org

run code in 300+ 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 = 79) Position 1 = -2
filename:       /in/LFL2m
function name:  e
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'in+e%0A'
    5     1      > EXIT                                                     
    6     2*     > RETURN                                                   null

End of function e

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.93 ms | 1400 KiB | 14 Q