3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ☺(){ return range(0, 100000); } function ☻(){ return ☺(); } ☺(); ☻();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qmtWF
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   INIT_FCALL                                               '%E2%98%BA'
          1        DO_FCALL                                      0          
   13     2        INIT_FCALL                                               '%E2%98%BB'
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function %E2%98%BA:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qmtWF
function name:  ☺
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'range'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 100000
          3        DO_ICALL                                         $0      
          4      > RETURN                                                   $0
    6     5*     > RETURN                                                   null

End of function %E2%98%BA

Function %E2%98%BB:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qmtWF
function name:  ☻
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               '%E2%98%BA'
          1        DO_FCALL                                      0  $0      
          2      > RETURN                                                   $0
   10     3*     > RETURN                                                   null

End of function %E2%98%BB

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.07 ms | 1397 KiB | 18 Q