cvs: ZendEngine2(PHP_5_3) /tests heredoc_005.phpt heredoc_013.phpt heredoc_014.phpt unset.inc
"Felipe Pena" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvsfelipe1218328540@cvsserver> |
felipe Sun Aug 10 00:35:40 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2/tests heredoc_005.phpt heredoc_013.phpt
heredoc_014.phpt unset.inc
Log:
- Fixed tests (Pierre)
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/heredoc_005.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/heredoc_005.phpt
diff -u ZendEngine2/tests/heredoc_005.phpt:1.1.2.1 ZendEngine2/tests/heredoc_005.phpt:1.1.2.2
--- ZendEngine2/tests/heredoc_005.phpt:1.1.2.1 Tue Feb 12 09:27:45 2008
+++ ZendEngine2/tests/heredoc_005.phpt Sun Aug 10 00:35:40 2008
@@ -19,4 +19,4 @@
?>
--EXPECTF--
-Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in %sheredoc_005.php on line 6
+Parse error: %s in %sheredoc_005.php on line 6
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/heredoc_013.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/heredoc_013.phpt
diff -u ZendEngine2/tests/heredoc_013.phpt:1.1.2.1 ZendEngine2/tests/heredoc_013.phpt:1.1.2.2
--- ZendEngine2/tests/heredoc_013.phpt:1.1.2.1 Sat Apr 5 22:29:08 2008
+++ ZendEngine2/tests/heredoc_013.phpt Sun Aug 10 00:35:40 2008
@@ -9,4 +9,4 @@
echo $var;
?>
--EXPECTF--
-Parse error: syntax error, unexpected T_START_HEREDOC in %sheredoc_013.php on line %d
+Parse error: %s in %sheredoc_013.php on line %d
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/heredoc_014.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/heredoc_014.phpt
diff -u ZendEngine2/tests/heredoc_014.phpt:1.1.2.1 ZendEngine2/tests/heredoc_014.phpt:1.1.2.2
--- ZendEngine2/tests/heredoc_014.phpt:1.1.2.1 Sat Apr 5 22:29:08 2008
+++ ZendEngine2/tests/heredoc_014.phpt Sun Aug 10 00:35:40 2008
@@ -9,4 +9,4 @@
echo $var;
?>
--EXPECTF--
-Parse error: syntax error, unexpected T_SL in %sheredoc_014.php on line %d
+Parse error: %s in %sheredoc_014.php on line %d
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/unset.inc?r1=1.1&r2=1.1.6.1&diff_format=u
Index: ZendEngine2/tests/unset.inc
diff -u ZendEngine2/tests/unset.inc:1.1 ZendEngine2/tests/unset.inc:1.1.6.1
--- ZendEngine2/tests/unset.inc:1.1 Tue Oct 5 06:53:39 2004
+++ ZendEngine2/tests/unset.inc Sun Aug 10 00:35:40 2008
@@ -1,3 +1,5 @@
-<?php
-unset($x)
-?>
+<?php
+
+unset($x)
+
+?>
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php