3v4l.org

run code in 300+ PHP versions simultaneously
<?php fb_enable_code_coverage(); $m = new Memcached(); var_dump(get_included_files()); $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/9mQgI
function name:  (null)
number of ops:  20
compiled vars:  !0 = $m, !1 = $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                                              $3      'Memcached'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !0, $3
    7     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'get_included_files'
          7        DO_ICALL                                         $6      
          8        SEND_VAR                                                 $6
          9        DO_ICALL                                                 
    9    10        INIT_FCALL_BY_NAME                                       'fb_get_code_coverage'
         11        SEND_VAL_EX                                              <true>
         12        DO_FCALL                                      0  $8      
         13        ASSIGN                                                   !1, $8
   11    14        INIT_FCALL_BY_NAME                                       'fb_disable_code_coverage'
         15        DO_FCALL                                      0          
   13    16        INIT_FCALL                                               'var_dump'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.1 ms | 1395 KiB | 17 Q