Lines Matching refs:E_WARNING
65 php_error_docref(NULL, E_WARNING, "failed to create sockets: [%d]: %s", in PHP_FUNCTION()
142 …php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", ZSTR_VAL(quoted_host), errstr ==… in PHP_FUNCTION()
212 …php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", host, errstr == NULL ? "Unknown … in PHP_FUNCTION()
284 …php_error_docref(NULL, E_WARNING, "accept failed: %s", errstr ? ZSTR_VAL(errstr) : "Unknown error"… in PHP_FUNCTION()
346 …php_error_docref(NULL, E_WARNING, "Failed to parse `%s' into a valid network address", target_addr… in PHP_FUNCTION()
379 php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0"); in PHP_FUNCTION()
433 php_error_docref(NULL, E_WARNING, in PHP_FUNCTION()
440 …php_error_docref(NULL, E_WARNING, "maxlen truncated from " ZEND_LONG_FMT " to %d bytes", maxlen, I… in PHP_FUNCTION()
469 …php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", po… in PHP_FUNCTION()
771 php_error_docref(NULL, E_WARNING, "No stream arrays were passed"); in PHP_FUNCTION()
780 php_error_docref(NULL, E_WARNING, "The seconds parameter must be greater than 0"); in PHP_FUNCTION()
783 php_error_docref(NULL, E_WARNING, "The microseconds parameter must be greater than 0"); in PHP_FUNCTION()
812 php_error_docref(NULL, E_WARNING, "unable to select [%d]: %s (max_fd=%d)", in PHP_FUNCTION()
846 php_error_docref(NULL, E_WARNING, "failed to call user notifier"); in user_space_stream_notifier()
877 …php_error_docref(NULL, E_WARNING, "options should have the form [\"wrappername\"][\"optionname\"] … in parse_context_options()
905 php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter"); in parse_context_params()
955 php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter"); in PHP_FUNCTION()
980 php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter"); in PHP_FUNCTION()
999 php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter"); in PHP_FUNCTION()
1022 php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter"); in PHP_FUNCTION()
1043 php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter"); in PHP_FUNCTION()
1234 php_error_docref(NULL, E_WARNING, "Invalid resource given, not a stream filter"); in PHP_FUNCTION()
1239 php_error_docref(NULL, E_WARNING, "Unable to flush filter, not removing"); in PHP_FUNCTION()
1244 php_error_docref(NULL, E_WARNING, "Could not invalidate filter, not removing"); in PHP_FUNCTION()
1269 …php_error_docref(NULL, E_WARNING, "The maximum allowed length must be greater than or equal to zer… in PHP_FUNCTION()
1400 …php_error_docref(NULL, E_WARNING, "The chunk size must be a positive integer, given " ZEND_LONG_FM… in PHP_FUNCTION()
1408 php_error_docref(NULL, E_WARNING, "The chunk size cannot be larger than %d", INT_MAX); in PHP_FUNCTION()
1474 php_error_docref(NULL, E_WARNING, "When enabling encryption you must specify the crypto type"); in PHP_FUNCTION()
1598 …php_error_docref(NULL, E_WARNING, "Second parameter $how needs to be one of STREAM_SHUT_RD, STREAM… in PHP_FUNCTION()