3v4l.org

run code in 300+ PHP versions simultaneously
<?php function yourMom(){ echo "Your mom "; } function isSoFat(){ echo "is so fat..."; } $array = array("yourMom", "isSoFat"); foreach($array as $funt) $funct();
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 6
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 6
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/GMQkq
function name:  (null)
number of ops:  8
compiled vars:  !0 = $array, !1 = $funt, !2 = $funct
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   ASSIGN                                                   !0, <array>
   13     1      > FE_RESET_R                                       $4      !0, ->6
          2    > > FE_FETCH_R                                               $4, !1, ->6
          3    >   INIT_DYNAMIC_CALL                                        !2
          4        DO_FCALL                                      0          
          5      > JMP                                                      ->2
          6    >   FE_FREE                                                  $4
          7      > RETURN                                                   1

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

End of function yourmom

Function issofat:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GMQkq
function name:  isSoFat
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ECHO                                                     'is+so+fat...'
    9     1      > RETURN                                                   null

End of function issofat

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.01 ms | 1394 KiB | 13 Q