3v4l.org

run code in 300+ PHP versions simultaneously
<?php $file_path = '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/GAkTl
function name:  (null)
number of ops:  12
compiled vars:  !0 = $file_path, !1 = $location, !2 = $file_name
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  ~7      !0
          5        ROPE_ADD                                      1  ~7      ~7, '%2C+'
          6        ROPE_ADD                                      2  ~7      ~7, !1
          7        ROPE_END                                      3  ~6      ~7, '%2F'
          8        CONCAT                                           ~9      ~6, !2
          9        SEND_VAL                                                 ~9
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.17 ms | 1394 KiB | 15 Q