3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ah = date("H:i:s Y-m-d"); $ahseg=mktime($ah); echo $ahseg."\n".time();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/she2g
function name:  (null)
number of ops:  14
compiled vars:  !0 = $ah, !1 = $ahseg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'H%3Ai%3As+Y-m-d'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'mktime'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    5     8        CONCAT                                           ~6      !1, '%0A'
          9        INIT_FCALL                                               'time'
         10        DO_ICALL                                         $7      
         11        CONCAT                                           ~8      ~6, $7
         12        ECHO                                                     ~8
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.71 ms | 1003 KiB | 16 Q