3v4l.org

run code in 300+ PHP versions simultaneously
<?php $user_id=12; $app_id=299; echo $url_p = "user_id={$user_id}&app_id={$app_id}";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SSGMJ
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
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 12
    3     1        ASSIGN                                                   !1, 299
    5     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                                           ~8      !2, ~5
          7        ECHO                                                     ~8
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.86 ms | 1384 KiB | 13 Q