php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #50662
Patch echo-tags-test revision 2010-11-19 11:33 UTC by kanenas at comcast dot net
revision 2010-10-22 11:06 UTC by kanenas at comcast dot net
Patch echo_tags-patch revision 2010-11-19 11:31 UTC by ww dot galen at gmail dot com
revision 2010-10-22 11:00 UTC by kanenas at comcast dot net
Patch echo-tags-test-2 revision 2010-10-22 11:07 UTC by kanenas at comcast dot net

Patch echo-tags-test-2 for Scripting Engine problem Bug #50662

Patch version 2010-10-22 11:07 UTC

Return to Bug #50662 | Download this patch
Patch Revisions:

Developer: kanenas@comcast.net

--TEST--
short_open_tag: Off
echo_tag: Off
--INI--
short_open_tag=off
echo_tag=off
--FILE--
<?= "Used a short tag\n" ?>
Finished
--EXPECT--
<?= "Used a short tag\n" ?>
Finished
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 21:01:34 2024 UTC