cvs: ZendEngine2(PHP_5_3) /tests ns_027.inc ns_065.inc ns_067.inc

[email protected] ("Marcus Boerger")
Newsgroups php.zend-engine.cvs
Message-ID <cvshelly1225758425@cvsserver>
helly		Tue Nov  4 00:27:05 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2/tests	ns_027.inc ns_065.inc ns_067.inc 
  Log:
  - Fix tests: dos2unix
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/ns_027.inc?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: ZendEngine2/tests/ns_027.inc
diff -u ZendEngine2/tests/ns_027.inc:1.1.2.2 ZendEngine2/tests/ns_027.inc:1.1.2.3
--- ZendEngine2/tests/ns_027.inc:1.1.2.2	Fri Sep 28 19:52:52 2007
+++ ZendEngine2/tests/ns_027.inc	Tue Nov  4 00:27:05 2008
@@ -1,11 +1,11 @@
-<?php
-namespace Foo::Bar;
-
-class Foo {
-  function __construct() {
-  	echo __CLASS__,"\n";
-  }
-  static function Bar() {
-  	echo __CLASS__,"\n";
-  }
-}
+<?php
+namespace Foo::Bar;
+
+class Foo {
+  function __construct() {
+  	echo __CLASS__,"\n";
+  }
+  static function Bar() {
+  	echo __CLASS__,"\n";
+  }
+}
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/ns_065.inc?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/ns_065.inc
diff -u ZendEngine2/tests/ns_065.inc:1.1.2.1 ZendEngine2/tests/ns_065.inc:1.1.2.2
--- ZendEngine2/tests/ns_065.inc:1.1.2.1	Sun Jun  8 09:38:47 2008
+++ ZendEngine2/tests/ns_065.inc	Tue Nov  4 00:27:05 2008
@@ -1,9 +1,9 @@
-<?php
-namespace X::Y;
-function foo() {
-	echo __FUNCTION__."\n";
-}
-namespace X::Z;
-function foo() {
-	echo __FUNCTION__."\n";
-}
+<?php
+namespace X::Y;
+function foo() {
+	echo __FUNCTION__."\n";
+}
+namespace X::Z;
+function foo() {
+	echo __FUNCTION__."\n";
+}
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/ns_067.inc?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/ns_067.inc
diff -u ZendEngine2/tests/ns_067.inc:1.1.2.1 ZendEngine2/tests/ns_067.inc:1.1.2.2
--- ZendEngine2/tests/ns_067.inc:1.1.2.1	Fri Jun 20 17:17:05 2008
+++ ZendEngine2/tests/ns_067.inc	Tue Nov  4 00:27:05 2008
@@ -1,3 +1,3 @@
-<?php
-use Foo::Bar::Foo as Test;
-new Test();
+<?php
+use Foo::Bar::Foo as Test;
+new Test();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.