3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input1 = "3/19/2014"; $input2 = "03/20/2014"; echo strtotime($input1); echo "\n"; echo strtotime($input2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bllaG
function name:  (null)
number of ops:  12
compiled vars:  !0 = $input1, !1 = $input2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '3%2F19%2F2014'
    3     1        ASSIGN                                                   !1, '03%2F20%2F2014'
    5     2        INIT_FCALL                                               'strtotime'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        ECHO                                                     $4
    6     6        ECHO                                                     '%0A'
    7     7        INIT_FCALL                                               'strtotime'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $5      
         10        ECHO                                                     $5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.42 ms | 1394 KiB | 15 Q