Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Ddl.c111 int error_type; in php_load_extension() local
121 error_type = E_WARNING; in php_load_extension()
123 error_type = E_CORE_WARNING; 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()
158 …php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, … in php_load_extension()
178 …php_error_docref(NULL TSRMLS_CC, error_type, "Invalid library (maybe not a PHP library) '%s'", fil… in php_load_extension()
217 php_error_docref(NULL TSRMLS_CC, error_type, in php_load_extension()
227 php_error_docref(NULL TSRMLS_CC, error_type, in php_load_extension()
252 …php_error_docref(NULL TSRMLS_CC, error_type, "Unable to initialize module '%s'", module_entry->nam… in php_load_extension()
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.3/Zend/
H A Dzend_API.c1751 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ce->name, ZEND_CLONE_FUNC_NA… in zend_check_magic_method_implementation()
1754 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_GET_FUNC_NAM… in zend_check_magic_method_implementation()
1760 …zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_SET_FUNC_NA… in zend_check_magic_method_implementation()
1793 …zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_TOSTRING_FUNC_NAME); in zend_check_magic_method_implementation()
1806 int error_type; in zend_register_functions() local
1814 error_type = E_CORE_WARNING; in zend_register_functions()
1816 error_type = E_WARNING; in zend_register_functions()
1919 zend_error(error_type, "Destructor %s::%s() cannot take arguments", scope->name, ptr->fname); in zend_register_functions()
1941 zend_check_magic_method_implementation(scope, reg_function, error_type TSRMLS_CC); in zend_register_functions()
2016 …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.c184 ZEND_ARG_INFO(0, error_type)
1385 long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1389 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &message, &message_len, &error_type) =… in ZEND_FUNCTION()
1393 switch (error_type) { in ZEND_FUNCTION()
1405 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1418 long error_type = E_ALL | E_STRICT; in ZEND_FUNCTION() local
1420 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &error_handler, &error_type) == FAILUR… in ZEND_FUNCTION()
1448 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h261 …od_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type TSRMLS_DC);
/PHP-5.3/main/
H A Drfc1867.c1320 zval file_size, error_type; local
1322 error_type.value.lval = cancel_upload;
1323 error_type.type = IS_LONG;
1339 register_http_post_files_variable_ex(lbuf, &error_type, http_post_files, 0 TSRMLS_CC);
/PHP-5.3/ext/libxml/
H A Dlibxml.c492 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
516 switch (error_type) { in php_libxml_internal_error_handler()

Completed in 48 milliseconds