3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = time(); $a = strtotime('2013-11-14T19:00:00'); echo $x-$a;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MncqF
function name:  (null)
number of ops:  10
compiled vars:  !0 = $x, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
    3     3        INIT_FCALL                                               'strtotime'
          4        SEND_VAL                                                 '2013-11-14T19%3A00%3A00'
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    4     7        SUB                                              ~6      !0, !1
          8        ECHO                                                     ~6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.16 ms | 1394 KiB | 17 Q