Home
last modified time | relevance | path

Searched refs:e (Results 51 – 75 of 2674) sorted by relevance

12345678910>>...107

/PHP-8.0/Zend/tests/named_params/
H A Dunknown_named_param.phpt14 } catch (Error $e) {
15 echo $e->getMessage(), "\n";
20 } catch (Error $e) {
21 echo $e->getMessage(), "\n";
26 } catch (Error $e) {
27 echo $e->getMessage(), "\n";
32 } catch (Error $e) {
33 echo $e->getMessage(), "\n";
38 } catch (Error $e) {
39 echo $e->getMessage(), "\n";
/PHP-8.0/ext/intl/tests/
H A Dbreakiter___construct_error.phpt9 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
16 print_exception($e);
20 } catch (TypeError $e) {
21 print_exception($e);
25 } catch (TypeError $e) {
26 print_exception($e);
30 } catch (TypeError $e) {
31 print_exception($e);
36 print_exception($e);
42 } catch (Error $e) {
[all …]
H A Dgregoriancalendar___construct_error.phpt13 } catch (ArgumentCountError $e) {
14 echo $e->getMessage(), "\n";
18 } catch (ArgumentCountError $e) {
19 echo $e->getMessage(), "\n";
23 } catch (ArgumentCountError $e) {
24 echo $e->getMessage(), "\n";
29 echo $e->getMessage(), "\n";
33 } catch (TypeError $e) {
34 echo $e->getMessage(), "\n";
40 } catch (Error $e) {
[all …]
H A Dformatter_format_and_parse_errors.phpt15 } catch (\ValueError $e) {
16 echo $e->getMessage(), \PHP_EOL;
20 } catch (\ValueError $e) {
21 echo $e->getMessage(), \PHP_EOL;
25 } catch (\ValueError $e) {
26 echo $e->getMessage(), \PHP_EOL;
30 } catch (\ValueError $e) {
37 } catch (\ValueError $e) {
42 } catch (\ValueError $e) {
47 } catch (\ValueError $e) {
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dpack64_32.phpt13 } catch (ValueError $e) {
14 echo $e->getMessage(), "\n";
18 } catch (ValueError $e) {
19 echo $e->getMessage(), "\n";
23 } catch (ValueError $e) {
24 echo $e->getMessage(), "\n";
28 } catch (ValueError $e) {
34 } catch (ValueError $e) {
39 } catch (ValueError $e) {
44 } catch (ValueError $e) {
[all …]
H A Dsprintf_error.phpt11 } catch (TypeError $e) {
12 echo $e->getMessage(), "\n";
25 } catch (\ArgumentCountError $e) {
26 echo $e->getMessage(), "\n";
31 echo $e->getMessage(), "\n";
36 echo $e->getMessage(), "\n";
43 echo $e->getMessage(), "\n";
48 echo $e->getMessage(), "\n";
55 echo $e->getMessage(), "\n";
61 echo $e->getMessage(), "\n";
[all …]
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getMethod_002.phpt16 } catch (TypeError $e) {
17 echo $e->getMessage() . "\n";
21 } catch (TypeError $e) {
22 echo $e->getMessage() . "\n";
26 } catch (Exception $e) {
27 echo $e->getMessage() . "\n";
31 } catch (Exception $e) {
36 } catch (Exception $e) {
41 } catch (Exception $e) {
46 } catch (TypeError $e) {
[all …]
H A DReflectionClass_getProperty_002.phpt16 } catch (TypeError $e) {
17 echo $e->getMessage() . "\n";
21 } catch (TypeError $e) {
22 echo $e->getMessage() . "\n";
26 } catch (exception $e) {
27 echo $e->getMessage() . "\n";
31 } catch (exception $e) {
36 } catch (exception $e) {
41 } catch (exception $e) {
46 } catch (TypeError $e) {
[all …]
/PHP-8.0/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland_strict.phpt9 } catch (\Error $e) {
10 echo get_class($e) . PHP_EOL;
11 echo $e->getMessage() . PHP_EOL;
17 } catch (\Error $e) {
18 echo get_class($e) . PHP_EOL;
26 } catch (\Error $e) {
27 echo get_class($e) . PHP_EOL;
33 } catch (\Error $e) {
34 echo get_class($e) . PHP_EOL;
40 } catch (\Error $e) {
[all …]
H A Dargument_count_incorrect_userland.phpt8 } catch (\Error $e) {
9 echo get_class($e) . PHP_EOL;
10 echo $e->getMessage() . PHP_EOL;
16 } catch (\Error $e) {
17 echo get_class($e) . PHP_EOL;
18 echo $e->getMessage() . PHP_EOL;
25 } catch (\Error $e) {
26 echo get_class($e) . PHP_EOL;
27 echo $e->getMessage() . PHP_EOL;
32 } catch (\Error $e) {
[all …]
/PHP-8.0/Zend/tests/
H A Dbug69315.phpt12 } catch (Error $e) {
13 echo $e->getMessage(), "\n";
17 } catch (Error $e) {
18 echo $e->getMessage(), "\n";
22 } catch (Error $e) {
23 echo $e->getMessage(), "\n";
27 } catch (Error $e) {
28 echo $e->getMessage(), "\n";
32 } catch (Error $e) {
33 echo $e->getMessage(), "\n";
[all …]
H A Dbug70918.phpt7 } catch (Error $e) {
8 var_dump($e->getMessage());
13 } catch (Error $e) {
14 var_dump($e->getMessage());
19 } catch (Error $e) {
20 var_dump($e->getMessage());
25 } catch (Error $e) {
26 var_dump($e->getMessage());
31 } catch (Error $e) {
32 var_dump($e->getMessage());
[all …]
H A Dbug70944.phpt6 $e = new Exception("Foo");
8 throw new Exception("Bar", 0, $e);
10 throw $e;
12 } catch (Exception $e) {
13 var_dump((string)$e);
17 $e = new Exception("Foo");
19 throw new Exception("Bar", 0, $e);
21 throw new Exception("Dummy", 0, $e);
23 } catch (Exception $e) {
24 var_dump((string)$e);
H A D002.phpt9 } catch (\ValueError $e) {
15 } catch (\Error $e) {
20 } catch (\Error $e) {
28 } catch (\Error $e) {
33 } catch (\Error $e) {
41 } catch (\Error $e) {
46 } catch (\Error $e) {
51 } catch (\Error $e) {
61 } catch (Throwable $e) {
69 } catch (Throwable $e) {
[all …]
H A Dexception_013.phpt11 } catch (Error $e) {
12 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
17 } catch (Error $e) {
18 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
23 } catch (Error $e) {
24 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D002.phpt8 } catch (Throwable $e) {
9 var_dump($e->getMessage());
14 } catch (Throwable $e) {
15 var_dump($e->getMessage());
20 } catch (Throwable $e) {
21 var_dump($e->getMessage());
26 } catch (Throwable $e) {
27 var_dump($e->getMessage());
32 } catch (Throwable $e) {
33 var_dump($e->getMessage());
/PHP-8.0/ext/phar/tests/zip/
H A Dcorrupt_008.phpt9 } catch (Exception $e) {
14 } catch (Exception $e) {
19 } catch (Exception $e) {
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
39 } catch (Exception $e) {
44 } catch (Exception $e) {
49 } catch (Exception $e) {
54 } catch (Exception $e) {
[all …]
/PHP-8.0/sapi/fpm/fpm/events/
H A Depoll.c158 struct epoll_event e; in fpm_event_epoll_add() local
163 e.data.u64 = 0; in fpm_event_epoll_add()
165 e.events = EPOLLIN; in fpm_event_epoll_add()
166 e.data.fd = ev->fd; in fpm_event_epoll_add()
167 e.data.ptr = (void *)ev; in fpm_event_epoll_add()
170 e.events = e.events | EPOLLET; in fpm_event_epoll_add()
190 struct epoll_event e; in fpm_event_epoll_remove() local
193 e.events = EPOLLIN; in fpm_event_epoll_remove()
194 e.data.fd = ev->fd; in fpm_event_epoll_remove()
195 e.data.ptr = (void *)ev; in fpm_event_epoll_remove()
[all …]
/PHP-8.0/Zend/tests/arg_unpack/
H A Dinvalid_type.phpt12 } catch (Error $e) {
13 echo $e->getMessage(), "\n";
17 } catch (Error $e) {
18 echo $e->getMessage(), "\n";
22 } catch (Error $e) {
23 echo $e->getMessage(), "\n";
28 } catch (Error $e) {
29 echo $e->getMessage(), "\n";
33 } catch (Error $e) {
34 echo $e->getMessage(), "\n";
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object-error.phpt19 } catch (TypeError $e) {
24 } catch (TypeError $e) {
29 } catch (TypeError $e) {
34 } catch (ValueError $e) {
42 } catch (SNMPException $e) {
43 var_dump($e->getCode());
49 } catch (SNMPException $e) {
60 } catch (\ValueError $e) {
69 } catch (\Error $e) {
78 } catch (\ValueError $e) {
[all …]
/PHP-8.0/Zend/tests/typehints/
H A Dor_null.phpt13 echo $e, PHP_EOL;
25 echo $e, PHP_EOL;
31 echo $e, PHP_EOL;
37 echo $e, PHP_EOL;
43 echo $e, PHP_EOL;
49 echo $e, PHP_EOL;
57 echo $e, PHP_EOL;
65 echo $e, PHP_EOL;
73 echo $e, PHP_EOL;
83 echo $e, PHP_EOL;
[all …]
/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export_basic3.phpt19 "10.5e+5" => 10.5e+5,
21 "1e-5" => 1e-5,
22 "1e+5" => 1e+5,
26 ".5e+7" => .5e+7,
27 ".6e-19" => .6e-19,
103 -- Iteration: 10.5e+5 --
115 -- Iteration: 1e-5 --
121 -- Iteration: 1e+5 --
145 -- Iteration: .5e+7 --
151 -- Iteration: .6e-19 --
/PHP-8.0/ext/standard/tests/network/
H A Dsetcookie_error.phpt12 } catch (\ValueError $e) {
13 echo $e->getMessage() . "\n";
17 } catch (\ValueError $e) {
18 echo $e->getMessage() . "\n";
22 } catch (\ValueError $e) {
23 echo $e->getMessage() . "\n";
27 } catch (\ValueError $e) {
28 echo $e->getMessage() . "\n";
32 } catch (\ValueError $e) {
33 echo $e->getMessage() . "\n";
[all …]
H A Dsetrawcookie_error.phpt12 } catch (\ValueError $e) {
13 echo $e->getMessage() . "\n";
17 } catch (\ValueError $e) {
18 echo $e->getMessage() . "\n";
22 } catch (\ValueError $e) {
23 echo $e->getMessage() . "\n";
27 } catch (\ValueError $e) {
28 echo $e->getMessage() . "\n";
32 } catch (\ValueError $e) {
33 echo $e->getMessage() . "\n";
[all …]
/PHP-8.0/ext/spl/tests/
H A Dheap_004.phpt20 } catch(Exception $e) {
21 echo "Exception: ".$e->getMessage()."\n";
27 } catch(Exception $e) {
28 echo "Exception: ".$e->getMessage()."\n";
33 } catch(Exception $e) {
34 echo "Exception: ".$e->getMessage()."\n";
38 } catch(Exception $e) {
39 echo "Exception: ".$e->getMessage()."\n";
47 } catch(Exception $e) {
48 echo "Exception: ".$e->getMessage()."\n";
[all …]

Completed in 35 milliseconds

12345678910>>...107