3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ☺(){ return array_fill(0, 100000, int); } function ☻(){ return ☺(); } ☺(); ☻();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8REt7
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/8REt7
function name:  ☺
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'array_fill'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 100000
          3        FETCH_CONSTANT                                   ~0      'int'
          4        SEND_VAL                                                 ~0
          5        DO_ICALL                                         $1      
          6      > RETURN                                                   $1
    6     7*     > 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/8REt7
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:
166.53 ms | 1398 KiB | 18 Q