3v4l.org

run code in 500+ PHP versions simultaneously
<?php $allowed_zones = timezone_identifiers_list(); var_dump(count($allowed_zones)); $allowed_zones = timezone_identifiers_list(DateTimeZone::ALL, DateTimeZone::ALL_WITH_BC); var_dump(count($allowed_zones)); $allowed_zones = timezone_identifiers_list(DateTimeZone::ALL_WITH_BC); var_dump(count($allowed_zones));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iBYXH
function name:  (null)
number of ops:  25
compiled vars:  !0 = $allowed_zones
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'timezone_identifiers_list'
          1        DO_ICALL                                             $1      
          2        ASSIGN                                                       !0, $1
    4     3        INIT_FCALL                                                   'var_dump'
          4        COUNT                                                ~3      !0
          5        SEND_VAL                                                     ~3
          6        DO_ICALL                                                     
    6     7        INIT_FCALL                                                   'timezone_identifiers_list'
          8        SEND_VAL                                                     2047
          9        SEND_VAL                                                     4095
         10        DO_ICALL                                             $5      
         11        ASSIGN                                                       !0, $5
    7    12        INIT_FCALL                                                   'var_dump'
         13        COUNT                                                ~7      !0
         14        SEND_VAL                                                     ~7
         15        DO_ICALL                                                     
    9    16        INIT_FCALL                                                   'timezone_identifiers_list'
         17        SEND_VAL                                                     4095
         18        DO_ICALL                                             $9      
         19        ASSIGN                                                       !0, $9
   10    20        INIT_FCALL                                                   'var_dump'
         21        COUNT                                                ~11     !0
         22        SEND_VAL                                                     ~11
         23        DO_ICALL                                                     
         24      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.82 ms | 1857 KiB | 15 Q