Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/soap/
H A Dphp_soap.h206 php_error(severity, "SOAP-ERROR: " format)
209 php_error(severity, "SOAP-ERROR: " format, param1)
212 php_error(severity, "SOAP-ERROR: " format, param1, param2)
215 php_error(severity, "SOAP-ERROR: " format, param1, param2, param3)
/PHP-5.5/sapi/milter/
H A Dphp_milter.c585 php_error(E_WARNING, NOT_INIT, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
601 php_error(E_WARNING, NOT_INIT, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
617 php_error(E_WARNING, IS_NONE, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
638 php_error(E_WARNING, IS_NONE, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
658 php_error(E_WARNING, NOT_EOM, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
679 php_error(E_WARNING, NOT_EOM, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
699 php_error(E_WARNING, NOT_EOM, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
719 php_error(E_WARNING, NOT_EOM, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
740 php_error(E_WARNING, NOT_EOM, get_active_function_name(TSRMLS_C)); in PHP_FUNCTION()
917 php_error, /* error handler */
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c201 php_error( E_WARNING, "Error converting utf16 to utf8 in collator_convert_zval_utf16_to_utf8()" ); in collator_convert_zstr_utf16_to_utf8()
231 php_error( E_WARNING, "Error casting object to string in collator_convert_zstr_utf8_to_utf16()" ); in collator_convert_zstr_utf8_to_utf16()
304 php_error( E_WARNING, "Error casting object to string in collator_convert_object_to_string()" ); in collator_convert_object_to_string()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c115 php_error(E_WARNING, "%s(): underlying ApacheRequest object missing", \
135 php_error(E_WARNING, "get_apache_request() invalid wrapper passed"); in get_apache_request()
140 php_error(E_WARNING, "%s(): wrapper is not an object", get_active_function_name(TSRMLS_C)); in get_apache_request()
151 php_error(E_WARNING, "%s(): request_rec invalid", get_active_function_name(TSRMLS_C)); in get_apache_request()
1538 php_error(E_WARNING, "apache.child_terminate is disabled"); in PHP_FUNCTION()
1542 php_error(E_WARNING, "apache_child_terminate() is not supported in this build"); in PHP_FUNCTION()
1724 php_error(E_WARNING, "Unable to include '%s' - URI lookup failed", filename); in PHP_FUNCTION()
1731 php_error(E_WARNING, "Unable to include '%s' - error finding URI", filename); in PHP_FUNCTION()
1741 php_error(E_WARNING, "Unable to include '%s' - request execution failed", filename); in PHP_FUNCTION()
1845 php_error(E_WARNING, "URI lookup failed", filename); in PHP_FUNCTION()
[all …]
H A Dsapi_apache.c107 php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name); in apache_php_module_hook()
/PHP-5.5/sapi/roxen/
H A Droxen.c496 php_error, /* error handler */
620 php_error(E_WARNING, "PHP5.Interpreter->run: Tried to run a PHP-script from a PHP " in f_php_roxen_request_handler()
625 php_error(E_WARNING, "PHP5.Interpreter->run: Bad argument 4, expected function.\n"); in f_php_roxen_request_handler()
661 php_error(E_WARNING, "PHP5.Interpreter->run: my_fd object not open or not an FD.\n"); in f_php_roxen_request_handler()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c159 php_error( E_ERROR, "ResourceBundle does not support writable iterators" ); in resourcebundle_get_iterator()
H A Dresourcebundle_class.c221 php_error( E_ERROR, "Cannot apply [] to ResourceBundle object" ); in resourcebundle_array_get()
/PHP-5.5/sapi/embed/
H A Dphp_embed.c126 php_error, /* error handler */
/PHP-5.5/ext/session/
H A Dmod_files.c289 php_error(E_WARNING, "The first parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
298 php_error(E_WARNING, "The second parameter in session.save_path is invalid"); in PS_OPEN_FUNC()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c166 php_error, /* error handler */
/PHP-5.5/ext/gettext/
H A Dgettext.c259 php_error(E_WARNING, "The first parameter of bindtextdomain must not be empty"); in PHP_NAMED_FUNCTION()
/PHP-5.5/main/
H A Dphp.h289 #define php_error zend_error macro
H A Dspprintf.c758 php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt); in xbuf_format_converter()
H A Doutput.c240 php_error(E_WARNING, "Attempt to output more than UINT_MAX bytes at once; " in php_output_write_unbuffered()
261 php_error(E_WARNING, "Attempt to output more than UINT_MAX bytes at once; " in php_output_write()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c517 php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
523 php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c293 php_error, /* error handler */
/PHP-5.5/sapi/tux/
H A Dphp_tux.c280 php_error,
/PHP-5.5/sapi/continuity/
H A Dcapi.c369 php_error, /* error handler */
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c331 php_error, /* error handler */
/PHP-5.5/sapi/aolserver/
H A Daolserver.c382 php_error, /* error handler */
/PHP-5.5/
H A DREADME.EXT_SKEL185 php_error(E_WARNING, "module_name_drawtext: not yet implemented");
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c369 php_error, /* error handler */
/PHP-5.5/sapi/caudium/
H A Dcaudium.c545 php_error, /* error handler */
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c386 php_error,

Completed in 125 milliseconds

12