Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/curl/025-write_file_broken_pipe.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async_test_server_stop($server);
echo "Done\n";
?>
--EXPECTF--
Warning: Unknown: Send of %d bytes failed with errno=%d %s in Unknown on line 0
curl_exec returned: false
errno: 23
is write error: yes
Expand Down
1 change: 1 addition & 0 deletions tests/curl/054-multi_write_file_broken_pipe.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async_test_server_stop($server);
echo "Done\n";
?>
--EXPECTF--
Warning: Unknown: Send of %d bytes failed with errno=%d %s in Unknown on line 0
Transfer result: CURLE_WRITE_ERROR
curl_errno: CURLE_WRITE_ERROR
Done
2 changes: 1 addition & 1 deletion tests/io/082-http_negative_timeout_poll_leak.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ var_dump(fopen($uri, "r", false, $ctx));
--EXPECTF--
resource(%d) of type (stream)

Warning: fopen(http://%s): Failed to open stream: timeout must be lower than %d in %s on line %d
Warning: fopen(): Failed to open stream: timeout must be lower than %d in %s on line %d
bool(false)
Loading