3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('PRC'); $sbegintime = strtotime('1900-01-01 00:00:00'); var_dump($sbegintime);exit;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/MHvIs
function name:  (null)
number of ops:  12
compiled vars:  !0 = $sbegintime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date_default_timezone_set'
          1        SEND_VAL                                                 'PRC'
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'strtotime'
          4        SEND_VAL                                                 '1900-01-01+00%3A00%3A00'
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    5     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > EXIT                                                     
    6    11*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.41 ms | 1002 KiB | 16 Q