3v4l.org

run code in 300+ PHP versions simultaneously
<?php function generate_remote_file_name() { $timestamp = date('mdo'); $file_name = "{$timestamp}"; return $file_name; } echo generate_remote_file_name();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/83VSU
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'generate_remote_file_name'
          1        DO_FCALL                                      0  $0      
          2        ECHO                                                     $0
          3      > RETURN                                                   1

Function generate_remote_file_name:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/83VSU
function name:  generate_remote_file_name
number of ops:  8
compiled vars:  !0 = $timestamp, !1 = $file_name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'mdo'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    5     4        CAST                                          6  ~4      !0
          5        ASSIGN                                                   !1, ~4
    6     6      > RETURN                                                   !1
    7     7*     > RETURN                                                   null

End of function generate_remote_file_name

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.05 ms | 1388 KiB | 16 Q