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").','; $datetime = strtotime("2013-07-09 02:58:53"); echo date("Y-m-d H:i:s", $datetime).','; echo date("m/d/y");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/14Tiq
function name:  (null)
number of ops:  20
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, '%2C'
          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        CONCAT                                           ~6      $5, '%2C'
         14        ECHO                                                     ~6
    7    15        INIT_FCALL                                               'date'
         16        SEND_VAL                                                 'm%2Fd%2Fy'
         17        DO_ICALL                                         $7      
         18        ECHO                                                     $7
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.2 ms | 1395 KiB | 17 Q