3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.49 ms | 1392 KiB | 13 Q