Home
last modified time | relevance | path

Searched refs:E_ERROR (Results 1 – 25 of 114) sorted by relevance

12345

/PHP-5.3/Zend/tests/
H A Dbug42819.phpt32 const C7 = E_ERROR;
42 static $a7 = array(E_ERROR => 0);
52 static $a7 = array(E_ERROR => I);
62 static $a7 = array(E_ERROR => foo\I);
76 static $a1 = array(I => E_ERROR);
77 static $a2 = array(foo\I => E_ERROR);
78 static $a3 = array(foo\foo::I => E_ERROR);
79 static $a4 = array(\foo\I => E_ERROR);
80 static $a5 = array(\foo\foo::I => E_ERROR);
82 static $a7 = array(E_ERROR => E_ERROR);
[all …]
/PHP-5.3/ext/soap/
H A Dphp_schema.c370 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
579 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
654 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
759 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
822 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
850 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
884 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
939 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1039 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
H A Dphp_sdl.c342 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
410 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex()
420 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex()
430 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex()
440 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex()
473 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header()
507 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header()
635 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body()
786 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl()
1110 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in load_wsdl()
[all …]
H A Dphp_encoding.c714 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_string()
750 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr()
786 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc()
817 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64()
838 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin()
1067 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double()
1100 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long()
1189 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool()
3363 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval()
3431 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml()
[all …]
/PHP-5.3/Zend/
H A Dzend_errors.h25 #define E_ERROR (1<<0L) macro
41 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
H A Dzend_object_handlers.c204 zend_error(E_ERROR, "Cannot access empty property"); in zend_get_property_info()
206 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_get_property_info()
396 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_read_property()
398 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_read_property()
494 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_write_property()
496 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_write_property()
536 zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_read_dimension()
555 zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_write_dimension()
675 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_unset_property()
677 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_unset_property()
[all …]
H A Dzend_objects.c66 zend_error(EG(in_execution) ? E_ERROR : E_WARNING, in zend_objects_destroy_object()
79 zend_error(EG(in_execution) ? E_ERROR : E_WARNING, in zend_objects_destroy_object()
106 zend_error(E_ERROR, "Attempt to destruct pending exception"); in zend_objects_destroy_object()
H A Dzend_constants.c98 REGISTER_MAIN_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
315 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); in zend_get_constant_ex()
322 zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); in zend_get_constant_ex()
324 zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); in zend_get_constant_ex()
334 zend_error(E_ERROR, "Cannot access static:: when no class scope is active"); in zend_get_constant_ex()
345 zend_error(E_ERROR, "Undefined class constant '%s::%s'", class_name, constant_name); in zend_get_constant_ex()
H A Dzend_exceptions.c44 zend_error(E_ERROR, "Cannot set non exception as previous exception"); in zend_exception_set_previous()
95 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_throw_exception_internal()
97 zend_error(E_ERROR, "Exception thrown without a stack frame"); in zend_throw_exception_internal()
189 …zend_error(E_ERROR, "Wrong parameters for Exception([string $exception [, long $code [, Exception … in ZEND_METHOD()
213 long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD()
218 …zend_error(E_ERROR, "Wrong parameters for ErrorException([string $exception [, long $code, [ long … in ZEND_METHOD()
705 …zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC… in zend_register_default_exception()
837 zend_error(E_ERROR, "Need to supply an object when throwing an exception"); in zend_throw_exception_object()
843 zend_error(E_ERROR, "Exceptions must be valid objects derived from the Exception base class"); in zend_throw_exception_object()
H A Dzend_vm_execute.h1727 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_CONST_HANDLER()
2759 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3336 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
3805 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
4030 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
4467 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
10567 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
12380 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
14185 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER()
15084 severity = E_ERROR; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_vm_def.h1170 zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
1215 zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
1927 zend_error_noreturn(E_ERROR, "Method name must be a string");
2010 zend_error_noreturn(E_ERROR, "Function name must be a string");
2033 zend_error_noreturn(E_ERROR, "Cannot call constructor");
2056 severity = E_ERROR;
2106 zend_error_noreturn(E_ERROR, "Function name must be a string");
2541 zend_error_noreturn(E_ERROR, "Can only throw objects");
3032 zend_error_noreturn(E_ERROR, "Undefined constant '%s'",
3511 zend_error_noreturn(E_ERROR, "Cannot use object as array");
[all …]
H A Dzend_execute_API.c526 zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p)); in zval_update_constant_ex()
562 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
627 zend_error(E_ERROR, "Undefined class constant '%s'", str_index); in zval_update_constant_ex()
646 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
788 zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()"); in zend_call_function()
1240 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1319 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
1541 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); in zend_fetch_class()
1546 zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); in zend_fetch_class()
1570 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class()
[all …]
H A Dzend_execute.c328 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_unused()
342 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_ptr()
353 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_ptr_unused()
365 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr()
604 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_assign_to_object()
937 zend_error_noreturn(E_ERROR, "[] operator not supported for strings"); in zend_fetch_dimension_address()
975 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_fetch_dimension_address()
1097 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_fetch_dimension_address_read()
1177 …zend_error_noreturn(E_ERROR, "Cannot access undefined property for object with overloaded property… in zend_fetch_property_address()
1212 …zend_error_noreturn(E_ERROR, "Cannot break/continue %d level%s", original_nest_levels, (original_n… in zend_brk_cont()
/PHP-5.3/ext/intl/tests/
H A Dintl_get_error_code.phpt12 error_reporting( E_ERROR );
H A Dintl_get_error_message.phpt12 error_reporting( E_ERROR );
H A Dcollator_get_error_code.phpt40 error_reporting( E_ERROR );
/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer_class.c66 zend_error( E_ERROR, in normalizer_register_Normalizer_class()
H A Dnormalizer.c36 zend_error( E_ERROR, "Normalizer class not defined" ); in normalizer_register_constants()
/PHP-5.3/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
/PHP-5.3/ext/intl/locale/
H A Dlocale.c38 zend_error( E_ERROR, "Locale class not defined" ); in locale_register_constants()
H A Dlocale_class.c107 zend_error( E_ERROR, in locale_register_Locale_class()
/PHP-5.3/ext/intl/collator/
H A Dcollator.c37 zend_error( E_ERROR, "Collator class not defined" ); in collator_register_constants()
/PHP-5.3/ext/mbstring/tests/
H A Dcommon.inc11 1 => "Error", // E_ERROR
/PHP-5.3/ext/pdo_odbc/
H A Dpdo_odbc.c130 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error in pdo_odbc.connection_pooling configuration. Va… in PHP_INI_END()
/PHP-5.3/sapi/apache_hooks/
H A Dsapi_apache.c111 php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name); in apache_php_module_hook()

Completed in 179 milliseconds

12345