3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('2023-08-31T15:00:00+0900dummy'); echo PHP_EOL; echo date('Y/m/d H:i:s', 1693461600);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/77f1q
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '2023-08-31T15%3A00%3A00%2B0900dummy'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    4     4        ECHO                                                     '%0A'
    5     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'Y%2Fm%2Fd+H%3Ai%3As'
          7        SEND_VAL                                                 1693461600
          8        DO_ICALL                                         $1      
          9        ECHO                                                     $1
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.93 ms | 1444 KiB | 15 Q