3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Funcs: ". count(get_defined_functions()). "\n"; echo "Classes: ". count(get_declared_classes()). "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9Dquv
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'get_defined_functions'
          1        DO_ICALL                                         $0      
          2        COUNT                                            ~1      $0
          3        CONCAT                                           ~2      'Funcs%3A+', ~1
          4        CONCAT                                           ~3      ~2, '%0A'
          5        ECHO                                                     ~3
    3     6        INIT_FCALL                                               'get_declared_classes'
          7        DO_ICALL                                         $4      
          8        COUNT                                            ~5      $4
          9        CONCAT                                           ~6      'Classes%3A+', ~5
         10        CONCAT                                           ~7      ~6, '%0A'
         11        ECHO                                                     ~7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.9 ms | 1394 KiB | 17 Q