3v4l.org

run code in 300+ PHP versions simultaneously
<?php fb_enable_code_coverage(); new stdClass; new Memcached; new ZipArchive; new ReflectionClass('stdClass'); $data = fb_get_code_coverage(TRUE); fb_disable_code_coverage(); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/p94Rr
function name:  (null)
number of ops:  25
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'fb_enable_code_coverage'
          1        DO_FCALL                                      0          
    5     2        NEW                                              $2      'stdClass'
          3        DO_FCALL                                      0          
          4        FREE                                                     $2
    6     5        NEW                                              $4      'Memcached'
          6        DO_FCALL                                      0          
          7        FREE                                                     $4
    7     8        NEW                                              $6      'ZipArchive'
          9        DO_FCALL                                      0          
         10        FREE                                                     $6
    8    11        NEW                                              $8      'ReflectionClass'
         12        SEND_VAL_EX                                              'stdClass'
         13        DO_FCALL                                      0          
         14        FREE                                                     $8
   10    15        INIT_FCALL_BY_NAME                                       'fb_get_code_coverage'
         16        SEND_VAL_EX                                              <true>
         17        DO_FCALL                                      0  $10     
         18        ASSIGN                                                   !0, $10
   12    19        INIT_FCALL_BY_NAME                                       'fb_disable_code_coverage'
         20        DO_FCALL                                      0          
   14    21        INIT_FCALL                                               'var_dump'
         22        SEND_VAR                                                 !0
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.91 ms | 1395 KiB | 15 Q