3v4l.org

run code in 500+ PHP versions simultaneously
<?php class X { public int $p; } $x = new X; $x->p = PHP_INT_MIN; --$x->p; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b6JKa
function name:  (null)
number of ops:  7
compiled vars:  !0 = $x
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   NEW                                                  $1      'X'
          1        DO_FCALL                                          0          
          2        ASSIGN                                                       !0, $1
    9     3        ASSIGN_OBJ                                                   !0, 'p'
          4        OP_DATA                                                      -9223372036854775808
   10     5        PRE_DEC_OBJ                                                  !0, 'p'
   12     6      > RETURN                                                       1

Class X: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
136.07 ms | 1478 KiB | 13 Q