3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php $t=time(); echo($t . "<br>"); echo(date("Y-m-d",$t)); ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/f55cs
function name:  (null)
number of ops:  13
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A%0A'
    6     1        INIT_FCALL                                               'time'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    7     4        CONCAT                                           ~3      !0, '%3Cbr%3E'
          5        ECHO                                                     ~3
    8     6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'Y-m-d'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ECHO                                                     $4
   10    11        ECHO                                                     '%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   12    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.55 ms | 1394 KiB | 17 Q