3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 34324; //echo date('d.m.Y', '2013-07-31 00:00:11'); echo date("Y-m-d H:i:s",''); $date = date_create('2000-01-01'); echo date_format($date, 'Y-m-d H:i:s');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jGhTk
function name:  (null)
number of ops:  16
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     34324
    6     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          3        SEND_VAL                                                 ''
          4        DO_ICALL                                         $1      
          5        ECHO                                                     $1
    8     6        INIT_FCALL                                               'date_create'
          7        SEND_VAL                                                 '2000-01-01'
          8        DO_ICALL                                         $2      
          9        ASSIGN                                                   !0, $2
    9    10        INIT_FCALL                                               'date_format'
         11        SEND_VAR                                                 !0
         12        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         13        DO_ICALL                                         $4      
         14        ECHO                                                     $4
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.94 ms | 1394 KiB | 19 Q