Home
last modified time | relevance | path

Searched refs:e (Results 201 – 225 of 2827) sorted by relevance

12345678910>>...114

/PHP-8.1/Zend/tests/
H A Dillegal_offset_unset_isset_empty.phpt9 } catch (Error $e) {
10 echo $e->getMessage(), "\n";
14 } catch (Error $e) {
15 echo $e->getMessage(), "\n";
19 } catch (Error $e) {
20 echo $e->getMessage(), "\n";
H A Dbug78531.phpt7 } catch (Error $e) {
8 echo $e->getMessage(), "\n";
12 } 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";
H A Ddynamic_call_005.phpt12 } catch (\Error $e) {
13 echo $e->getMessage() . "\n";
19 } catch (\Error $e) {
20 echo $e->getMessage() . "\n";
26 } catch (\Error $e) {
27 echo $e->getMessage() . "\n";
H A Dbug65784.phpt12 } catch (Exception $e) {
19 } catch (Exception $e) {
21 var_dump($e->getMessage());
22 } while ($e = $e->getPrevious());
33 } catch (Exception $e) {
36 } catch (Exception $e) {
50 } catch (Exception $e) {
H A Dclosure_014.phpt35 $e =& $x($a);
36 $e = 2;
38 $e =& $x->__invoke($b);
39 $e = 3;
46 $e =& $x($c);
47 $e = 4;
49 $e =& $x->__invoke($d);
50 $e = 5;
H A Dbug44660.phpt14 } catch (Error $e) {
15 echo $e->getMessage(), "\n";
21 } catch (Error $e) {
22 echo $e->getMessage(), "\n";
28 } catch (Error $e) {
29 echo $e->getMessage(), "\n";
35 } catch (Error $e) {
36 echo $e->getMessage(), "\n";
42 } catch (Error $e) {
43 echo $e->getMessage(), "\n";
/PHP-8.1/ext/curl/tests/
H A Dbug80121.phpt10 } catch (Error $e) {
11 echo $e->getMessage(), "\n";
15 } catch (Error $e) {
16 echo $e->getMessage(), "\n";
20 } catch (Error $e) {
21 echo $e->getMessage(), "\n";
/PHP-8.1/ext/date/tests/
H A Ddate_interval_bad_format_leak.phpt8 } catch (Exception $e) {
9 echo $e->getMessage(), "\n";
14 } catch (Exception $e) {
15 echo $e->getMessage(), "\n";
20 } catch (Exception $e) {
21 echo $e->getMessage(), "\n";
/PHP-8.1/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.1/ext/mbstring/tests/
H A Dmb_str_split_error_conditions.phpt13 } catch (\ValueError $e) {
14 echo $e->getMessage() . \PHP_EOL;
18 } catch (\ValueError $e) {
19 echo $e->getMessage() . \PHP_EOL;
25 } catch (\ValueError $e) {
26 echo $e->getMessage() . \PHP_EOL;
H A Dmb_check_encoding_invalid_encodings.phpt14 } catch (\ValueError $e) {
15 echo $e->getMessage() . \PHP_EOL;
19 } catch (\ValueError $e) {
20 echo $e->getMessage() . \PHP_EOL;
26 } catch (\ValueError $e) {
27 echo $e->getMessage() . \PHP_EOL;
31 } catch (\ValueError $e) {
32 echo $e->getMessage() . \PHP_EOL;
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_063.phpt20 } catch (Error $e) { echo $e->getMessage(), "\n"; }
33 } catch (Error $e) { echo $e->getMessage(), "\n"; }
38 } catch (Error $e) { echo $e->getMessage(), "\n"; }
45 } catch (Error $e) { echo $e->getMessage(), "\n"; }
50 } catch (Error $e) { echo $e->getMessage(), "\n"; }
56 } catch (Error $e) { echo $e->getMessage(), "\n"; }
H A Dtyped_properties_064.phpt20 } catch (Error $e) { echo $e->getMessage(), "\n"; }
33 } catch (Error $e) { echo $e->getMessage(), "\n"; }
38 } catch (Error $e) { echo $e->getMessage(), "\n"; }
45 } catch (Error $e) { echo $e->getMessage(), "\n"; }
50 } catch (Error $e) { echo $e->getMessage(), "\n"; }
56 } catch (Error $e) { echo $e->getMessage(), "\n"; }
H A Dtyped_properties_095.phpt14 } catch (TypeError $e) {
15 echo $e->getMessage(), "\n";
21 } catch (TypeError $e) {
22 echo $e->getMessage(), "\n";
36 } catch (TypeError $e) {
37 echo $e->getMessage(), "\n";
43 } catch (TypeError $e) {
44 echo $e->getMessage(), "\n";
54 } catch (TypeError $e) {
55 echo $e->getMessage(), "\n";
/PHP-8.1/ext/standard/tests/array/
H A Darray_rand_variation4.phpt69 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
72 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
77 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
79 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
85 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
88 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
93 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
95 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
/PHP-8.1/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt19 } catch (Exception $e) {
20 print $e->__toString();
25 } catch (Exception $e) {
26 print $e->__toString();
31 } catch (Exception $e) {
32 print $e->__toString();
37 } catch (Exception $e) {
43 } catch (Exception $e) {
49 } catch (Exception $e) {
55 } catch (Exception $e) {
[all …]
H A DReflectionEnum_construct.phpt13 } catch (\Exception $e) {
14 echo $e->getMessage() . "\n";
19 } catch (\Exception $e) {
20 echo $e->getMessage() . "\n";
25 } catch (Error $e) {
26 echo $e->getMessage() . "\n";
/PHP-8.1/Zend/tests/try/
H A Dbug70228_3.phpt22 } catch (Exception $e) {
24 echo $e->getMessage() . "\n";
25 $e = $e->getPrevious();
26 } while ($e);
/PHP-8.1/ext/tidy/tests/
H A Dparsing_file_too_large.phpt34 } catch (\Throwable $e) {
35 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
40 } catch (\Throwable $e) {
41 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
46 } catch (\Throwable $e) {
47 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
/PHP-8.1/Zend/tests/enum/
H A Dno-unset-propertes.phpt17 } catch (Error $e) {
18 echo $e->getMessage() . "\n";
24 } catch (Error $e) {
25 echo $e->getMessage() . "\n";
29 } catch (Error $e) {
30 echo $e->getMessage() . "\n";
/PHP-8.1/ext/zlib/tests/
H A D007.phpt10 } catch (\ValueError $e) {
11 echo $e->getMessage() . \PHP_EOL;
15 } catch (\ValueError $e) {
16 echo $e->getMessage() . \PHP_EOL;
20 } catch (\ValueError $e) {
21 echo $e->getMessage() . \PHP_EOL;
34 } catch (\ValueError $e) {
35 echo $e->getMessage() . \PHP_EOL;
/PHP-8.1/ext/gmp/tests/
H A Dgmp_sqrt.phpt10 } catch (\ValueError $e) {
11 echo $e->getMessage() . \PHP_EOL;
15 } catch (\ValueError $e) {
16 echo $e->getMessage() . \PHP_EOL;
28 } catch (\ValueError $e) {
29 echo $e->getMessage() . \PHP_EOL;
36 } catch (\TypeError $e) {
37 echo $e->getMessage() . \PHP_EOL;
H A Dgmp_sub.phpt10 } catch (\ValueError $e) {
11 echo $e->getMessage() . \PHP_EOL;
15 } catch (\TypeError $e) {
16 echo $e->getMessage() . \PHP_EOL;
27 } catch (\TypeError $e) {
28 echo $e->getMessage() . \PHP_EOL;
33 } catch (\TypeError $e) {
34 echo $e->getMessage() . \PHP_EOL;
/PHP-8.1/ext/dom/tests/
H A DtoString_exceptions.phpt20 try { $doc->encoding = $badStr; } catch (Exception $e) { echo "Exception\n"; }
21 try { $doc->version = $badStr; } catch (Exception $e) { echo "Exception\n"; }
22 try { $doc->documentURI = $badStr; } catch (Exception $e) { echo "Exception\n"; }
28 try { $attr->value = $badStr; } catch (Exception $e) { echo "Exception\n"; }
29 try { $attr->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; }
32 try { $node2->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; }
33 try { $node2->textContent = $badStr; } catch (Exception $e) { echo "Exception\n"; }
35 try { $data->data = $badStr; } catch (Exception $e) { echo "Exception\n"; }
38 try { $node3->prefix = $badStr; } catch (Exception $e) { echo "Exception\n"; }
41 try { $pi->data = $badStr; } catch (Exception $e) { echo "Exception\n"; }
/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_star.phpt43 } catch (ValueError $e) {
44 echo $e->getMessage(), "\n";
49 } catch (ValueError $e) {
50 echo $e->getMessage(), "\n";
55 } catch (ValueError $e) {
56 echo $e->getMessage(), "\n";
61 } catch (ValueError $e) {
62 echo $e->getMessage(), "\n";
71 1.2345678901234569e+100
73 1.2345678901234569e+100

Completed in 28 milliseconds

12345678910>>...114