php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55555
Patch bug55555.v1.phpt.patch revision 2011-08-31 16:37 UTC by datibbaw@php.net
Patch bug55555.phpt.patch revision 2011-08-31 16:25 UTC by datibbaw@php.net
Patch bug55555.patch revision 2011-08-31 16:16 UTC by datibbaw@php.net

Patch bug55555.phpt.patch for Filesystem function related Bug #55555

Patch version 2011-08-31 16:25 UTC

Return to Bug #55555 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions:

Developer: datibbaw@php.net

Index: ext/standard/tests/file/readlink_realpath_variation3.phpt
===================================================================
--- ext/standard/tests/file/readlink_realpath_variation3.phpt	(revision 315887)
+++ ext/standard/tests/file/readlink_realpath_variation3.phpt	(working copy)
@@ -46,32 +46,32 @@
 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
 -- Iteration1 --
 
-Warning: readlink(): No such file or directory in %s on line %d
+Warning: readlink(): %s in %s on line %d
 bool(false)
 %s
 -- Iteration2 --
 
-Warning: readlink(): No such file or directory in %s on line %d
+Warning: readlink(): %s in %s on line %d
 bool(false)
 %s
 -- Iteration3 --
 
-Warning: readlink(): No such file or directory in %s on line %d
+Warning: readlink(): %s in %s on line %d
 bool(false)
 string(%d) "%s"
 -- Iteration4 --
 
-Warning: readlink(): No such file or directory in %s on line %d
+Warning: readlink(): %s in %s on line %d
 bool(false)
 string(%d) "%s"
 -- Iteration5 --
 
-Warning: readlink(): No such file or directory in %s on line %d
+Warning: readlink(): %s in %s on line %d
 bool(false)
 string(%d) "%s"
 -- Iteration6 --
 
-Warning: readlink(): No such file or directory in %s on line %d
+Warning: readlink(): %s in %s on line %d
 bool(false)
 string(%d) "%s"
 Done
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 11:01:29 2024 UTC