3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.08 ms | 1394 KiB | 17 Q