Home
last modified time | relevance | path

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

12345

/PHP-5.4/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.4/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()
748 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr()
782 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc()
813 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64()
834 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin()
1062 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double()
1095 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long()
1183 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool()
3347 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval()
3415 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml()
[all …]
/PHP-5.4/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.c41 zend_error(E_ERROR, "Nesting level too deep - recursive dependency?"); \
284 zend_error_noreturn(E_ERROR, "Cannot access empty property"); in zend_get_property_info_quick()
286 zend_error_noreturn(E_ERROR, "Cannot access property started with '\\0'"); in zend_get_property_info_quick()
501 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_read_property()
503 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_read_property()
619 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_write_property()
621 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_write_property()
661 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_read_dimension()
835 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_unset_property()
837 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_unset_property()
[all …]
H A Dzend_execute_API.c517 zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p)); in zval_update_constant_ex()
553 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
619 zend_error(E_ERROR, "Undefined class constant '%s'", str_index); in zval_update_constant_ex()
638 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
1254 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1332 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
1594 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class()
1598 zend_error(E_ERROR, "Class '%s' not found", class_name); in zend_fetch_class()
1617 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class_by_name()
1619 zend_error(E_ERROR, "Trait '%s' not found", class_name); in zend_fetch_class_by_name()
[all …]
H A Dzend_vm_def.h341 zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
1194 zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
1278 zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
1313 zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
2162 zend_error_noreturn(E_ERROR, "Method name must be a string");
2273 zend_error_noreturn(E_ERROR, "Function name must be a string");
2304 zend_error_noreturn(E_ERROR, "Cannot call constructor");
2466 zend_error_noreturn(E_ERROR, "Function name must be a string");
2949 zend_error_noreturn(E_ERROR, "Can only throw objects");
4008 zend_error_noreturn(E_ERROR, "Cannot use object as array");
[all …]
H A Dzend_vm_execute.h2360 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_CONST_HANDLER()
3503 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4311 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
4987 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
5550 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
6232 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
6789 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_TMP_HANDLER()
11105 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_VAR_HANDLER()
13615 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
15793 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_objects.c77 zend_error(EG(in_execution) ? E_ERROR : E_WARNING, in zend_objects_destroy_object()
90 zend_error(EG(in_execution) ? E_ERROR : E_WARNING, in zend_objects_destroy_object()
117 zend_error(E_ERROR, "Attempt to destruct pending exception"); in zend_objects_destroy_object()
H A Dzend_exceptions.c45 zend_error(E_ERROR, "Cannot set non exception as previous exception"); in zend_exception_set_previous()
110 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_throw_exception_internal()
112 zend_error(E_ERROR, "Exception thrown without a stack frame"); in zend_throw_exception_internal()
202 …zend_error(E_ERROR, "Wrong parameters for Exception([string $exception [, long $code [, Exception … in ZEND_METHOD()
253 long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD()
258 …zend_error(E_ERROR, "Wrong parameters for ErrorException([string $exception [, long $code, [ long … in ZEND_METHOD()
807 …zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC… in zend_register_default_exception()
939 zend_error(E_ERROR, "Need to supply an object when throwing an exception"); in zend_throw_exception_object()
945 zend_error(E_ERROR, "Exceptions must be valid objects derived from the Exception base class"); in zend_throw_exception_object()
H A Dzend_constants.c100 REGISTER_MAIN_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
353 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); in zend_get_constant_ex()
360 zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); in zend_get_constant_ex()
362 zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); in zend_get_constant_ex()
372 zend_error(E_ERROR, "Cannot access static:: when no class scope is active"); in zend_get_constant_ex()
383 zend_error(E_ERROR, "Undefined class constant '%s::%s'", class_name, constant_name); in zend_get_constant_ex()
/PHP-5.4/ext/intl/spoofchecker/
H A Dspoofchecker.c34 zend_error(E_ERROR, "Spoofchecker class not defined"); in spoofchecker_register_constants()
H A Dspoofchecker_class.c140 zend_error(E_ERROR, "Failed to clone SpoofChecker object"); in spoofchecker_clone_obj()
163 zend_error(E_ERROR, in spoofchecker_register_Spoofchecker_class()
/PHP-5.4/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.4/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.4/ext/intl/locale/
H A Dlocale.c38 zend_error( E_ERROR, "Locale class not defined" ); in locale_register_constants()
/PHP-5.4/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.4/ext/intl/collator/
H A Dcollator.c37 zend_error( E_ERROR, "Collator class not defined" ); in collator_register_constants()
/PHP-5.4/ext/mbstring/tests/
H A Dcommon.inc11 1 => "Error", // E_ERROR
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator.c34 zend_error( E_ERROR, "Transliterator class not defined" ); in transliterator_register_constants()
/PHP-5.4/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()

Completed in 219 milliseconds

12345