3v4l.org

run code in 300+ PHP versions simultaneously
<?php print("Error level was ".error_reporting()."\n"); error_reporting(E_ALL); print("Now error level is ".error_reporting()."\n"); $s = "abstract class AbstractMethodStaticLoader { public static abstract function loadMetadata(); }"; eval($s);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/E9WBt
function name:  (null)
number of ops:  16
compiled vars:  !0 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        DO_ICALL                                         $1      
          2        CONCAT                                           ~2      'Error+level+was+', $1
          3        CONCAT                                           ~3      ~2, '%0A'
          4        ECHO                                                     ~3
    4     5        INIT_FCALL                                               'error_reporting'
          6        SEND_VAL                                                 32767
          7        DO_ICALL                                                 
    5     8        INIT_FCALL                                               'error_reporting'
          9        DO_ICALL                                         $5      
         10        CONCAT                                           ~6      'Now+error+level+is+', $5
         11        CONCAT                                           ~7      ~6, '%0A'
         12        ECHO                                                     ~7
    6    13        ASSIGN                                                   !0, 'abstract+class+AbstractMethodStaticLoader+%7B+public+static+abstract+function+loadMetadata%28%29%3B+%7D'
    7    14        INCLUDE_OR_EVAL                                          !0, EVAL
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.3 ms | 1394 KiB | 15 Q