Home
last modified time | relevance | path

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

1234

/php-src/Zend/tests/
H A DErrorException_construct.phpt11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
26 $e = new ErrorException("Fifth", 0, E_ERROR, "abc.php");
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
36 $e = new ErrorException("Seventh", 0, E_ERROR, "abc.php", 123);
H A Dbug42819.phpt30 const C7 = E_ERROR;
40 static $a7 = array(E_ERROR => 0);
50 static $a7 = array(E_ERROR => I);
60 static $a7 = array(E_ERROR => foo\I);
74 static $a1 = array(I => E_ERROR);
75 static $a2 = array(foo\I => E_ERROR);
76 static $a3 = array(foo\foo::I => E_ERROR);
77 static $a4 = array(\foo\I => E_ERROR);
78 static $a5 = array(\foo\foo::I => E_ERROR);
80 static $a7 = array(E_ERROR => E_ERROR);
[all …]
H A DErrorException_getSeverity.phpt19 var_dump($e->getSeverity() === E_ERROR);
31 var_dump($e->getSeverity() === E_ERROR);
43 var_dump($e->getSeverity() === E_ERROR);
52 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR);
55 var_dump($e->getSeverity() === E_ERROR);
244 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR, __FILE__);
247 var_dump($e->getSeverity() === E_ERROR);
436 … throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR, __FILE__, __LINE__);
439 var_dump($e->getSeverity() === E_ERROR);
640 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR, __FILE__, __LINE__, N…
[all …]
/php-src/Zend/
H A Dzend_errors.h23 #define E_ERROR (1<<0L) macro
42 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
46 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR…
H A Dzend_max_execution_timer.c66 zend_strerror_noreturn(E_ERROR, errno, "Could not create timer"); in zend_max_execution_timer_init()
102 zend_strerror_noreturn(E_ERROR, errno, "Could not set timer"); in zend_max_execution_timer_settime()
124 zend_strerror_noreturn(E_ERROR, errno, "Could not delete timer"); in zend_max_execution_timer_shutdown()
H A Dzend_exceptions.stub.php70 protected int $severity = E_ERROR;
75 int $severity = E_ERROR,
H A Dzend_constants.stub.php9 const E_ERROR = UNKNOWN; define
H A Dzend_constants_arginfo.h6 REGISTER_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend_attributes.c74 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to trait"); in validate_allow_dynamic_properties()
77 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to interface"); in validate_allow_dynamic_properties()
80 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to readonly class %s", in validate_allow_dynamic_properties()
411 zend_error_noreturn(E_ERROR, "Only internal classes can be registered as compiler attribute"); in zend_mark_internal_attribute()
429 …zend_error_noreturn(E_ERROR, "Classes must be first marked as attribute before being able to be re… in zend_mark_internal_attribute()
H A Dzend_arena.h87 …zend_error_noreturn(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_… in zend_arena_calloc()
183 …zend_error_noreturn(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_… in zend_arena_calloc()
H A Dzend_smart_str.c151 zend_error_noreturn(E_ERROR, "String size overflow"); in _smart_string_alloc_persistent()
177 zend_error_noreturn(E_ERROR, "String size overflow"); in _smart_string_alloc()
H A Dzend_multiply.h337 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in zend_safe_address_guarded()
350 …zend_error_noreturn(E_ERROR, "Possible integer overflow in %s (%zu * %zu + %zu)", message, nmemb, … in zend_safe_addmult()
/php-src/ext/soap/
H A Dphp_schema.c376 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
487 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
587 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
662 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
767 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
830 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
858 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
892 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
947 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1047 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
H A Dphp_sdl.c316 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
384 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex()
394 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex()
404 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex()
414 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex()
447 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header()
481 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header()
606 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body()
757 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl()
1081 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in load_wsdl()
[all …]
H A Dphp_encoding.c681 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_string()
714 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr()
747 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc()
776 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64()
796 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin()
1009 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double()
1041 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long()
1118 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool()
3216 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval()
3284 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml()
[all …]
/php-src/ext/gd/libgd/
H A Dgd_webp.c59 zend_error_noreturn(E_ERROR, "WebP decode: realloc failed"); in gdImageCreateFromWebpCtx()
70 zend_error_noreturn(E_ERROR, "gd-webp cannot get webp info"); in gdImageCreateFromWebpCtx()
82 zend_error_noreturn(E_ERROR, "gd-webp cannot allocate temporary buffer"); in gdImageCreateFromWebpCtx()
116 zend_error_noreturn(E_ERROR, "Palette image not supported by webp"); in gdImageWebpCtx()
162 zend_error_noreturn(E_ERROR, "gd-webp encoding failed"); in gdImageWebpCtx()
/php-src/tests/lang/operators/
H A DbitwiseShiftRight_variationStr2.phpt6 error_reporting(E_ERROR);
H A DbitwiseShiftLeft_variationStr2.phpt6 error_reporting(E_ERROR);
/php-src/tests/func/
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/php-src/ext/pdo/
H A Dpdo.c116 …zend_error_noreturn(E_ERROR, "PDO: driver %s requires PDO API version " ZEND_ULONG_FMT "; this is … in ZEND_GET_MODULE()
121 …zend_error_noreturn(E_ERROR, "The PDO extension must be loaded first in order to load PDO drivers"… in ZEND_GET_MODULE()
143 …zend_error_noreturn(E_ERROR, "The PDO extension must be loaded first in order to load PDO drivers"… in php_pdo_register_driver_specific_ce()
/php-src/ext/soap/tests/bugs/
H A Dbug70469.phpt2 Bug #70469 (SoapClient should not generate E_ERROR if exceptions enabled)
/php-src/ext/fileinfo/
H A Dphp_libmagic.h66 #define abort() zend_error_noreturn(E_ERROR, "fatal libmagic error")
/php-src/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-src/ext/standard/tests/streams/
H A Duser-stream-error.phpt2 E_ERROR during UserStream Open
/php-src/ext/standard/
H A Dassert.c231 …d_throw_exception(assertion_error_ce, description_str ? ZSTR_VAL(description_str) : NULL, E_ERROR); in PHP_FUNCTION()
234 zend_exception_error(EG(exception), E_ERROR); in PHP_FUNCTION()

Completed in 86 milliseconds

1234