3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sad() { return 'nonsense'; } function stop() { return 'please stop'; } function sing() {} function beAwesome() {} // life motto if (sad() == true) { sad().stop(); sing(); } else { beAwesome(); } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Zgfa
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'sad'
          1        DO_FCALL                                      0  $0      
          2        BOOL                                             ~1      $0
          3      > JMPZ                                                     ~1, ->13
    9     4    >   INIT_FCALL                                               'sad'
          5        DO_FCALL                                      0  $2      
          6        INIT_FCALL                                               'stop'
          7        DO_FCALL                                      0  $3      
          8        CONCAT                                           ~4      $2, $3
          9        FREE                                                     ~4
   10    10        INIT_FCALL                                               'sing'
         11        DO_FCALL                                      0          
         12      > JMP                                                      ->15
   12    13    >   INIT_FCALL                                               'beawesome'
         14        DO_FCALL                                      0          
   14    15    > > RETURN                                                   1

Function sad:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Zgfa
function name:  sad
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > RETURN                                                   'nonsense'
          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/5Zgfa
function name:  stop
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > RETURN                                                   'please+stop'
          1*     > RETURN                                                   null

End of function stop

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

End of function sing

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

End of function beawesome

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.15 ms | 1398 KiB | 18 Q