philip Mon, 23 May 2011 23:51:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=311368
Log:
Fixed test for decoupled <?= as of r311260
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-05-23
22:21:12 UTC (rev 311367)
+++ php/php-src/branches/PHP_5_4/tests/lang/short_tags.004.phpt 2011-05-23
23:51:28 UTC (rev 311368)
@@ -4,8 +4,6 @@
short_open_tag=off
asp_tags=off
--FILE--
-<?='this should get echoed'?>
-
<%= 'so should this' %>
<?php
@@ -21,9 +19,8 @@
<?php
echo "{$b}";
?>
+<?= "{$b}"?>
--EXPECTF--
-<?='this should get echoed'?>
-
<%= 'so should this' %>
@@ -35,3 +32,5 @@
Notice: Undefined variable: b in %s on line %d
+
+Notice: Undefined variable: b in %s on line %d
Modified: php/php-src/trunk/tests/lang/short_tags.004.phpt
===================================================================
--- php/php-src/trunk/tests/lang/short_tags.004.phpt 2011-05-23 22:21:12 UTC
(rev 311367)
+++ php/php-src/trunk/tests/lang/short_tags.004.phpt 2011-05-23 23:51:28 UTC
(rev 311368)
@@ -4,8 +4,6 @@
short_open_tag=off
asp_tags=off
--FILE--
-<?='this should get echoed'?>
-
<%= 'so should this' %>
<?php
@@ -21,9 +19,8 @@
<?php
echo "{$b}";
?>
+<?= "{$b}"?>
--EXPECTF--
-<?='this should get echoed'?>
-
<%= 'so should this' %>
@@ -35,3 +32,5 @@
Notice: Undefined variable: b in %s on line %d
+
+Notice: Undefined variable: b in %s on line %d
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php