Searched refs:PHP_STREAM_NOTIFY_AUTH_RESULT (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/main/streams/ |
H A D | php_stream_context.h | 77 #define PHP_STREAM_NOTIFY_AUTH_RESULT 10 macro
|
/PHP-8.3/ext/standard/ |
H A D | file_arginfo.h | 17 …REGISTER_LONG_CONSTANT("STREAM_NOTIFY_AUTH_RESULT", PHP_STREAM_NOTIFY_AUTH_RESULT, CONST_PERSISTEN… in register_file_symbols()
|
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 | 702 php_stream_notify_error(context, PHP_STREAM_NOTIFY_AUTH_RESULT, in php_stream_url_wrap_http_ex()
|
Completed in 17 milliseconds