3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = "July 12 2013 10:02:52."; $date = "May 06 2013 13:36:18."; $test = strtotime ($key); $testDate = strtotime ($date); var_dump ($test); var_dump ($testDate);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jsbtH
function name:  (null)
number of ops:  17
compiled vars:  !0 = $key, !1 = $date, !2 = $test, !3 = $testDate
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'July+12+2013+10%3A02%3A52.'
    4     1        ASSIGN                                                   !1, 'May+06+2013+13%3A36%3A18.'
    6     2        INIT_FCALL                                               'strtotime'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $6      
          5        ASSIGN                                                   !2, $6
    7     6        INIT_FCALL                                               'strtotime'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $8      
          9        ASSIGN                                                   !3, $8
    8    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                                 
    9    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !3
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.66 ms | 1386 KiB | 17 Q