Searched refs:PHP_STREAM_NOTIFY_AUTH_RESULT (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/main/streams/ |
H A D | php_stream_context.h | 81 #define PHP_STREAM_NOTIFY_AUTH_RESULT 10 macro
|
/PHP-7.2/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 284 php_stream_notify_error(context, PHP_STREAM_NOTIFY_AUTH_RESULT, tmp_line, result); in php_ftp_fopen_connect() 286 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 | 709 php_stream_notify_error(context, PHP_STREAM_NOTIFY_AUTH_RESULT, in php_stream_url_wrap_http_ex()
|
H A D | file.c | 194 …REGISTER_LONG_CONSTANT("STREAM_NOTIFY_AUTH_RESULT", PHP_STREAM_NOTIFY_AUTH_RESULT, CONST_CS | CO… in PHP_INI_END()
|
Completed in 17 milliseconds