Home
last modified time | relevance | path

Searched refs:php_error (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.3/ext/soap/
H A Dphp_soap.h201 php_error(severity, "SOAP-ERROR: " format)
204 php_error(severity, "SOAP-ERROR: " format, param1)
207 php_error(severity, "SOAP-ERROR: " format, param1, param2)
210 php_error(severity, "SOAP-ERROR: " format, param1, param2, param3)
/PHP-8.3/ext/intl/collator/
H A Dcollator_convert.c168 php_error( E_WARNING, "Error converting utf16 to utf8 in collator_convert_zval_utf16_to_utf8()" ); in collator_convert_zstr_utf16_to_utf8()
190 php_error(E_WARNING, in collator_convert_zstr_utf8_to_utf16()
238 php_error( E_WARNING, "Error casting object to string in collator_convert_object_to_string()" ); in collator_convert_object_to_string()
/PHP-8.3/sapi/embed/
H A Dphp_embed.c140 php_error, /* error handler */
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c155 php_error( E_ERROR, "ResourceBundle does not support writable iterators" ); in resourcebundle_get_iterator()
H A Dresourcebundle_class.c229 php_error( E_ERROR, "Cannot apply [] to ResourceBundle object" ); in resourcebundle_array_get()
/PHP-8.3/ext/zlib/
H A Dzlib_fopen_wrapper.c141 php_error(E_WARNING, "failed setting compression level"); in php_stream_gzopen()
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-sapi.c114 php_error, /* error handler */
/PHP-8.3/ext/session/
H A Dmod_files.c397 php_error(E_WARNING, "The first parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
406 php_error(E_WARNING, "The second parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
H A Dsession.c1524php_error(E_NOTICE, "Ignoring session_start() because a session has already been started (started … in php_session_start()
1527php_error(E_NOTICE, "Ignoring session_start() because a session has already been started automatic… in php_session_start()
1529 php_error(E_NOTICE, "Ignoring session_start() because a session has already been started"); in php_session_start()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_auth.c851 php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
857 php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
1147 php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid()); in mysqlnd_caching_sha2_get_key()
1153 php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid()); in mysqlnd_caching_sha2_get_key()
H A Dmysqlnd_protocol_frame_codec.c353 php_error(E_WARNING, "Packets out of order. Expected %u received %u. Packet size=%zu", in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c274 php_error(E_WARNING, "Packets out of order. Expected %u received %u. Packet size=%zu", in mysqlnd_read_header()
1805 php_error(E_WARNING, "Wrong COM_STMT_PREPARE response size. Received %u", data_size); in php_mysqlnd_prepare_read()
2442php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
/PHP-8.3/main/
H A Dphp.h316 #define php_error zend_error macro
H A Dphp_ini.c366 php_error(E_CORE_WARNING, "Failed loading Zend extension '%s' (tried: %s (%s), %s (%s))", in php_load_zend_extension_cb()
381 php_error(E_CORE_WARNING, err1); in php_load_zend_extension_cb()
H A Dspprintf.c715 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in xbuf_format_converter()
H A Dsnprintf.c1016 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in format_converter()
H A Dmain.c2149 php_error(E_CORE_WARNING, img_err); in php_module_startup()
/PHP-8.3/ext/standard/
H A Dnet.c273 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c818 php_error(E_WARNING, "failed loading cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile()
822 php_error(E_WARNING, "remote cafile streams are disabled for security purposes"); in php_openssl_load_stream_cafile()
879 php_error(E_WARNING, "no valid certs found cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile()
905 php_error(E_WARNING, "SSL: failed loading CA names from cafile"); in php_openssl_enable_peer_verification()
1162 php_error(E_WARNING, "SSL: failed invoking reneg limit notification callback"); in php_openssl_limit_handshake_reneg()
/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c404 php_error, /* error handler */
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c448 php_error(E_WARNING, "REQUEST_BODY_FILE: open('%s') failed: %s (%d)", in sapi_cgi_read_post()
809 php_error, /* error handler */
/PHP-8.3/sapi/cli/
H A Dphp_cli.c444 php_error, /* error handler */
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c608 php_error, /* error handler */
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c949 php_error, /* error handler */
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c989 php_error, /* error handler */

Completed in 102 milliseconds

12