Home
last modified time | relevance | path

Searched refs:e (Results 401 – 425 of 3475) sorted by relevance

1...<<11121314151617181920>>...139

/php-src/tests/classes/
H A Dtostring_004.phpt17 } catch (Error $e) {
18 echo $e->getMessage(), "\n";
25 } catch (Error $e) {
26 echo $e->getMessage(), "\n";
40 } catch (Error $e) {
41 echo $e->getMessage(), "\n";
48 } catch (Error $e) {
49 echo $e->getMessage(), "\n";
/php-src/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt20 } catch (Exception $e) {
21 echo $e->getMessage(), "\n";
25 } catch (Exception $e) {
26 echo $e->getMessage(), "\n";
31 } catch (Exception $e) {
32 echo $e->getMessage(), "\n";
36 } catch (Exception $e) {
37 echo $e->getMessage(), "\n";
/php-src/ext/gmp/tests/
H A Dgmp_div_r.phpt12 } catch (\DivisionByZeroError $e) {
13 echo $e->getMessage() . \PHP_EOL;
19 } catch (\ValueError $e) {
20 echo $e->getMessage() . \PHP_EOL;
33 } catch (\TypeError $e) {
34 echo $e->getMessage() . \PHP_EOL;
38 } catch (\TypeError $e) {
39 echo $e->getMessage() . \PHP_EOL;
H A Dgmp_div_qr.phpt12 } catch (\DivisionByZeroError $e) {
13 echo $e->getMessage() . \PHP_EOL;
17 } catch (\DivisionByZeroError $e) {
18 echo $e->getMessage() . \PHP_EOL;
24 } catch (\ValueError $e) {
25 echo $e->getMessage() . \PHP_EOL;
39 } catch (\TypeError $e) {
40 echo $e->getMessage() . \PHP_EOL;
44 } catch (\TypeError $e) {
45 echo $e->getMessage() . \PHP_EOL;
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_044.phpt24 } catch (Throwable $e) {
25 echo $e->getMessage() . "\n";
30 } catch (Throwable $e) {
31 echo $e->getMessage() . "\n";
39 } catch (Throwable $e) {
40 echo $e->getMessage() . "\n";
45 } catch (Throwable $e) {
46 echo $e->getMessage() . "\n";
/php-src/ext/standard/tests/general_functions/
H A D001.phpt50 echo sprintf("%e\n", 1.234E-18);
51 echo sprintf("%e\n", 1.234E+18);
52 echo sprintf("%e\n", 9843243.12);
53 echo sprintf("%e\n", -9843243.12);
64 1.234000e-18
65 1.234000e+18
66 9.843243e+6
67 -9.843243e+6
/php-src/ext/pgsql/tests/
H A Dbug60244.phpt19 } catch (\ValueError $e) {
20 echo $e->getMessage() . \PHP_EOL;
24 } catch (\ValueError $e) {
25 echo $e->getMessage() . \PHP_EOL;
29 } catch (\ValueError $e) {
30 echo $e->getMessage() . \PHP_EOL;
34 } catch (\ValueError $e) {
35 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_UTF16BE_BOM.phpt27 %0<%0!%0D%0O%0C%0T%0Y%0P%0E%0 %0h%0t%0m%0l%0>%0<%0h%0t%0m%0l%0>%0<%0h%0e%0a%0d%0>%0
28 %0<%0!%0-%0-%0 %0i%0n%0t%0e%0n%0t%0i%0o%0n%0a%0l%0 %0l%0i%0e%0s%0 %0a%0n%0d%0 %0d%0e%0c%0e%0i%0t%0 …
29 %0<%0m%0e%0t%0a%0 %0c%0h%0a%0r%0s%0e%0t%0=%0"%0u%0t%0f%0-%08%0"%0>%0
30 %0<%0/%0h%0e%0a%0d%0>%0
H A DHTMLDocument_UTF16LE_BOM.phpt27 <%0!%0D%0O%0C%0T%0Y%0P%0E%0 %0h%0t%0m%0l%0>%0<%0h%0t%0m%0l%0>%0<%0h%0e%0a%0d%0>%0
28 %0<%0!%0-%0-%0 %0i%0n%0t%0e%0n%0t%0i%0o%0n%0a%0l%0 %0l%0i%0e%0s%0 %0a%0n%0d%0 %0d%0e%0c%0e%0i%0t%0 …
29 %0<%0m%0e%0t%0a%0 %0c%0h%0a%0r%0s%0e%0t%0=%0"%0u%0t%0f%0-%08%0"%0>%0
30 %0<%0/%0h%0e%0a%0d%0>%0
/php-src/Zend/tests/asymmetric_visibility/
H A Dreadonly.phpt25 } catch (Error $e) {
26 echo $e->getMessage(), "\n";
37 } catch (Error $e) {
38 echo $e->getMessage(), "\n";
42 } catch (Error $e) {
43 echo $e->getMessage(), "\n";
47 } catch (Error $e) {
48 echo $e->getMessage(), "\n";
/php-src/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt25 } catch(Exception $e) {
26 echo $e->getMessage(). "\n";
36 } catch(ValueError $e) {
37 echo $e->getMessage(). "\n";
42 } catch(Exception $e) {
43 echo $e->getMessage(). "\n";
53 } catch(ValueError $e) {
54 echo $e->getMessage(). "\n";
59 } catch(Exception $e) {
60 echo $e->getMessage(). "\n";
/php-src/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt25 } catch(Exception $e) {
26 echo $e->getMessage(). "\n";
36 } catch(Error $e) {
37 echo $e->getMessage(). "\n";
42 } catch(Exception $e) {
43 echo $e->getMessage(). "\n";
53 } catch(ValueError $e) {
54 echo $e->getMessage(). "\n";
59 } catch(Exception $e) {
60 echo $e->getMessage(). "\n";
/php-src/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt37 } catch (Throwable $e) {
38 echo "Exception: " . $e->getMessage() . "\n";
42 } catch (Throwable $e) {
43 echo "Exception: " . $e->getMessage() . "\n";
49 } catch (Exception $e) {
50 echo $e->getMessage() . "\n";
56 } catch (Exception $e) {
57 echo $e->getMessage() . "\n";
66 } catch (Exception $e) {
67 echo $e->getMessage() . "\n";
H A D007.phpt13 catch (ReflectionException $e)
15 var_dump($e->getMessage());
24 catch (ReflectionException $e)
26 var_dump($e->getMessage());
28 catch (Throwable $e)
30 echo "Exception: " . $e->getMessage() . "\n";
38 catch (ReflectionException $e)
40 var_dump($e->getMessage());
48 catch (ReflectionException $e)
50 var_dump($e->getMessage());
/php-src/Zend/tests/
H A Doffset_string.phpt13 } catch (\TypeError $e) {
14 echo $e->getMessage() . \PHP_EOL;
19 } catch (\TypeError $e) {
20 echo $e->getMessage() . \PHP_EOL;
30 } catch (Error $e) {
31 echo $e->getMessage(), "\n";
37 } catch (Error $e) {
38 echo $e->getMessage(), "\n";
44 } catch (Error $e) {
45 echo $e->getMessage(), "\n";
H A Dgc_038.phpt12 } catch (TypeError $e) { unset($x); }
23 } catch (TypeError $e) { unset($x); }
34 } catch (TypeError $e) { unset($x); }
45 } catch (TypeError $e) { unset($x); }
56 } catch (TypeError $e) { unset($x); }
67 } catch (TypeError $e) { unset($x); }
78 } catch (TypeError $e) { unset($x); }
89 } catch (TypeError $e) { unset($x); }
100 } catch (TypeError $e) { unset($x); }
111 } catch (TypeError $e) { unset($x); }
[all …]
H A Dbug52041.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";
26 } catch (Error $e) {
27 echo $e->getMessage(), "\n";
31 } catch (Error $e) {
32 echo $e->getMessage(), "\n";
[all …]
/php-src/Zend/tests/attributes/
H A D005_objects.phpt33 } catch (\ArgumentCountError $e) {
34 var_dump('ERROR 1', $e->getMessage());
43 } catch (\TypeError $e) {
44 var_dump('ERROR 2', $e->getMessage());
53 } catch (\Error $e) {
54 var_dump('ERROR 3', $e->getMessage());
69 } catch (\Error $e) {
70 var_dump('ERROR 4', $e->getMessage());
81 } catch (\Error $e) {
82 var_dump('ERROR 6', $e->getMessage());
/php-src/ext/spl/tests/
H A DSplObjectStorage_seek.phpt14 $e = new Test("e");
21 $storage[$e] = 5;
27 } catch (OutOfBoundsException $e) {
28 echo $e->getMessage(), "\n";
32 } catch (OutOfBoundsException $e) {
33 echo $e->getMessage(), "\n";
78 } catch (OutOfBoundsException $e) {
79 echo $e->getMessage(), "\n";
106 string(1) "e"
137 string(1) "e"
/php-src/ext/tokenizer/tests/
H A DPhpToken_methods.phpt42 } catch (TypeError $e) {
43 echo $e->getMessage(), "\n";
47 } catch (TypeError $e) {
48 echo $e->getMessage(), "\n";
55 } catch (Error $e) {
56 echo $e->getMessage(), "\n";
60 } catch (Error $e) {
61 echo $e->getMessage(), "\n";
65 } catch (Error $e) {
66 echo $e->getMessage(), "\n";
[all …]
/php-src/ext/standard/tests/array/
H A Darray_column_scalar_index_strict_types.phpt10 } catch (\TypeError $e) {
11 echo $e->getMessage() . "\n";
15 } catch (\TypeError $e) {
16 echo $e->getMessage() . "\n";
22 } catch (\TypeError $e) {
23 echo $e->getMessage() . "\n";
29 } catch (\TypeError $e) {
30 echo $e->getMessage() . "\n";
34 } catch (\TypeError $e) {
35 echo $e->getMessage() . "\n";
[all …]
/php-src/ext/opcache/tests/jit/
H A Dundef_to_typed_ref.phpt59 } catch (TypeError $e) {
60 echo $e->getMessage(), "\n";
64 } catch (TypeError $e) {
65 echo $e->getMessage(), "\n";
69 } catch (TypeError $e) {
70 echo $e->getMessage(), "\n";
74 } catch (TypeError $e) {
75 echo $e->getMessage(), "\n";
79 } catch (TypeError $e) {
80 echo $e->getMessage(), "\n";
[all …]
/php-src/ext/date/tests/
H A DcreateFromTimestamp_32bit.phpt27 } catch (Throwable $e) {
28 echo get_class($e) . ': ' . $e->getMessage() . "\n";
34 } catch (Throwable $e) {
35 echo get_class($e) . ': ' . $e->getMessage() . "\n";
121 …1 ($timestamp) must be a finite number between -2147483648 and 2147483647.999999, -2.14748e+9 given
122 …1 ($timestamp) must be a finite number between -2147483648 and 2147483647.999999, -2.14748e+9 given
123 …#1 ($timestamp) must be a finite number between -2147483648 and 2147483647.999999, 2.14748e+9 given
124 …#1 ($timestamp) must be a finite number between -2147483648 and 2147483647.999999, 2.14748e+9 given
125 …1 ($timestamp) must be a finite number between -2147483648 and 2147483647.999999, -2.14748e+9 given
126 …1 ($timestamp) must be a finite number between -2147483648 and 2147483647.999999, -2.14748e+9 given
/php-src/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt58 } catch (TypeError $e) {
59 echo $e->getMessage(), "\n";
65 } catch (TypeError $e) {
66 echo $e->getMessage(), "\n";
72 } catch (TypeError $e) {
73 echo $e->getMessage(), "\n";
79 } catch (TypeError $e) {
87 } catch (TypeError $e) {
95 } catch (TypeError $e) {
103 } catch (TypeError $e) {
[all …]
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt28 } catch (\TypeError $e) {
29 echo $e->getMessage(), \PHP_EOL;
35 } catch (\TypeError $e) {
36 echo $e->getMessage(), \PHP_EOL;
42 } catch (\TypeError $e) {
43 echo $e->getMessage(), \PHP_EOL;
49 } catch (\TypeError $e) {
56 } catch (\TypeError $e) {
92 } catch (\TypeError $e) {
99 } catch (\TypeError $e) {
[all …]

Completed in 177 milliseconds

1...<<11121314151617181920>>...139