3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getForm( $alias, $name, $value = "", $checked = null, array $attributes = [] ){ print_r($attributes); } getForm("", "");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Drq8b
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'getform'
          1        SEND_VAL                                                 ''
          2        SEND_VAL                                                 ''
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function getform:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Drq8b
function name:  getForm
number of ops:  9
compiled vars:  !0 = $alias, !1 = $name, !2 = $value, !3 = $checked, !4 = $attributes
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV_INIT                                        !2      ''
          3        RECV_INIT                                        !3      null
          4        RECV_INIT                                        !4      <array>
    4     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !4
          7        DO_ICALL                                                 
    5     8      > RETURN                                                   null

End of function getform

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.79 ms | 1401 KiB | 16 Q