rasmus                                   Sat, 27 Aug 2011 19:00:59 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=315624

Log:
<?= is always enabled now

Changed paths:
    U   php/php-src/branches/PHP_5_4/tests/lang/short_tags.004.phpt
    U   php/php-src/trunk/tests/lang/short_tags.004.phpt

Modified: php/php-src/branches/PHP_5_4/tests/lang/short_tags.004.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/tests/lang/short_tags.004.phpt 2011-08-27 
18:42:35 UTC (rev 315623)
+++ php/php-src/branches/PHP_5_4/tests/lang/short_tags.004.phpt 2011-08-27 
19:00:59 UTC (rev 315624)
@@ -24,8 +24,7 @@
 <%= 'so should this' %>


-<?= $a?>
-
+This gets echoed twice
 <%= $a%>

 <? $b=3; ?>

Modified: php/php-src/trunk/tests/lang/short_tags.004.phpt
===================================================================
--- php/php-src/trunk/tests/lang/short_tags.004.phpt    2011-08-27 18:42:35 UTC 
(rev 315623)
+++ php/php-src/trunk/tests/lang/short_tags.004.phpt    2011-08-27 19:00:59 UTC 
(rev 315624)
@@ -24,8 +24,7 @@
 <%= 'so should this' %>


-<?= $a?>
-
+This gets echoed twice
 <%= $a%>

 <? $b=3; ?>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to