3v4l.org

run code in 300+ PHP versions simultaneously
<?php $event_text = '2013-10-25 09:00:00'; echo strtotime(date('Y.m.d')); echo mktime(0, 0, 0, date("m") , date("d"), date("Y")); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0tX5S
function name:  (null)
number of ops:  27
compiled vars:  !0 = $event_text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2013-10-25+09%3A00%3A00'
    3     1        INIT_FCALL                                               'strtotime'
          2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'Y.m.d'
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                         $3      
          7        ECHO                                                     $3
    4     8        INIT_FCALL                                               'mktime'
          9        SEND_VAL                                                 0
         10        SEND_VAL                                                 0
         11        SEND_VAL                                                 0
         12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'm'
         14        DO_ICALL                                         $4      
         15        SEND_VAR                                                 $4
         16        INIT_FCALL                                               'date'
         17        SEND_VAL                                                 'd'
         18        DO_ICALL                                         $5      
         19        SEND_VAR                                                 $5
         20        INIT_FCALL                                               'date'
         21        SEND_VAL                                                 'Y'
         22        DO_ICALL                                         $6      
         23        SEND_VAR                                                 $6
         24        DO_ICALL                                         $7      
         25        ECHO                                                     $7
    6    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.12 ms | 1395 KiB | 19 Q