3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t=time(); echo($t); $str='Fri, 20 Nov 2015 17:56:56 -0500'; echo($str); $t3=strtotime('2015-11-21 00:56:56'); echo($t3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CQNq7
function name:  (null)
number of ops:  12
compiled vars:  !0 = $t, !1 = $str, !2 = $t3
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    4     3        ECHO                                                     !0
    6     4        ASSIGN                                                   !1, 'Fri%2C+20+Nov+2015+17%3A56%3A56+-0500'
    7     5        ECHO                                                     !1
   10     6        INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '2015-11-21+00%3A56%3A56'
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !2, $6
   11    10        ECHO                                                     !2
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.27 ms | 1394 KiB | 17 Q