3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.81 ms | 1398 KiB | 15 Q