dmitry Thu Feb 21 08:17:00 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array current_variation4.phpt
Log:
Fixed test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/current_variation4.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/array/current_variation4.phpt
diff -u php-src/ext/standard/tests/array/current_variation4.phpt:1.1.2.1
php-src/ext/standard/tests/array/current_variation4.phpt:1.1.2.2
--- php-src/ext/standard/tests/array/current_variation4.phpt:1.1.2.1 Wed Feb
20 14:19:43 2008
+++ php-src/ext/standard/tests/array/current_variation4.phpt Thu Feb 21
08:17:00 2008
@@ -44,6 +44,7 @@
var_dump(current($multi_array[3][3][3]));
// see if internal pointer is in the same position from when accessing this
inner array
var_dump(current($multi_array[3][3][3][1]));
+$multi_array[3] = null;
?>
===DONE===
--EXPECTF--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php