Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 1332) sorted by relevance

12345678910>>...54

/PHP-8.0/Zend/tests/
H A Dbug76502.phpt8 "Error(Error())" => new Error("outer", 0, new Error("inner")),
9 "Error(Exception())" => new Error("outer", 0, new Exception("inner")),
10 "Exception(Error())" => new Exception("outer", 0, new Error("inner"))
28 ---- Error(Error()) ----
29 before: Error.previous == Error
30 after : Error.previous == Error
31 ---- Error(Exception()) ----
32 before: Error.previous == Exception
33 after : Error.previous == Exception
34 ---- Exception(Error()) ----
[all …]
H A Dbug73338.phpt6 try { call_user_func(new class { function __destruct () { throw new Error; } }); } catch (Error $e)…
8 set_error_handler(function() { throw new Error; });
10 try { var_dump(new stdClass, call_user_func("fail")); } catch (Error $e) {}
12 try { (function() { call_user_func("fail"); })(); } catch (Error $e) {}
14 …atic function foo() {} function __destruct () { throw new Error; } }, "foo"](); } catch (Error $e)…
H A Dbug53432.phpt29 } catch (Error $e) {
30 echo "Error: {$e->getMessage()}\n";
37 } catch (Error $e) {
38 echo "Error: {$e->getMessage()}\n";
45 } catch (Error $e) {
46 echo "Error: {$e->getMessage()}\n";
62 Error: [] operator not supported for strings
64 Error: Cannot use assign-op operators with string offsets
66 Error: Cannot use string offset as an array
H A Dassign_dim_obj_null_return.phpt12 } catch (Error $e) {
18 } catch (Error $e) {
24 } catch (Error $e) {
30 } catch (Error $e) {
36 } catch (Error $e) {
42 } catch (Error $e) {
48 } catch (Error $e) {
54 } catch (Error $e) {
60 } catch (Error $e) {
65 } catch (Error $e) {
H A Dthrowable_002.phpt2 Test using an Exception as the previous Throwable for an Error
7 throw new Error('Error message', 0, new Exception('Exception message'));
14 Next Error: Error message in %s:%d
H A Dthrowable_001.phpt2 Test using an Error as the previous Throwable for an Exception
7 throw new Exception('Exception message', 0, new Error('Error message'));
10 Fatal error: Uncaught Error: Error message in %s:%d
H A Dclosure_031.phpt6 echo "Error: $errstr\n";
13 } catch (Error $ex) {
14 echo "Error: {$ex->getMessage()}\n";
18 Error: Closure object cannot have properties
H A Ddynamic_call_006.phpt10 } catch (\Error $e) {
17 } catch (\Error $e) {
24 } catch (\Error $e) {
31 } catch (\Error $e) {
38 } catch (\Error $e) {
45 } catch (\Error $e) {
H A Dbug69315.phpt12 } catch (Error $e) {
17 } catch (Error $e) {
22 } catch (Error $e) {
27 } catch (Error $e) {
32 } catch (Error $e) {
37 } catch (Error $e) {
H A Dbug70918.phpt7 } catch (Error $e) {
13 } catch (Error $e) {
19 } catch (Error $e) {
25 } catch (Error $e) {
31 } catch (Error $e) {
37 } catch (Error $e) {
H A Dns_076.phpt6 use Error;
10 } catch (Error $e) {
16 } catch (Error $e) {
22 } catch (Error $e) {
H A Dbug43344_1.phpt6 use Error;
21 } catch (Error $e) {
26 } catch (Error $e) {
31 } catch (Error $e) {
36 } catch (Error $e) {
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt17 echo sprintf("First Error Info: SQLSTATE Error Code: (%s), Driver Specific Error Code: (%s)", $erro…
22 echo sprintf("Second Error Info: SQLSTATE Error Code: (%s), Driver Specific Error Code: (%s)", $err…
34 echo sprintf("First (Extended) Error Info: SQLSTATE Error Code: (%s), Driver Specific Error Code: (…
39 echo sprintf("Second (Extended) Error Info: SQLSTATE Error Code: (%s), Driver Specific Error Code: …
45 First Error Info: SQLSTATE Error Code: (00000), Driver Specific Error Code: ()
47 Second Error Info: SQLSTATE Error Code: (23000), Driver Specific Error Code: (19)
50 First (Extended) Error Info: SQLSTATE Error Code: (00000), Driver Specific Error Code: ()
52 Second (Extended) Error Info: SQLSTATE Error Code: (HY000), Driver Specific Error Code: (1555)
/PHP-8.0/ext/spl/tests/
H A Dbug54384.phpt10 } catch (\Error $e) {
11 echo "Error (expected)\n";
157 IteratorIterator... Error (expected)
158 FilterIterator... Error (expected)
160 ParentIterator... Error (expected)
161 LimitIterator... Error (expected)
162 CachingIterator... Error (expected)
165 RegexIterator... Error (expected)
167 GlobIterator... Error (expected)
168 SplFileObject... Error (expected)
[all …]
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt29 Error at offset %d of %d bytes
30 Error at offset %d of %d bytes
31 Error at offset %d of %d bytes
32 Error at offset %d of %d bytes
33 Error at offset %d of %d bytes
/PHP-8.0/ext/standard/tests/serialize/
H A Dinvalid_signs_in_lengths.phpt21 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
24 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
27 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
30 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
33 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
36 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
39 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
42 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
45 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
48 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
[all …]
H A Dbug25378.phpt20 Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d
23 Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d
26 Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d
29 Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d
32 Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d
35 Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d
38 Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d
47 Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d
50 Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d
53 Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d
[all …]
/PHP-8.0/sapi/phpdbg/tests/
H A Dexceptions_002.phpt12 [Uncaught Error in %s on line 16: Call to undefined function foo()]
13 >00016: foo(); // Error
17 Fatal error: Uncaught Error: Call to undefined function next_error() in eval()'d code:1
23 prompt> [Uncaught Error in %s on line 16]
24 Error: Call to undefined function foo() in %s:16
36 foo(); // Error
47 foo(); // Error
H A Dexceptions_001.phpt12 [Uncaught Error in %s on line 16: Call to undefined function foo()]
13 >00016: foo(); // Error
19 prompt> [Uncaught Error in %s on line 16]
20 Error: Call to undefined function foo() in %s:16
31 foo(); // Error
42 foo(); // Error
/PHP-8.0/ext/intl/tests/
H A Duconverter_func_subst.phpt13 echo "Error: ", intl_get_error_message(), "\n";
19 echo "Error: ", intl_get_error_message(), "\n";
28 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
29 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
30 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
31 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt16 } catch (Error $e) {
21 } catch (Error $e) {
26 } catch (Error $e) {
32 } catch (Error $e) {
37 } catch (Error $e) {
42 } catch (Error $e) {
48 } catch (Error $e) {
53 } catch (Error $e) {
58 } catch (Error $e) {
64 } catch (Error $e) {
[all …]
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt16 } catch (Error $e) {
21 } catch (Error $e) {
26 } catch (Error $e) {
31 } catch (Error $e) {
37 } catch (Error $e) {
42 } catch (Error $e) {
47 } catch (Error $e) {
52 } catch (Error $e) {
58 } catch (Error $e) {
63 } catch (Error $e) {
[all …]
/PHP-8.0/ext/simplexml/tests/
H A Dsimplexml_uninitialized.phpt15 } catch (Error $e) {
20 } catch (Error $e) {
25 } catch (Error $e) {
30 } catch (Error $e) {
35 } catch (Error $e) {
40 } catch (Error $e) {
45 } catch (Error $e) {
/PHP-8.0/Zend/
H A Dzend_exceptions.stub.php57 class Error implements Throwable class
99 class CompileError extends Error
107 class TypeError extends Error
115 class ValueError extends Error
119 class ArithmeticError extends Error
127 class UnhandledMatchError extends Error
/PHP-8.0/Zend/tests/named_params/
H A Dunknown_named_param.phpt14 } catch (Error $e) {
20 } catch (Error $e) {
26 } catch (Error $e) {
32 } catch (Error $e) {
38 } catch (Error $e) {

Completed in 38 milliseconds

12345678910>>...54