3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.68 ms | 1398 KiB | 15 Q