diff options
-rw-r--r-- | ext/sockets/tests/socket_strerror.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_strerror.phpt b/ext/sockets/tests/socket_strerror.phpt index 7985fadbab..fb9925edd6 100644 --- a/ext/sockets/tests/socket_strerror.phpt +++ b/ext/sockets/tests/socket_strerror.phpt @@ -138,7 +138,7 @@ string(12) "Host is down" string(16) "No route to host" string(29) "Operation already in progress" string(25) "Operation now in progress" -string(21) "Stale NFS file handle" +string(%d) "Stale%sfile handle" string(24) "Structure needs cleaning" string(27) "Not a XENIX named type file" string(29) "No XENIX semaphores available" |