Home
last modified time | relevance | path

Searched refs:e (Results 151 – 175 of 2674) sorted by relevance

12345678910>>...107

/PHP-8.0/ext/intl/tests/
H A Ddateformat___construct_bad_tz_cal.phpt13 function print_exception($e) {
14 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
19 } catch (IntlException $e) {
20 print_exception($e);
24 } catch (IntlException $e) {
25 print_exception($e);
29 } catch (TypeError $e) {
30 print_exception($e);
H A Dformatter_fail.phpt14 function print_exception($e) {
15 echo "\n" . get_class($e) . ": " . $e->getMessage()
16 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
58 } catch (TypeError $e) {
59 print_exception($e);
65 } catch (TypeError $e) {
66 print_exception($e);
72 } catch (TypeError $e) {
73 print_exception($e);
81 } catch (Error $e) {
[all …]
/PHP-8.0/ext/phar/tests/bug64931/
H A Dbug64931.phpt17 } catch (Exception $e) {
18 echo "CAUGHT: ". $e->getMessage() ."\n";
23 } catch (Exception $e) {
24 echo "CAUGHT: ". $e->getMessage() ."\n";
29 } catch (Exception $e) {
30 echo "CAUGHT: ". $e->getMessage() ."\n";
35 } catch (Exception $e) {
36 echo "CAUGHT: ". $e->getMessage() ."\n";
41 } catch (ValueError $e) {
42 echo "CAUGHT: ". $e->getMessage() ."\n";
/PHP-8.0/Zend/tests/
H A Dbug70124.phpt8 } catch (Error $e) {
9 var_dump($e->getMessage());
17 } catch (Error $e) {
18 var_dump($e->getMessage());
25 } catch (Error $e) {
26 var_dump($e->getMessage());
31 } catch (Error $e) {
32 var_dump($e->getMessage());
37 } catch (Error $e) {
38 var_dump($e->getMessage());
H A Dbug71841.phpt7 var_dump($z->e.=0);
8 } catch (Error $e) {
9 echo $e->getMessage(), "\n";
13 } catch (Error $e) {
14 echo $e->getMessage(), "\n";
18 } catch (Error $e) {
19 echo $e->getMessage(), "\n";
25 } catch (Error $e) {
26 echo $e->getMessage(), "\n";
30 } catch (Error $e) {
[all …]
H A Dindirect_call_array_004.phpt26 catch (Exception $e) {
27 echo $e->getMessage(), "\n";
35 catch (Exception $e) {
36 echo $e->getMessage(), "\n";
48 catch (Exception $e) {
49 echo $e->getMessage(), "\n";
59 catch (Exception $e) {
60 echo $e->getMessage(), "\n";
H A Dlist_keyed_evaluation_order.phpt11 $e = new IndexableRetrievable("E", new Indexable(["A" => "value for offset A", "C" => "value for of…
15 // list($a => $b, $c => $d) = $e;
17 // 1. Evaluate $e
19 // 3. Evaluate $e[$a]
20 // 4. Assign $b from $e[$a]
22 // 6. Evaluate $e[$c]
23 // 7. Assign $c from $e[$a]
25 list((string)$a => $store["B"], (string)$c => $store["D"]) = $e->getIndexable();
/PHP-8.0/ext/gmp/tests/
H A Dgmp_fact.phpt11 } catch (\ValueError $e) {
12 echo $e->getMessage() . \PHP_EOL;
17 } catch (\ValueError $e) {
18 echo $e->getMessage() . \PHP_EOL;
22 } catch (\ValueError $e) {
23 echo $e->getMessage() . \PHP_EOL;
37 } catch (\ValueError $e) {
38 echo $e->getMessage() . \PHP_EOL;
43 } catch (\TypeError $e) {
44 echo $e->getMessage() . \PHP_EOL;
H A Dcomparison_invalid.phpt10 } catch (\Error $e) {
11 echo $e::class, ': ', $e->getMessage(), \PHP_EOL;
16 } catch (\Error $e) {
17 echo $e::class, ': ', $e->getMessage(), \PHP_EOL;
/PHP-8.0/ext/standard/tests/file/
H A Dfgetcsv_error_conditions.phpt16 } catch (\ValueError $e) {
17 echo $e->getMessage() . \PHP_EOL;
21 } catch (\ValueError $e) {
22 echo $e->getMessage() . \PHP_EOL;
26 } catch (\ValueError $e) {
27 echo $e->getMessage() . \PHP_EOL;
33 } catch (\ValueError $e) {
34 echo $e->getMessage() . \PHP_EOL;
40 } catch (\ValueError $e) {
41 echo $e->getMessage() . \PHP_EOL;
[all …]
/PHP-8.0/ext/phar/tests/
H A Dphar_offset_check.phpt22 } catch (Exception $e) {
23 echo $e->getMessage()."\n";
28 } catch (Exception $e) {
29 echo $e->getMessage()."\n";
34 } catch (Exception $e) {
35 echo $e->getMessage()."\n";
42 } catch (Exception $e) {
43 echo $e->getMessage()."\n";
50 } catch (Exception $e) {
51 echo $e->getMessage()."\n";
[all …]
H A Dinvalid_alias.phpt14 } catch (Exception $e) {
15 echo $e->getMessage() . "\n";
19 } catch (Exception $e) {
20 echo $e->getMessage() . "\n";
25 } catch (Exception $e) {
26 echo $e->getMessage() . "\n";
31 } catch (Exception $e) {
32 echo $e->getMessage() . "\n";
/PHP-8.0/ext/date/tests/
H A Doo_001.phpt25 } catch (Error $e) {
26 echo $e->getMessage(),"\n";
31 } catch (Exception $e) {
32 echo $e->getMessage(),"\n";
41 } catch (Error $e) {
42 echo $e->getMessage(),"\n";
47 } catch (Exception $e) {
48 echo $e->getMessage(),"\n";
54 } catch (Error $e) {
55 echo $e->getMessage(),"\n";
[all …]
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt20 } catch (TypeError $e) { var_dump($e->getMessage()); }
23 } catch (Error $e) { var_dump($e->getMessage()); }
28 } catch (TypeError $e) { var_dump($e->getMessage()); }
36 } catch (TypeError $e) { var_dump($e->getMessage()); }
39 } catch (Error $e) { var_dump($e->getMessage()); }
49 } catch (TypeError $e) { var_dump($e->getMessage()); }
54 } catch (TypeError $e) { var_dump($e->getMessage()); }
/PHP-8.0/ext/standard/tests/random/
H A Drandom_int_error.phpt9 } catch (TypeError $e) {
10 echo $e->getMessage().PHP_EOL;
15 } catch (TypeError $e) {
16 echo $e->getMessage().PHP_EOL;
21 } catch (Error $e) {
22 echo $e->getMessage().PHP_EOL;
/PHP-8.0/ext/ffi/tests/
H A D019.phpt12 } catch (Throwable $e) {
13 echo get_class($e) . ": " . $e->getMessage()."\n";
18 } catch (Throwable $e) {
19 echo get_class($e) . ": " . $e->getMessage()."\n";
/PHP-8.0/ext/standard/tests/array/
H A Dnegative_index.phpt13 $e = [-2 => false];
14 array_pop($e);
15 $e[] = true;
16 $e[] = true;
17 $e[] = true;
19 var_dump($a === $b && $b === $c && $c === $d && $d == $e);
H A Darray_fill.phpt39 start: 0 num: 0 value: e
71 start: 0 num: 1 value: e
74 string(1) "e"
118 string(1) "e"
120 string(1) "e"
182 string(1) "e"
226 string(1) "e"
228 string(1) "e"
290 string(1) "e"
334 string(1) "e"
[all …]
/PHP-8.0/ext/curl/tests/
H A Dbug80121.phpt8 } catch (Error $e) {
9 echo $e->getMessage(), "\n";
13 } catch (Error $e) {
14 echo $e->getMessage(), "\n";
18 } catch (Error $e) {
19 echo $e->getMessage(), "\n";
/PHP-8.0/Zend/tests/named_params/
H A Dassert.phpt9 } catch (AssertionError $e) {
10 echo $e->getMessage(), "\n";
16 } catch (AssertionError $e) {
17 echo $e->getMessage(), "\n";
22 } catch (Error $e) {
23 echo $e->getMessage(), "\n";
/PHP-8.0/ext/pdo/tests/
H A Dpdo_035.phpt22 } 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";
37 } catch (Error $e) {
38 echo $e->getMessage(), "\n";
/PHP-8.0/ext/standard/tests/password/
H A Dpassword_hash_error.phpt9 } catch (TypeError $e) {
10 echo $e->getMessage(), "\n";
21 } catch (TypeError $e) {
22 echo $e->getMessage(), "\n";
27 } catch (TypeError $e) {
28 echo $e->getMessage(), "\n";
33 } catch (TypeError $e) {
34 echo $e->getMessage(), "\n";
/PHP-8.0/tests/classes/
H A Darray_access_013.phpt20 catch(Exception $e)
22 echo "Caught in " . $e->getMessage() . "()\n";
29 catch(Exception $e)
31 echo "Caught in " . $e->getMessage() . "()\n";
38 catch(Exception $e)
40 echo "Caught in " . $e->getMessage() . "()\n";
47 catch(Exception $e)
49 echo "Caught in " . $e->getMessage() . "()\n";
/PHP-8.0/ext/opcache/tests/jit/
H A Dshift_right_001.phpt22 } catch (Throwable $e) {
23 echo "Exception " . $e->getMessage() . "\n";
27 } catch (Throwable $e) {
28 echo "Exception " . $e->getMessage() . "\n";
32 } catch (Throwable $e) {
33 echo "Exception (" . get_class($e) . "): " . $e->getMessage() . "\n";
/PHP-8.0/ext/tidy/tests/
H A Duninitialized.phpt11 } catch (Error $e) {
12 echo $e->getMessage(), "\n";
16 } catch (Error $e) {
17 echo $e->getMessage(), "\n";
21 } catch (Error $e) {
22 echo $e->getMessage(), "\n";

Completed in 34 milliseconds

12345678910>>...107