3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filepath = 'path'; $location = 'location'; $file_name = 'name'; var_dump(("$file_path, $location/" . $file_name));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/205bI
function name:  (null)
number of ops:  12
compiled vars:  !0 = $filepath, !1 = $location, !2 = $file_name, !3 = $file_path
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'path'
    4     1        ASSIGN                                                   !1, 'location'
    5     2        ASSIGN                                                   !2, 'name'
    7     3        INIT_FCALL                                               'var_dump'
          4        ROPE_INIT                                     4  ~8      !3
          5        ROPE_ADD                                      1  ~8      ~8, '%2C+'
          6        ROPE_ADD                                      2  ~8      ~8, !1
          7        ROPE_END                                      3  ~7      ~8, '%2F'
          8        CONCAT                                           ~10     ~7, !2
          9        SEND_VAL                                                 ~10
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.54 ms | 1398 KiB | 15 Q