/php-src/ext/soap/ |
H A D | php_soap.h | 201 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 D | soap.c | 1580 php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name)); in PHP_METHOD() 3281 php_error(E_ERROR, "Procedure '%s' not present", func->name); in deserialize_function_call()
|
/php-src/ext/intl/collator/ |
H A D | collator_convert.c | 168 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-src/sapi/embed/ |
H A D | php_embed.c | 140 php_error, /* error handler */
|
/php-src/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 141 php_error(E_WARNING, "failed setting compression level"); in php_stream_gzopen()
|
/php-src/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 114 php_error, /* error handler */
|
/php-src/ext/session/ |
H A D | mod_files.c | 397 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()
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 851 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 D | mysqlnd_protocol_frame_codec.c | 353 php_error(E_WARNING, "Packets out of order. Expected %u received %u. Packet size=%zu", in MYSQLND_METHOD()
|
H A D | mysqlnd_wireprotocol.c | 287 php_error(E_WARNING, "Packets out of order. Expected %u received %u. Packet size=%zu", in mysqlnd_read_header() 1867 php_error(E_WARNING, "Wrong COM_STMT_PREPARE response size. Received %u", data_size); in php_mysqlnd_prepare_read() 2504 …php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
|
/php-src/ext/standard/ |
H A D | net.c | 270 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
|
/php-src/main/ |
H A D | php.h | 297 #define php_error zend_error macro
|
H A D | php_ini.c | 366 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 D | spprintf.c | 724 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in xbuf_format_converter()
|
H A D | snprintf.c | 1016 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in format_converter()
|
H A D | main.c | 2193 php_error(E_CORE_WARNING, img_err); in php_module_startup()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 814 php_error(E_WARNING, "failed loading cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile() 818 php_error(E_WARNING, "remote cafile streams are disabled for security purposes"); in php_openssl_load_stream_cafile() 875 php_error(E_WARNING, "no valid certs found cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile() 901 php_error(E_WARNING, "SSL: failed loading CA names from cafile"); in php_openssl_enable_peer_verification() 1158 php_error(E_WARNING, "SSL: failed invoking reneg limit notification callback"); in php_openssl_limit_handshake_reneg()
|
/php-src/sapi/apache2handler/ |
H A D | sapi_apache2.c | 404 php_error, /* error handler */
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_main.c | 446 php_error(E_WARNING, "REQUEST_BODY_FILE: open('%s') failed: %s (%d)", in sapi_cgi_read_post() 807 php_error, /* error handler */
|
/php-src/sapi/cli/ |
H A D | php_cli.c | 431 php_error, /* error handler */
|
H A D | php_cli_server.c | 818 php_error, /* error handler */
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 607 php_error, /* error handler */
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 950 php_error, /* error handler */
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 992 php_error, /* error handler */
|