Home
last modified time | relevance | path

Searched refs:e (Results 26 – 50 of 2947) sorted by relevance

12345678910>>...118

/php-src/Zend/tests/
H A Dexception_001.phpt11 } catch (Exception $e) {
13 throw $e;
15 } catch (Exception $e) {
16 var_dump($e->getMessage());
17 throw $e;
19 } catch (Exception $e) {
20 var_dump($e->getMessage());
21 throw $e;
23 } catch (Exception $e) {
24 var_dump($e->getMessage());
[all …]
H A Dassign_op_type_error.phpt9 } catch (TypeError $e) {
10 echo $e->getMessage(), "\n";
14 } catch (TypeError $e) {
15 echo $e->getMessage(), "\n";
19 } catch (TypeError $e) {
20 echo $e->getMessage(), "\n";
24 } catch (TypeError $e) {
29 } catch (TypeError $e) {
34 } catch (TypeError $e) {
39 } catch (TypeError $e) {
[all …]
H A Dexception_before_fatal.phpt13 } catch(Throwable $e) {
14 var_dump($e->getMessage());
19 } catch(Throwable $e) {
20 var_dump($e->getMessage());
25 } catch(Throwable $e) {
26 var_dump($e->getMessage());
31 } catch(Throwable $e) {
32 var_dump($e->getMessage());
37 } catch(Throwable $e) {
44 } catch(Throwable $e) {
[all …]
H A Dstring_offset_as_object.phpt9 } catch (Error $e) {
10 echo $e->getMessage(), "\n";
14 } catch (Error $e) {
15 echo $e->getMessage(), "\n";
19 } catch (Error $e) {
24 } catch (Error $e) {
29 } catch (Error $e) {
34 } catch (Error $e) {
39 } catch (Error $e) {
44 } catch (Error $e) {
[all …]
H A Dassign_dim_obj_null_return.phpt12 } catch (Error $e) {
13 echo $e->getMessage(), "\n";
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) {
[all …]
H A Dcompound_assign_failure.phpt37 catch (Throwable $e) {}
42 catch (Throwable $e) {}
47 catch (Throwable $e) {}
52 catch (Throwable $e) {}
57 catch (Throwable $e) {}
62 catch (Throwable $e) {}
67 catch (Throwable $e) {}
72 catch (Throwable $e) {}
77 catch (Throwable $e) {}
82 catch (Throwable $e) {}
[all …]
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt10 $doc->loadXML( '<root><e i="1"/><e i="2"/><e i="3"/><e i="4"/><e i="5"/><e i="6"/><e i="7"/><e i="8…
11 $list = $doc->getElementsByTagName('e');
17 unset($s->e[5]);
20 unset($s->e[5]);
/php-src/ext/pcntl/tests/
H A Dpcntl_sigtimedwait_errors.phpt17 } catch (\Throwable $e) {
18 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
27 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
34 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
41 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
50 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
59 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
65 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
71 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
77 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
[all …]
H A Dpcntl_sigprocmask_errors.phpt17 } catch (\Throwable $e) {
18 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
25 } catch (\Throwable $e) {
26 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
33 } catch (\Throwable $e) {
34 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
40 } catch (\Throwable $e) {
41 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
48 } catch (\Throwable $e) {
49 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
[all …]
/php-src/Zend/tests/in-de-crement/
H A Dincrement_with_castable_objects_no_addition.phpt16 } catch (\TypeError $e) {
17 echo $e->getMessage(), PHP_EOL;
22 } catch (\TypeError $e) {
23 echo $e->getMessage(), PHP_EOL;
28 } catch (\TypeError $e) {
29 echo $e->getMessage(), PHP_EOL;
34 } catch (\TypeError $e) {
42 } catch (\TypeError $e) {
49 } catch (\TypeError $e) {
56 } catch (\TypeError $e) {
[all …]
H A Ddecrement_with_castable_objects_no_subtraction.phpt16 } catch (\TypeError $e) {
17 echo $e->getMessage(), PHP_EOL;
22 } catch (\TypeError $e) {
23 echo $e->getMessage(), PHP_EOL;
28 } catch (\TypeError $e) {
29 echo $e->getMessage(), PHP_EOL;
34 } catch (\TypeError $e) {
42 } catch (\TypeError $e) {
49 } catch (\TypeError $e) {
56 } catch (\TypeError $e) {
[all …]
/php-src/ext/standard/tests/strings/
H A Dvsprintf_basic6.phpt9 $format1 = "%e";
10 $format2 = "%e %e";
11 $format3 = "%e %e %e";
24 string(11) "1.000000e+3"
25 string(23) "1.000000e+3 2.000000e+3"
26 string(35) "1.000000e+3 2.000000e+3 3.000000e+3"
H A Dvprintf_basic6.phpt9 $format1 = "%e";
10 $format2 = "%e %e";
11 $format3 = "%e %e %e";
31 1.000000e+3
33 1.000000e+3 2.000000e+3
35 1.000000e+3 2.000000e+3 3.000000e+3
H A Dvfprintf_basic6.phpt9 $format1 = "%e";
10 $format2 = "%e %e";
11 $format3 = "%e %e %e";
38 1.000000e+3
39 1.000000e+3 2.000000e+3
40 1.000000e+3 2.000000e+3 3.000000e+3
/php-src/ext/ffi/tests/
H A D013.phpt18 } catch (Throwable $e) {
19 echo get_class($e) . ": " . $e->getMessage()."\n";
24 } catch (Throwable $e) {
25 echo get_class($e) . ": " . $e->getMessage()."\n";
30 } catch (Throwable $e) {
31 echo get_class($e) . ": " . $e->getMessage()."\n";
36 } catch (Throwable $e) {
37 echo get_class($e) . ": " . $e->getMessage()."\n";
43 echo get_class($e) . ": " . $e->getMessage()."\n";
49 echo get_class($e) . ": " . $e->getMessage()."\n";
[all …]
H A D028.phpt12 } catch (Throwable $e) {
13 echo get_class($e) . ": " . $e->getMessage()."\n";
18 } catch (Throwable $e) {
19 echo get_class($e) . ": " . $e->getMessage()."\n";
24 } catch (Throwable $e) {
25 echo get_class($e) . ": " . $e->getMessage()."\n";
30 } catch (Throwable $e) {
31 echo get_class($e) . ": " . $e->getMessage()."\n";
36 } catch (Throwable $e) {
37 echo get_class($e) . ": " . $e->getMessage()."\n";
[all …]
H A D020.phpt16 } catch (Throwable $e) {
17 echo get_class($e) . ": " . $e->getMessage()."\n";
24 } catch (Throwable $e) {
25 echo get_class($e) . ": " . $e->getMessage()."\n";
31 } catch (Throwable $e) {
32 echo get_class($e) . ": " . $e->getMessage()."\n";
38 } catch (Throwable $e) {
39 echo get_class($e) . ": " . $e->getMessage()."\n";
46 echo get_class($e) . ": " . $e->getMessage()."\n";
53 echo get_class($e) . ": " . $e->getMessage()."\n";
[all …]
/php-src/ext/spl/tests/
H A Dfixedarray_003.phpt16 } catch (\TypeError $e) {
21 } catch (\TypeError $e) {
26 } catch (\TypeError $e) {
34 } catch (\TypeError $e) {
39 } catch (\TypeError $e) {
44 } catch (\TypeError $e) {
56 } catch (\TypeError $e) {
61 } catch (\TypeError $e) {
66 } catch (\TypeError $e) {
74 } catch (\TypeError $e) {
[all …]
H A Dunserialize_errors.phpt11 } catch (Exception $e) {
17 } catch (Exception $e) {
23 } catch (Exception $e) {
29 } catch (Exception $e) {
36 } catch (Exception $e) {
42 } catch (Exception $e) {
50 } catch (Exception $e) {
58 } catch (Exception $e) {
64 } catch (Exception $e) {
70 } catch (Exception $e) {
[all …]
/php-src/Zend/tests/throw/
H A D002.phpt26 } catch(Exception $e) {
32 } catch(Exception $e) {
38 } catch(Exception $e) {
44 } catch(Exception $e) {
52 } catch(Exception $e) {
60 } catch(Exception $e) {
66 } catch(Exception $e) {
73 } catch(Exception $e) {
80 } catch(Exception $e) {
92 } catch(Exception $e) {
[all …]
/php-src/tests/lang/
H A Dbug24640.phpt17 test(1.7e+300);
18 test(1.7e-300);
19 test(1.7e+79);
20 test(1.7e-79);
21 test(1.7e+80);
22 test(1.7e-80);
23 test(1.7e+81);
24 test(1.7e-81);
25 test(1.7e+319);
26 test(1.7e-319);
[all …]
/php-src/ext/standard/tests/math/
H A Dround_large_exp.phpt5 var_dump (2e-22 == round (2e-22, 22, PHP_ROUND_HALF_UP));
6 var_dump (1e-22 == round (1e-22, 22, PHP_ROUND_HALF_UP));
7 var_dump (2e-23 == round (2e-23, 23, PHP_ROUND_HALF_UP));
8 var_dump (1e-23 == round (1e-23, 23, PHP_ROUND_HALF_UP));
9 var_dump (2e-24 == round (2e-24, 24, PHP_ROUND_HALF_UP));
10 var_dump (1e-24 == round (1e-24, 24, PHP_ROUND_HALF_UP));
/php-src/Zend/tests/readonly_props/
H A Dreadonly_modification.phpt23 } catch (Error $e) {
24 echo $e->getMessage(), "\n";
28 } catch (Error $e) {
29 echo $e->getMessage(), "\n";
33 } catch (Error $e) {
38 } catch (Error $e) {
43 } catch (Error $e) {
48 } catch (Error $e) {
53 } catch (Error $e) {
60 } catch (Error $e) {
[all …]
/php-src/ext/json/tests/
H A Djson_validate_requires.inc6 } catch (JsonException $e) {
7 echo "JsonException: {$e->getCode()} {$e->getMessage()}". PHP_EOL;
8 } catch (Exception $e) {
9 echo "Exception: {$e->getCode()} {$e->getMessage()}". PHP_EOL;
10 } catch (Error $e) {
11 echo "Error: {$e->getCode()} {$e->getMessage()}". PHP_EOL;
/php-src/ext/mysqli/tests/
H A Dmysqli_real_escape_string_big5.phpt42 if ('���H�U���e\\\\���H�U���e' !== ($tmp = mysqli_real_escape_string($link,
43 '���H�U���e\\���H�U���e')))
46 if ('���H�U���e\"���H�U���e' !== ($tmp = mysqli_real_escape_string($link,
47 '���H�U���e"���H�U���e')))
50 if ("���H�U���e\'���H�U���e" !== ($tmp = mysqli_real_escape_string($link,
51 "���H�U���e'���H�U���e")))
54 if ("���H�U���e\\n���H�U���e" !== ($tmp = mysqli_real_escape_string($link,
55 "���H�U���e\n���H�U���e")))
58 if ("���H�U���e\\r���H�U���e" !== ($tmp = mysqli_real_escape_string($link,
59 "���H�U���e\r���H�U���e")))
[all …]

Completed in 48 milliseconds

12345678910>>...118