3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! echo strtotime("2013-07-09 02:58:53").'\r\n'; $datetime = strtotime("2013-07-09 02:58:53"); echo date("Y-m-d H:i:s", $datetime);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AQbej
function name:  (null)
number of ops:  15
compiled vars:  !0 = $datetime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '2013-07-09+02%3A58%3A53'
          2        DO_ICALL                                         $1      
          3        CONCAT                                           ~2      $1, '%5Cr%5Cn'
          4        ECHO                                                     ~2
    4     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 '2013-07-09+02%3A58%3A53'
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
    5     9        INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        ECHO                                                     $5
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.4 ms | 1394 KiB | 17 Q