3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.59 ms | 1394 KiB | 15 Q