Searched refs:PHP_STREAM_NOTIFY_FAILURE (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/main/streams/ |
H A D | php_stream_context.h | 76 #define PHP_STREAM_NOTIFY_FAILURE 9 macro
|
/PHP-8.0/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 164 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, tmp_line, result); in php_ftp_fopen_connect() 592 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, tmp_line, result); in php_stream_url_wrap_ftp() 763 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, tmp_line, result); in php_stream_ftp_opendir()
|
H A D | http_fopen_wrapper.c | 711 php_stream_notify_error(context, PHP_STREAM_NOTIFY_FAILURE, in php_stream_url_wrap_http_ex()
|
H A D | file.c | 190 …REGISTER_LONG_CONSTANT("STREAM_NOTIFY_FAILURE", PHP_STREAM_NOTIFY_FAILURE, CONST_CS | CONST_PE… in PHP_INI_END()
|
Completed in 18 milliseconds