Searched refs:PHP_STREAM_NOTIFY_FAILURE (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/main/streams/ |
H A D | php_stream_context.h | 80 #define PHP_STREAM_NOTIFY_FAILURE 9 macro
|
/PHP-7.2/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 171 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, tmp_line, result); in php_ftp_fopen_connect() 601 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, tmp_line, result); in php_stream_url_wrap_ftp() 775 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, tmp_line, result); in php_stream_ftp_opendir()
|
H A D | http_fopen_wrapper.c | 717 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, in php_stream_url_wrap_http_ex()
|
H A D | file.c | 199 …REGISTER_LONG_CONSTANT("STREAM_NOTIFY_FAILURE", PHP_STREAM_NOTIFY_FAILURE, CONST_CS | CONST_PE… in PHP_INI_END()
|
Completed in 16 milliseconds