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; //end ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kTJ3o
function name:  (null)
number of ops:  8
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        ECHO                                                     !1
   15     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.38 ms | 1393 KiB | 15 Q