Home
last modified time | relevance | path

Searched refs:sapi_error (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/main/
H A DSAPI.c213 sapi_module.sapi_error(E_WARNING, "Unsupported content type: '%s'", content_type); in sapi_read_post_data()
678 …sapi_module.sapi_error(E_WARNING, "Cannot modify header information - headers already sent by (out… in sapi_header_op()
681 sapi_module.sapi_error(E_WARNING, "Cannot modify header information - headers already sent"); in sapi_header_op()
727 sapi_module.sapi_error(E_WARNING, "Header to delete may not contain colon."); in sapi_header_op()
745 sapi_module.sapi_error(E_WARNING, "Header may not contain " in sapi_header_op()
751 sapi_module.sapi_error(E_WARNING, "Header may not contain NUL bytes"); in sapi_header_op()
H A Drfc1867.c981 sapi_module.sapi_error(E_NOTICE, "No file uploaded");
1025 …sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file […
1030 …sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1043 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
1048 …sapi_module.sapi_error(E_NOTICE, "Only %zd bytes were written, expected to write %zd", wlen, blen);
1067 …sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filen…
H A DSAPI.h252 void (*sapi_error)(int type, const char *error_msg, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3); member

Completed in 15 milliseconds