3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sayHello($value = "'Happy_the_Exceed"){ echo "Hello " . $value; } sayHello();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v0qqX
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'sayhello'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Function sayhello:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v0qqX
function name:  sayHello
number of ops:  4
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV_INIT                                        !0      '%27Happy_the_Exceed'
    5     1        CONCAT                                           ~1      'Hello+', !0
          2        ECHO                                                     ~1
    7     3      > RETURN                                                   null

End of function sayhello

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.08 ms | 1400 KiB | 14 Q