Home
last modified time | relevance | path

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

12

/PHP-8.1/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)
H A Dsoap.c1517 php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name));
3124 php_error(E_ERROR, "Procedure '%s' not present", func->name);
/PHP-8.1/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.1/sapi/embed/
H A Dphp_embed.c143 php_error, /* error handler */
/PHP-8.1/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.c231 php_error( E_ERROR, "Cannot apply [] to ResourceBundle object" ); in resourcebundle_array_get()
/PHP-8.1/ext/zlib/
H A Dzlib_fopen_wrapper.c139 php_error(E_WARNING, "failed setting compression level"); in php_stream_gzopen()
/PHP-8.1/sapi/fuzzer/
H A Dfuzzer-sapi.c117 php_error, /* error handler */
/PHP-8.1/ext/session/
H A Dmod_files.c402 php_error(E_WARNING, "The first parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
411 php_error(E_WARNING, "The second parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
/PHP-8.1/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()
1826 php_error(E_WARNING, "Wrong COM_STMT_PREPARE response size. Received %u", data_size); in php_mysqlnd_prepare_read()
2463php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
/PHP-8.1/main/
H A Dphp.h314 #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.c720 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in xbuf_format_converter()
H A Dsnprintf.c1014 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in format_converter()
H A Dmain.c2118 php_error(E_CORE_WARNING, img_err); in php_module_startup()
/PHP-8.1/ext/standard/
H A Dnet.c273 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c804 php_error(E_WARNING, "failed loading cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile()
808 php_error(E_WARNING, "remote cafile streams are disabled for security purposes"); in php_openssl_load_stream_cafile()
865 php_error(E_WARNING, "no valid certs found cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile()
891 php_error(E_WARNING, "SSL: failed loading CA names from cafile"); in php_openssl_enable_peer_verification()
1147 php_error(E_WARNING, "SSL: failed invoking reneg limit notification callback"); in php_openssl_limit_handshake_reneg()
/PHP-8.1/sapi/apache2handler/
H A Dsapi_apache2.c402 php_error, /* error handler */
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c446 php_error(E_WARNING, "REQUEST_BODY_FILE: open('%s') failed: %s (%d)", in sapi_cgi_read_post()
792 php_error, /* error handler */
/PHP-8.1/sapi/cli/
H A Dphp_cli.c446 php_error, /* error handler */
/PHP-8.1/sapi/litespeed/
H A Dlsapi_main.c608 php_error, /* error handler */
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c944 php_error, /* error handler */
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c991 php_error, /* error handler */

Completed in 155 milliseconds

12