ID: 7472
Updated by: jimw
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Analyzed
Old-Bug Type: Scripting Engine problem
Bug Type: Unknown/Other Function
Assigned To:
Comments:
it is the unbalanced quotes that causes this. smaller example:
<?php
echo strip_tags("first <?echo \"\\\"\"?> second");
?>
refiling against 4.0, although it would be nice if any fix were backported.
(or the behavior could be documented.)
Previous Comments:
---------------------------------------------------------------------------
[2000-10-25 23:09:32] [EMAIL PROTECTED]
oops, did not escape dollar signs. Doing so does not effect results.
---------------------------------------------------------------------------
[2000-10-25 23:06:05] [EMAIL PROTECTED]
This bug causes strip_tags to stop stripping php tags, if your string contains the
following in a <?php?> delimiter.
"title = "([^"]+)""
Example:
echo strip_tags("
aghh1
<?PHP
if (eregi("title = \"([^\"]+)", $x, $y))
echo "foobar";
?>
aghh2
");
will result in only aghh1 being reported when aghh2 should clearly be as well
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7472&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]