| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2005-03-04 20:19 UTC] max at webscript dot ru
  [2005-03-06 16:15 UTC] sniper@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 15:00:01 2025 UTC | 
Description: ------------ output_add_rewrite_var fails with multiline tags <a ...> Reproduce code: --------------- <? output_add_rewrite_var('var', 'value'); ?> <a href="aaa.php" >aaa</a> Expected result: ---------------- <a href="aaa.php?var=value" >aaa</a> Actual result: -------------- <a href="aaa.php" ?var=value >aaa</a>