3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateTime = '2014-05-06T17:23:02'; var_dump(date_default_timezone_get()); var_dump($dateTime); var_dump(strtotime($dateTime));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gEsvG
function name:  (null)
number of ops:  16
compiled vars:  !0 = $dateTime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2014-05-06T17%3A23%3A02'
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'date_default_timezone_get'
          3        DO_ICALL                                         $2      
          4        SEND_VAR                                                 $2
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'var_dump'
         10        INIT_FCALL                                               'strtotime'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.45 ms | 1394 KiB | 19 Q