3v4l.org

run code in 300+ PHP versions simultaneously
<?php $details_array['timestamp'] = '23'; $details_array['phone'] = 1235; $target_path = $dir_name."/".$details_array['timestamp']."_[".details_array['phone']."].wav"; echo $target_path;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WTR5W
function name:  (null)
number of ops:  15
compiled vars:  !0 = $details_array, !1 = $target_path, !2 = $dir_name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'timestamp'
          1        OP_DATA                                                  '23'
    4     2        ASSIGN_DIM                                               !0, 'phone'
          3        OP_DATA                                                  1235
    6     4        CONCAT                                           ~5      !2, '%2F'
          5        FETCH_DIM_R                                      ~6      !0, 'timestamp'
          6        CONCAT                                           ~7      ~5, ~6
          7        CONCAT                                           ~8      ~7, '_%5B'
          8        FETCH_CONSTANT                                   ~9      'details_array'
          9        FETCH_DIM_R                                      ~10     ~9, 'phone'
         10        CONCAT                                           ~11     ~8, ~10
         11        CONCAT                                           ~12     ~11, '%5D.wav'
         12        ASSIGN                                                   !1, ~12
    8    13        ECHO                                                     !1
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.15 ms | 1397 KiB | 13 Q