3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); class a { public $x = 'labas'; function c() { echo self::$x; //echo self::b('aaa'); } } a::c();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/38hJa
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
   13     3        INIT_STATIC_METHOD_CALL                                  'a', 'c'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class a:
Function c:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/38hJa
function name:  c
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   FETCH_STATIC_PROP_R          unknown             ~0      'x'
          1        ECHO                                                     ~0
   10     2      > RETURN                                                   null

End of function c

End of class a.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.58 ms | 1385 KiB | 15 Q