3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Foo { private int $num; public function __construct(int $num) { $this->num = $num; } } var_dump(new Foo(1) == new Foo(2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hTR2v
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                                   'var_dump'
          1        NEW                                                  $0      'Foo'
          2        SEND_VAL_EX                                                  1
          3        DO_FCALL                                          0          
          4        NEW                                                  $2      'Foo'
          5        SEND_VAL_EX                                                  2
          6        DO_FCALL                                          0          
          7        IS_EQUAL                                             ~4      $0, $2
          8        SEND_VAL                                                     ~4
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Class Foo:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hTR2v
function name:  __construct
number of ops:  4
compiled vars:  !0 = $num
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   RECV                                                 !0      
    6     1        ASSIGN_OBJ                                                   'num'
          2        OP_DATA                                                      !0
    7     3      > RETURN                                                       null

End of function __construct

End of class Foo.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
167.26 ms | 1582 KiB | 14 Q