We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1575a96 + 081331e commit 53b0602Copy full SHA for 53b0602
tests/standalone/bug0487-002.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-PHPC-487: check_closed stream handler should report closed socket as closed
+PHPC-487: Stream handler should report closed socket as closed
3
--SKIPIF--
4
<?php require __DIR__ . "/../utils/basic-skipif.inc"; SLOW(); ?>
5
--FILE--
@@ -87,6 +87,6 @@ foreach($KILLLIST as $id) {
87
--EXPECTF--
88
int(1)
89
OK: Got MongoDB\Driver\Exception\RuntimeException
90
-Failed to send "insert" command with database "phongo": Failed to read %d bytes from socket within 300000 milliseconds.
+Failed to send "insert" command with database "phongo": socket error or timeout
91
92
===DONE===
0 commit comments