3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! print_r(timezone_transitions_get(new DateTimeZone("GMT"))); print_r(timezone_transitions_get(new DateTimeZone("US/Pacific")));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k1GDJ
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'timezone_transitions_get'
          2        NEW                                              $0      'DateTimeZone'
          3        SEND_VAL_EX                                              'GMT'
          4        DO_FCALL                                      0          
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
    4     9        INIT_FCALL                                               'print_r'
         10        INIT_FCALL                                               'timezone_transitions_get'
         11        NEW                                              $4      'DateTimeZone'
         12        SEND_VAL_EX                                              'US%2FPacific'
         13        DO_FCALL                                      0          
         14        SEND_VAR                                                 $4
         15        DO_ICALL                                         $6      
         16        SEND_VAR                                                 $6
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.92 ms | 1394 KiB | 17 Q