3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sad () { return true; } function stop () { echo "Stop"; } function beAwesome () { echo "I'm awsome"; } if (sad() === true) { stop(); } else { beAwesome(); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UbN7R
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   INIT_FCALL                                               'sad'
          1        DO_FCALL                                      0  $0      
          2        TYPE_CHECK                                    8          $0
          3      > JMPZ                                                     ~1, ->7
   20     4    >   INIT_FCALL                                               'stop'
          5        DO_FCALL                                      0          
          6      > JMP                                                      ->9
   23     7    >   INIT_FCALL                                               'beawesome'
          8        DO_FCALL                                      0          
   24     9    > > RETURN                                                   1

Function sad:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UbN7R
function name:  sad
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E > > RETURN                                                   <true>
    6     1*     > RETURN                                                   null

End of function sad

Function stop:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UbN7R
function name:  stop
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   ECHO                                                     'Stop'
   11     1      > RETURN                                                   null

End of function stop

Function beawesome:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UbN7R
function name:  beAwesome
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   ECHO                                                     'I%27m+awsome'
   16     1      > RETURN                                                   null

End of function beawesome

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.74 ms | 1399 KiB | 16 Q