3v4l.org

run code in 300+ PHP versions simultaneously
<?php //************** 2017 ************** //SasanicA, Inc. //********************************** $format = 'Y-m-d H:i:s'; $date = date_create_from_format($format, '2009-02-15 15:16:17'); echo date_format($date, $format); //end ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2qmiG
function name:  (null)
number of ops:  12
compiled vars:  !0 = $format, !1 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ASSIGN                                                   !0, 'Y-m-d+H%3Ai%3As'
    9     1        INIT_FCALL                                               'date_create_from_format'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 '2009-02-15+15%3A16%3A17'
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
   11     6        INIT_FCALL                                               'date_format'
          7        SEND_VAR                                                 !1
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ECHO                                                     $5
   15    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.63 ms | 1394 KiB | 17 Q