Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/standard/
H A Ddl.c108 int error_type; in php_load_extension() local
118 error_type = E_WARNING; in php_load_extension()
120 error_type = E_CORE_WARNING; in php_load_extension()
149 …php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, … in php_load_extension()
152 …php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, … in php_load_extension()
155 …php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, … in php_load_extension()
176 …php_error_docref(NULL TSRMLS_CC, error_type, "Invalid library (appears to be a Zend Extension, try… in php_load_extension()
180 …php_error_docref(NULL TSRMLS_CC, error_type, "Invalid library (maybe not a PHP library) '%s'", fil… in php_load_extension()
219 php_error_docref(NULL TSRMLS_CC, error_type, in php_load_extension()
229 php_error_docref(NULL TSRMLS_CC, error_type, in php_load_extension()
[all …]
H A Dincomplete_class.c37 static void incomplete_class_message(zval *object, int error_type TSRMLS_DC) in incomplete_class_message()
49 php_error_docref(NULL TSRMLS_CC, error_type, INCOMPLETE_CLASS_MSG, class_name); in incomplete_class_message()
/PHP-5.5/Zend/
H A Dzend_API.c1979 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ce->name, ZEND_CLONE_FUNC_NA… in zend_check_magic_method_implementation()
1982 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_GET_FUNC_NAM… in zend_check_magic_method_implementation()
1988 …zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_SET_FUNC_NA… in zend_check_magic_method_implementation()
2021 …zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_TOSTRING_FUNC_NAME); in zend_check_magic_method_implementation()
2034 int error_type; in zend_register_functions() local
2042 error_type = E_CORE_WARNING; in zend_register_functions()
2044 error_type = E_WARNING; in zend_register_functions()
2160 zend_error(error_type, "Destructor %s::%s() cannot take arguments", scope->name, ptr->fname); in zend_register_functions()
2182 zend_check_magic_method_implementation(scope, reg_function, error_type TSRMLS_CC); in zend_register_functions()
2257 …zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __get->common.function_nam… in zend_register_functions()
[all …]
H A Dzend_builtin_functions.c200 ZEND_ARG_INFO(0, error_type)
1496 long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1500 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &message, &message_len, &error_type) =… in ZEND_FUNCTION()
1504 switch (error_type) { in ZEND_FUNCTION()
1516 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1528 long error_type = E_ALL; in ZEND_FUNCTION() local
1530 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &error_handler, &error_type) == FAILUR… in ZEND_FUNCTION()
1558 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_execute.h72 ZEND_API int zend_verify_arg_error(int error_type, const zend_function *zf, zend_uint arg_num, cons…
H A Dzend_execute.c578 ZEND_API int zend_verify_arg_error(int error_type, const zend_function *zf, zend_uint arg_num, cons… in zend_verify_arg_error() argument
594 …zend_error(error_type, "Argument %d passed to %s%s%s() must %s%s, %s%s given, called in %s on line… in zend_verify_arg_error()
596 …zend_error(error_type, "Argument %d passed to %s%s%s() must %s%s, %s%s given", arg_num, fclass, fs… in zend_verify_arg_error()
H A Dzend_API.h274 …od_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type TSRMLS_DC);
/PHP-5.5/main/
H A Drfc1867.c1215 zval file_size, error_type; local
1217 error_type.value.lval = cancel_upload;
1218 error_type.type = IS_LONG;
1234 register_http_post_files_variable_ex(lbuf, &error_type, http_post_files, 0 TSRMLS_CC);
/PHP-5.5/ext/libxml/
H A Dlibxml.c529 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
553 switch (error_type) { in php_libxml_internal_error_handler()

Completed in 60 milliseconds