3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timezoneOffset = "+05:30"; echo $timezone_name = timezone_name_from_abbr("",$timezoneOffset*3600,0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kpJDm
function name:  (null)
number of ops:  10
compiled vars:  !0 = $timezoneOffset, !1 = $timezone_name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '%2B05%3A30'
    5     1        INIT_FCALL                                               'timezone_name_from_abbr'
          2        SEND_VAL                                                 ''
          3        MUL                                              ~3      !0, 3600
          4        SEND_VAL                                                 ~3
          5        SEND_VAL                                                 0
          6        DO_ICALL                                         $4      
          7        ASSIGN                                           ~5      !1, $4
          8        ECHO                                                     ~5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.34 ms | 1394 KiB | 15 Q