bjori Wed, 24 Mar 2010 21:57:30 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296751
Log:
Fix test (the key can be negative)
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/tests/file/realpath_cache.phpt
U php/php-src/trunk/ext/standard/tests/file/realpath_cache.phpt
Modified:
php/php-src/branches/PHP_5_3/ext/standard/tests/file/realpath_cache.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/tests/file/realpath_cache.phpt
2010-03-24 21:44:43 UTC (rev 296750)
+++ php/php-src/branches/PHP_5_3/ext/standard/tests/file/realpath_cache.phpt
2010-03-24 21:57:30 UTC (rev 296751)
@@ -19,7 +19,7 @@
int(%d)
array(4) {
["key"]=>
- int(%d)
+ int(%i)
["is_dir"]=>
bool(true)
["realpath"]=>
Modified: php/php-src/trunk/ext/standard/tests/file/realpath_cache.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/realpath_cache.phpt
2010-03-24 21:44:43 UTC (rev 296750)
+++ php/php-src/trunk/ext/standard/tests/file/realpath_cache.phpt
2010-03-24 21:57:30 UTC (rev 296751)
@@ -19,7 +19,7 @@
int(%d)
array(4) {
["key"]=>
- int(%d)
+ int(%i)
["is_dir"]=>
bool(true)
["realpath"]=>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php