3v4l.org

run code in 300+ PHP versions simultaneously
<?php function array_hiss() { return array("hiss"); } var_dump(array("hiss")); var_dump(array_hiss());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OTFa1
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 <array>
          2        DO_ICALL                                                 
    8     3        INIT_FCALL                                               'var_dump'
          4        INIT_FCALL                                               'array_hiss'
          5        DO_FCALL                                      0  $1      
          6        SEND_VAR                                                 $1
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

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

End of function array_hiss

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.01 ms | 1401 KiB | 16 Q