3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { } new A(1, 2, 34, 'ciao'); new A(); new A('x', 'y', 0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/inboi
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   NEW                                              $0      'A'
          1        SEND_VAL_EX                                              1
          2        SEND_VAL_EX                                              2
          3        SEND_VAL_EX                                              34
          4        SEND_VAL_EX                                              'ciao'
          5        DO_FCALL                                      0          
          6        FREE                                                     $0
    8     7        NEW                                              $2      'A'
          8        DO_FCALL                                      0          
          9        FREE                                                     $2
    9    10        NEW                                              $4      'A'
         11        SEND_VAL_EX                                              'x'
         12        SEND_VAL_EX                                              'y'
         13        SEND_VAL_EX                                              0
         14        DO_FCALL                                      0          
         15        FREE                                                     $4
         16      > RETURN                                                   1

Class A: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.86 ms | 1393 KiB | 13 Q