3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('log_errors', true); ini_set('display_errors', true); error_reporting(-1); abstract class Test { abstract static public function test1(); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gfQUB
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'log_errors'
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'display_errors'
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'error_reporting'
          9        SEND_VAL                                                 -1
         10        DO_ICALL                                                 
   10    11      > RETURN                                                   1

Class Test:
Function test1:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gfQUB
function name:  test1
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E > > RETURN                                                   null

End of function test1

End of class Test.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.18 ms | 939 KiB | 18 Q