dmitry Fri Nov 10 17:34:26 2006 UTC
Modified files:
/php-src/tests/classes array_access_005.phpt array_access_008.phpt
array_access_012.phpt
Log:
Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/array_access_005.phpt?r1=1.6&r2=1.7&diff_format=u
Index: php-src/tests/classes/array_access_005.phpt
diff -u php-src/tests/classes/array_access_005.phpt:1.6
php-src/tests/classes/array_access_005.phpt:1.7
--- php-src/tests/classes/array_access_005.phpt:1.6 Fri Nov 10 14:21:26 2006
+++ php-src/tests/classes/array_access_005.phpt Fri Nov 10 17:34:26 2006
@@ -69,7 +69,7 @@
string(6) "JoeFoo"
}
-Notice: Indirect modification of overloaded element of Peoples has no effect
in /home/dmitry/php/php6/tests/classes/array_access_005.php on line 46
+Notice: Indirect modification of overloaded element of Peoples has no effect
in %sarray_access_005.php on line 46
Fatal error: Objects used as arrays in post/pre increment/decrement must
return values by reference in %sarray_access_005.php on line %d
--UEXPECTF--
@@ -88,6 +88,6 @@
unicode(6) "JoeFoo"
}
-Notice: Indirect modification of overloaded element of Peoples has no effect
in /home/dmitry/php/php6/tests/classes/array_access_005.php on line 46
+Notice: Indirect modification of overloaded element of Peoples has no effect
in %sarray_access_005.php on line 46
Fatal error: Objects used as arrays in post/pre increment/decrement must
return values by reference in %sarray_access_005.php on line %d
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/array_access_008.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/tests/classes/array_access_008.phpt
diff -u php-src/tests/classes/array_access_008.phpt:1.4
php-src/tests/classes/array_access_008.phpt:1.5
--- php-src/tests/classes/array_access_008.phpt:1.4 Fri Nov 10 14:21:26 2006
+++ php-src/tests/classes/array_access_008.phpt Fri Nov 10 17:34:26 2006
@@ -56,7 +56,7 @@
===ArrayOverloading===
string(3) "Foo"
-Notice: Indirect modification of overloaded element of Peoples has no effect
in /home/dmitry/php/php6/tests/classes/array_access_008.php on line 40
+Notice: Indirect modification of overloaded element of Peoples has no effect
in %sarray_access_008.php on line 40
Fatal error: Objects used as arrays in post/pre increment/decrement must
return values by reference in %sarray_access_008.php on line %d
--UEXPECTF--
@@ -66,6 +66,6 @@
===ArrayOverloading===
unicode(3) "Foo"
-Notice: Indirect modification of overloaded element of Peoples has no effect
in /home/dmitry/php/php6/tests/classes/array_access_008.php on line 40
+Notice: Indirect modification of overloaded element of Peoples has no effect
in %sarray_access_008.php on line 40
Fatal error: Objects used as arrays in post/pre increment/decrement must
return values by reference in %sarray_access_008.php on line %d
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/array_access_012.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/tests/classes/array_access_012.phpt
diff -u php-src/tests/classes/array_access_012.phpt:1.2
php-src/tests/classes/array_access_012.phpt:1.3
--- php-src/tests/classes/array_access_012.phpt:1.2 Fri Nov 10 14:21:26 2006
+++ php-src/tests/classes/array_access_012.phpt Fri Nov 10 17:34:26 2006
@@ -31,6 +31,6 @@
<?php exit(0); ?>
--EXPECTF--
-Notice: Indirect modification of overloaded element of ArrayAccessImpl has no
effect in /home/dmitry/php/php6/tests/classes/array_access_012.php on line 24
+Notice: Indirect modification of overloaded element of ArrayAccessImpl has no
effect in %sarray_access_012.php on line 24
Fatal error: Objects used as arrays in post/pre increment/decrement must
return values by reference in %sarray_access_012.php on line %d
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php