jmessa Tue Mar 11 10:20:06 2008 UTC
Modified files:
/php-src/ext/standard/tests/dir rewinddir_variation3.phpt
closedir_variation3.phpt
Log:
- Added extra whitespace around error messages in expected output
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/dir/rewinddir_variation3.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/dir/rewinddir_variation3.phpt
diff -u php-src/ext/standard/tests/dir/rewinddir_variation3.phpt:1.2
php-src/ext/standard/tests/dir/rewinddir_variation3.phpt:1.3
--- php-src/ext/standard/tests/dir/rewinddir_variation3.phpt:1.2 Fri Mar
7 16:21:30 2008
+++ php-src/ext/standard/tests/dir/rewinddir_variation3.phpt Tue Mar 11
10:20:06 2008
@@ -34,7 +34,9 @@
-- Open a file using fopen --
resource(%d) of type (stream)
-NULL
+
+Warning: rewinddir(): %d is not a valid Directory resource in %s on line %d
+bool(false)
-- Check if rewinddir() has repositioned the file pointer --
rewinddir() does not work on file pointers
@@ -44,7 +46,9 @@
-- Open a file using fopen --
resource(%d) of type (stream)
-NULL
+
+Warning: rewinddir(): %d is not a valid Directory resource in %s on line %d
+bool(false)
-- Check if rewinddir() has repositioned the file pointer --
rewinddir() does not work on file pointers
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/dir/closedir_variation3.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/dir/closedir_variation3.phpt
diff -u php-src/ext/standard/tests/dir/closedir_variation3.phpt:1.2
php-src/ext/standard/tests/dir/closedir_variation3.phpt:1.3
--- php-src/ext/standard/tests/dir/closedir_variation3.phpt:1.2 Fri Mar 7
16:21:30 2008
+++ php-src/ext/standard/tests/dir/closedir_variation3.phpt Tue Mar 11
10:20:06 2008
@@ -35,7 +35,9 @@
resource(%d) of type (stream)
-- Try to close the file pointer using closedir() --
+
Warning: closedir(): %d is not a valid Directory resource in %s on line %d
+bool(false)
-- Check file pointer: --
resource(%d) of type (stream)
@@ -47,7 +49,9 @@
resource(%d) of type (stream)
-- Try to close the file pointer using closedir() --
+
Warning: closedir(): %d is not a valid Directory resource in %s on line %d
+bool(false)
-- Check file pointer: --
resource(%d) of type (stream)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php