Searched refs:PHP_STREAM_NOTIFY_AUTH_RESULT (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/main/streams/ |
H A D | php_stream_context.h | 77 #define PHP_STREAM_NOTIFY_AUTH_RESULT 10 macro
|
/PHP-8.0/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 277 php_stream_notify_error(context, PHP_STREAM_NOTIFY_AUTH_RESULT, tmp_line, result); in php_ftp_fopen_connect() 279 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_RESULT, tmp_line, result); in php_ftp_fopen_connect()
|
H A D | http_fopen_wrapper.c | 703 php_stream_notify_error(context, PHP_STREAM_NOTIFY_AUTH_RESULT, in php_stream_url_wrap_http_ex()
|
H A D | file.c | 185 …REGISTER_LONG_CONSTANT("STREAM_NOTIFY_AUTH_RESULT", PHP_STREAM_NOTIFY_AUTH_RESULT, CONST_CS | CO… in PHP_INI_END()
|
Completed in 20 milliseconds