3v4l.org

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

Function std:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WZHtp
function name:  std
number of ops:  5
compiled vars:  !0 = $bla
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV_INIT                                        !0      null
    4     1        INIT_FCALL                                               'print_r'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
    5     4      > RETURN                                                   null

End of function std

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.31 ms | 1397 KiB | 17 Q