3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime(strtolower("Apr 08 00:01:12")) . "\n"; var_dump(strtotime("2013/04/08 00:01:12"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fjdER
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        INIT_FCALL                                               'strtolower'
          2        SEND_VAL                                                 'Apr+08+00%3A01%3A12'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                         $1      
          6        CONCAT                                           ~2      $1, '%0A'
          7        ECHO                                                     ~2
    4     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'strtotime'
         10        SEND_VAL                                                 '2013%2F04%2F08+00%3A01%3A12'
         11        DO_ICALL                                         $3      
         12        SEND_VAR                                                 $3
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.4 ms | 1394 KiB | 19 Q