3v4l.org

run code in 300+ PHP versions simultaneously
<?php fb_enable_code_coverage(); $ref = $dateFormater = IntlDateFormatter::create( 'en_EN', IntlDateFormatter::LONG, IntlDateFormatter::NONE ); $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/9CuGs
function name:  (null)
number of ops:  21
compiled vars:  !0 = $ref, !1 = $dateFormater, !2 = $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        INIT_STATIC_METHOD_CALL                                  'IntlDateFormatter', 'create'
    7     3        SEND_VAL_EX                                              'en_EN'
    8     4        FETCH_CLASS_CONSTANT                             ~4      'IntlDateFormatter', 'LONG'
          5        SEND_VAL_EX                                              ~4
    9     6        FETCH_CLASS_CONSTANT                             ~5      'IntlDateFormatter', 'NONE'
          7        SEND_VAL_EX                                              ~5
          8        DO_FCALL                                      0  $6      
    6     9        ASSIGN                                           ~7      !1, $6
         10        ASSIGN                                                   !0, ~7
   13    11        INIT_FCALL_BY_NAME                                       'fb_get_code_coverage'
         12        SEND_VAL_EX                                              <true>
         13        DO_FCALL                                      0  $9      
         14        ASSIGN                                                   !2, $9
   15    15        INIT_FCALL_BY_NAME                                       'fb_disable_code_coverage'
         16        DO_FCALL                                      0          
   17    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.93 ms | 1399 KiB | 15 Q