3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('03.02.2014'); echo time(); $today = getdate(); print_r($today);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/COqCT
function name:  (null)
number of ops:  14
compiled vars:  !0 = $today
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '03.02.2014'
          2        DO_ICALL                                         $1      
          3        ECHO                                                     $1
    3     4        INIT_FCALL                                               'time'
          5        DO_ICALL                                         $2      
          6        ECHO                                                     $2
    4     7        INIT_FCALL                                               'getdate'
          8        DO_ICALL                                         $3      
          9        ASSIGN                                                   !0, $3
    5    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.42 ms | 1394 KiB | 21 Q