Home
last modified time | relevance | path

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

12345678910>>...71

/PHP-7.4/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt13 } catch (TypeError $e) {
14 echo $e->getMessage() . "\n";
19 } catch (TypeError $e) {
20 echo $e->getMessage() . "\n";
25 } catch (TypeError $e) {
26 echo $e->getMessage() . "\n";
31 } catch (TypeError $e) {
32 echo $e->getMessage() . "\n";
39 foreach($it as $e);
40 } catch(Exception $e) {
[all …]
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 …]
H A Dpqueue_002.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 …]
H A Dfixedarray_021.phpt15 } catch (Exception $e) {
16 var_dump($e->getMessage());
23 } catch (Exception $e) {
24 var_dump($e->getMessage());
40 $e = new SplFixedArray(10);
41 $e[0] = 1;
42 $e[1] = 5;
43 $e[2] = 10;
46 foreach ($e as $k=>&$v) {
49 } catch (Exception $e) {
[all …]
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php181 foreach ($encodings as $e) {
215 $s2tables_idents[$i] = $e["ident"];
252 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
254 foreach ($encodings as $e) { $a[$e['enumid']] = $e['ident']; }
324 foreach ($encodings as $e) {
338 if (hexdec($v[0]) >= $e['range'][0] && hexdec($v[0]) <= $e['range'][1])
742 foreach ($origdp as $e) {
743 $hashes[hashfun($e[0]) & $mask][] = $e;
744 if (isset($e[2])) {
745 $entlen = strlen($e[0]) + 2;
[all …]
/PHP-7.4/ext/dom/tests/
H A Ddom_create_element.phpt13 } catch (Exception $e) {
22 } catch (Exception $e) {
31 } catch (Exception $e) {
40 } catch (Exception $e) {
49 } catch (Exception $e) {
58 } catch (Exception $e) {
67 } catch (Exception $e) {
76 } catch (Exception $e) {
85 } catch (Exception $e) {
94 } catch (Exception $e) {
[all …]
H A Dbug44648.phpt16 } catch (DOMException $e) {
17 echo $e->getMessage()."\n";
22 } catch (DOMException $e) {
23 echo $e->getMessage()."\n";
28 } catch (DOMException $e) {
29 echo $e->getMessage()."\n";
34 } catch (DOMException $e) {
35 echo $e->getMessage()."\n";
/PHP-7.4/ext/phar/tests/
H A Dbadparameters.phpt12 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
21 } catch (TypeError $e) {
22 print_exception($e);
27 print_exception($e);
34 print_exception($e);
39 print_exception($e);
44 } catch (Exception $e) {
49 } catch (Exception $e) {
55 } catch (Exception $e) {
60 } catch (Exception $e) {
[all …]
/PHP-7.4/ext/ffi/tests/
H A D016.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";
H A D017.phpt11 } catch (Throwable $e) {
12 echo get_class($e) . ": " . $e->getMessage()."\n";
16 } catch (Throwable $e) {
17 echo get_class($e) . ": " . $e->getMessage()."\n";
21 } catch (Throwable $e) {
22 echo get_class($e) . ": " . $e->getMessage()."\n";
/PHP-7.4/Zend/tests/
H A Dbug78379.phpt14 $e = new E;
15 $e->f = new E;
16 $e->f->e = $e;
17 $e->a = new C;
18 $e = null;
H A Dbug70089.phpt12 } catch (Error $e) {
13 var_dump($e->getMessage());
17 } catch (Error $e) {
18 var_dump($e->getMessage());
23 } catch (Error $e) {
24 var_dump($e->getMessage());
29 } catch (Error $e) {
30 var_dump($e->getMessage());
H A Dundef_index_to_exception.phpt13 } catch (Exception $e) {
14 echo $e->getMessage(), "\n";
20 } catch (Exception $e) {
21 echo $e->getMessage(), "\n";
28 } catch (Exception $e) {
29 echo $e->getMessage(), "\n";
33 } catch (Exception $e) {
34 echo $e->getMessage(), "\n";
H A Dexception_during_include_stat.phpt17 } catch (Exception $e) {
18 echo $e->getMessage(), "\n";
22 } catch (Exception $e) {
23 echo $e->getMessage(), "\n";
27 } catch (Exception $e) {
28 echo $e->getMessage(), "\n";
32 } catch (Exception $e) {
33 echo $e->getMessage(), "\n";
H A Dcall_to_deprecated_function_args.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";
34 } catch (Error $e) {
35 echo $e->getMessage(), "\n";
/PHP-7.4/ext/hash/
H A Dhash_sha.c179 (e) += ROTATE_LEFT ((a), 5); \
184 (e) += ROTATE_LEFT ((a), 5); \
189 (e) += ROTATE_LEFT ((a), 5); \
194 (e) += ROTATE_LEFT ((a), 5); \
317 state[4] += e; in SHA1Transform()
496 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
498 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
506 state[4] += e; in SHA256Transform()
806 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
808 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
[all …]
/PHP-7.4/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-7.4/ext/standard/
H A Durl.c94 e = p; in binary_strcspn()
98 return e; in binary_strcspn()
122 if ((e = memchr(s, ':', length)) && e != s) { in php_url_parse_ex2()
132 e = 0; in php_url_parse_ex2()
173 if (e + 2 < ue && *(e + 2) == '/') { in php_url_parse_ex2()
176 if (e + 3 < ue && *(e + 3) == '/') { in php_url_parse_ex2()
180 if (e + 5 < ue && *(e + 5) == ':') { in php_url_parse_ex2()
283 p = e; in php_url_parse_ex2()
299 s = e; in php_url_parse_ex2()
303 e = ue; in php_url_parse_ex2()
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_002.phpt15 } catch (Exception $e) {
16 echo $e->getMessage() . "\n";
20 } catch (Exception $e) {
21 echo $e->getMessage() . "\n";
25 } catch (Exception $e) {
26 echo $e->getMessage() . "\n";
30 } catch (Exception $e) {
31 echo $e->getMessage() . "\n";
35 } catch (Exception $e) {
36 echo $e->getMessage() . "\n";
[all …]
H A DReflectionParameter_invalidMethodInConstructor.phpt9 } catch (ReflectionException $e) { echo $e->getMessage()."\n"; }
14 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
19 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
28 catch(TypeError $e) {
29 printf( "Ok - %s\n", $e->getMessage());
35 catch(ReflectionException $e) {
36 printf( "Ok - %s\n", $e->getMessage());
H A DReflectionReference_errors.phpt8 } catch (Error $e) {
9 echo $e->getMessage(), "\n";
14 } catch (TypeError $e) {
15 echo $e->getMessage(), "\n";
20 } catch (TypeError $e) {
21 echo $e->getMessage(), "\n";
27 } catch (ReflectionException $e) {
28 echo $e->getMessage(), "\n";
35 } catch (Exception $e) {
36 echo $e->getMessage(), "\n";
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic3.phpt25 "10.5e+5" => 10.5e+5,
27 "1e-5" => 1e-5,
28 "1e+5" => 1e+5,
32 ".5e+7" => .5e+7,
33 ".6e-19" => .6e-19,
110 -- Iteration: 10.5e+5 --
122 -- Iteration: 1e-5 --
128 -- Iteration: 1e+5 --
152 -- Iteration: .5e+7 --
158 -- Iteration: .6e-19 --
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug65481.phpt8 public $e = array();
18 $e = new A;
19 $c->e[] = $e;
20 $e->e = $c->e;
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_097.phpt17 } catch (TypeError $e) {
18 echo $e->getMessage(), "\n";
23 } catch (TypeError $e) {
24 echo $e->getMessage(), "\n";
31 } catch (TypeError $e) {
32 echo $e->getMessage(), "\n";
37 } catch (TypeError $e) {
48 } catch (TypeError $e) {
54 } catch (TypeError $e) {
62 } catch (TypeError $e) {
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug22207.phpt2 Bug #22207 (missing 0 when using the e notation in *printf functions)
5 printf("%10.5e\n", 1.1);
6 var_dump(sprintf("%10.5e\n", 1.1));
9 1.10000e+0
10 string(11) "1.10000e+0

Completed in 44 milliseconds

12345678910>>...71