Home
last modified time | relevance | path

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

123456

/PHP-5.5/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.5/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 …]
/PHP-5.5/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()
502 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_read_property()
504 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_read_property()
620 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_write_property()
622 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_write_property()
662 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_read_dimension()
841 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_unset_property()
843 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_unset_property()
[all …]
H A Dzend_execute_API.c527 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
612 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
1231 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1309 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
1377 zend_error(E_ERROR, "Could not delete queued timer"); in zend_set_timeout()
1387 zend_error(E_ERROR, "Could not queue new timer"); in zend_set_timeout()
1436 zend_error(E_ERROR, "Could not delete queued timer"); in zend_unset_timeout()
1501 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class()
1505 zend_error(E_ERROR, "Class '%s' not found", class_name); in zend_fetch_class()
1526 zend_error(E_ERROR, "Trait '%s' not found", class_name); in zend_fetch_class_by_name()
[all …]
H A Dzend_vm_execute.h2463 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_CONST_HANDLER()
3620 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4612 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5469 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6195 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
7057 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
7773 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_TMP_HANDLER()
12979 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_VAR_HANDLER()
15488 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
17846 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_vm_def.h341 zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
1202 zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
1286 zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
1321 zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
2440 zend_error_noreturn(E_ERROR, "Method name must be a string");
2560 zend_error_noreturn(E_ERROR, "Function name must be a string");
2591 zend_error_noreturn(E_ERROR, "Cannot call constructor");
2766 zend_error_noreturn(E_ERROR, "Function name must be a string");
2970 zend_error_noreturn(E_ERROR, "Can only throw objects");
4027 zend_error_noreturn(E_ERROR, "Cannot use object as array");
[all …]
H A Dzend_vm_execute.skl36 zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen");
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()
/PHP-5.5/ext/standard/
H A Dexec.c300 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Command exceeds the allowed length of %d bytes", cmd_ma… in php_escape_shell_cmd()
376 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Escaped command exceeds the allowed length of %d bytes"… in php_escape_shell_cmd()
404 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Argument exceeds the allowed length of %d bytes", cmd_m… in php_escape_shell_arg()
463 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Escaped argument exceeds the allowed length of %d bytes… in php_escape_shell_arg()
491 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Input string contains NULL bytes"); in PHP_FUNCTION()
516 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Input string contains NULL bytes"); in PHP_FUNCTION()
/PHP-5.5/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr2.phpt6 error_reporting(E_ERROR);
H A DbitwiseShiftRight_variationStr2.phpt6 error_reporting(E_ERROR);
/PHP-5.5/tests/func/
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_STRICT ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-5.5/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.5/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.5/ext/intl/transliterator/
H A Dtransliterator.c34 zend_error( E_ERROR, "Transliterator class not defined" ); in transliterator_register_constants()
/PHP-5.5/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.5/ext/intl/locale/
H A Dlocale.c38 zend_error( E_ERROR, "Locale class not defined" ); in locale_register_constants()
/PHP-5.5/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.5/ext/session/
H A Dmod_user.c202 php_error_docref(NULL TSRMLS_CC, E_ERROR, "No session id returned by function"); in PS_CREATE_SID_FUNC()
207 php_error_docref(NULL TSRMLS_CC, E_ERROR, "Session id must be a string"); in PS_CREATE_SID_FUNC()

Completed in 163 milliseconds

123456