3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ☺(){ return 100000; } function ☻(){ return ☺(); } (☺()); print_r(☻());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tbdgV
function name:  (null)
number of ops:  8
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                                               'print_r'
          3        INIT_FCALL                                               '%E2%98%BB'
          4        DO_FCALL                                      0  $1      
          5        SEND_VAR                                                 $1
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Function %E2%98%BA:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tbdgV
function name:  ☺
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E > > RETURN                                                   100000
    6     1*     > 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/tbdgV
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:
159.46 ms | 1397 KiB | 18 Q