3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo {} var_dump(isset(Foo::$bar)); Foo::$bar = true; var_dump(isset(Foo::$bar));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1bM7t
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'var_dump'
          1        ISSET_ISEMPTY_STATIC_PROP                        ~0      'bar'
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    6     4        ASSIGN_STATIC_PROP                                       'bar', 'Foo'
          5        OP_DATA                                                  <true>
    7     6        INIT_FCALL                                               'var_dump'
          7        ISSET_ISEMPTY_STATIC_PROP                        ~3      'bar'
          8        SEND_VAL                                                 ~3
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Class Foo: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.58 ms | 939 KiB | 16 Q