3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf("%d classes, %d interfaces,", count(get_declared_classes()), count(get_declared_interfaces()));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4WaoV
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'printf'
          1        SEND_VAL                                                 '%25d+classes%2C+%25d+interfaces%2C'
          2        INIT_FCALL                                               'get_declared_classes'
          3        DO_ICALL                                         $0      
          4        COUNT                                            ~1      $0
          5        SEND_VAL                                                 ~1
          6        INIT_FCALL                                               'get_declared_interfaces'
          7        DO_ICALL                                         $2      
          8        COUNT                                            ~3      $2
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.77 ms | 1394 KiB | 19 Q