3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filename=strtoupper($_SESSION["SystemNameStr"]).'_LOGINHISTORY_'.date('Ymd').'.CSV';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/820ug
function name:  (null)
number of ops:  13
compiled vars:  !0 = $filename
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtoupper'
          1        FETCH_R                      global              ~1      '_SESSION'
          2        FETCH_DIM_R                                      ~2      ~1, 'SystemNameStr'
          3        SEND_VAL                                                 ~2
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      $3, '_LOGINHISTORY_'
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'Ymd'
          8        DO_ICALL                                         $5      
          9        CONCAT                                           ~6      ~4, $5
         10        CONCAT                                           ~7      ~6, '.CSV'
         11        ASSIGN                                                   !0, ~7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.76 ms | 1394 KiB | 17 Q