3v4l.org

run code in 300+ PHP versions simultaneously
<?php $user_id=12;$app_id=22; $url_p = "user_id=$user_id&app_id=$app_id"; echo $url_p;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e7Tb9
function name:  (null)
number of ops:  9
compiled vars:  !0 = $user_id, !1 = $app_id, !2 = $url_p
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 12
          1        ASSIGN                                                   !1, 22
    4     2        ROPE_INIT                                     4  ~6      'user_id%3D'
          3        ROPE_ADD                                      1  ~6      ~6, !0
          4        ROPE_ADD                                      2  ~6      ~6, '%26app_id%3D'
          5        ROPE_END                                      3  ~5      ~6, !1
          6        ASSIGN                                                   !2, ~5
    5     7        ECHO                                                     !2
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.02 ms | 1397 KiB | 13 Q