3v4l.org

run code in 300+ PHP versions simultaneously
<?php fb_enable_code_coverage(); new stdClass; new Memcached; new ZipArchive; $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/phuL2
function name:  (null)
number of ops:  21
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL_BY_NAME                                       'fb_enable_code_coverage'
          1        DO_FCALL                                      0          
    6     2        NEW                                              $2      'stdClass'
          3        DO_FCALL                                      0          
          4        FREE                                                     $2
    7     5        NEW                                              $4      'Memcached'
          6        DO_FCALL                                      0          
          7        FREE                                                     $4
    8     8        NEW                                              $6      'ZipArchive'
          9        DO_FCALL                                      0          
         10        FREE                                                     $6
   11    11        INIT_FCALL_BY_NAME                                       'fb_get_code_coverage'
         12        SEND_VAL_EX                                              <true>
         13        DO_FCALL                                      0  $8      
         14        ASSIGN                                                   !0, $8
   13    15        INIT_FCALL_BY_NAME                                       'fb_disable_code_coverage'
         16        DO_FCALL                                      0          
   15    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.7 ms | 1395 KiB | 15 Q