Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-5.5/ext/phar/tests/
H A Dphar_extract.phpt47 } catch (Exception $e) {
55 } catch (Exception $e) {
63 } catch (Exception $e) {
69 } catch (Exception $e) {
112 @rmdir($e . 'subdir');
114 @rmdir($e . 'one');
115 @rmdir($e);
120 @rmdir($e . 'subdir');
121 @rmdir($e);
125 @rmdir($e . 'one');
[all …]
H A Dphar_convert_again.phpt35 } catch (Exception $e) {
52 } catch (Exception $e) {
57 } catch (Exception $e) {
62 } catch (Exception $e) {
73 } catch (Exception $e) {
78 } catch (Exception $e) {
83 } catch (Exception $e) {
88 } catch (Exception $e) {
93 } catch (Exception $e) {
98 } catch (Exception $e) {
[all …]
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_015.phpt10 } catch (Exception $e) {
11 echo $e->getMessage(), "\n";
15 } 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";
31 } catch (Exception $e) {
32 echo $e->getMessage(), "\n";
[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 DCallbackFilterIteratorTest-002.phpt13 } catch(InvalidArgumentException $e) {
14 echo $e->getMessage() . "\n";
19 } catch(InvalidArgumentException $e) {
20 echo $e->getMessage() . "\n";
25 } catch(InvalidArgumentException $e) {
26 echo $e->getMessage() . "\n";
31 } catch(InvalidArgumentException $e) {
32 echo $e->getMessage() . "\n";
39 foreach($it as $e);
40 } catch(Exception $e) {
[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-5.5/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt7 } catch (Exception $e) {
8 echo $e->getMessage() . "\n";
13 } catch (Exception $e) {
14 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) {
37 } catch (Exception $e) {
[all …]
H A DReflectionClass_getMethod_002.phpt16 } catch (Exception $e) {
17 echo $e->getMessage() . "\n";
21 } catch (Exception $e) {
22 echo $e->getMessage() . "\n";
26 } catch (Exception $e) {
27 echo $e->getMessage() . "\n";
31 } catch (Exception $e) {
36 } catch (Exception $e) {
41 } catch (Exception $e) {
46 } catch (Exception $e) {
[all …]
H A DReflectionClass_getProperty_002.phpt16 } catch (exception $e) {
17 echo $e->getMessage() . "\n";
21 } catch (exception $e) {
22 echo $e->getMessage() . "\n";
26 } catch (exception $e) {
27 echo $e->getMessage() . "\n";
31 } catch (exception $e) {
36 } catch (exception $e) {
41 } catch (exception $e) {
46 } catch (exception $e) {
[all …]
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 DReflectionProperty_setAccessible.phpt24 catch (ReflectionException $e) {
25 var_dump($e->getMessage());
32 catch (ReflectionException $e) {
33 var_dump($e->getMessage());
40 catch (ReflectionException $e) {
41 var_dump($e->getMessage());
48 catch (ReflectionException $e) {
49 var_dump($e->getMessage());
62 $protected->setValue($a, 'e');
127 string(1) "e"
[all …]
H A DReflectionClass_getStaticPropertyValue_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";
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic6.phpt15 $format1 = "%e";
16 $format2 = "%e %e";
17 $format3 = "%e %e %e";
45 1.000000e+3
46 1.000000e+3 2.000000e+3
47 1.000000e+3 2.000000e+3 3.000000e+3
H A Dfprintf_variation_005.phpt20 /* %e type variations */
24 fprintf( $fp, "%e", $num );
38 0.000000e+0
39 1.000000e+0
40 -1.000000e+0
41 2.700000e+0
42 -2.700000e+0
43 2.333333e+7
44 -2.333333e+7
45 1.234000e+3
H A Dsprintf_variation48.phpt24 "%e", "%he", "%le",
25 "%Le", " %e", "%e ",
26 "\t%e", "\n%e", "%4e",
27 "%30e", "%[0-1]", "%*e"
51 string(1) "e"
53 string(1) "e"
62 string(1) "e"
66 string(1) "e"
68 string(1) "e"
77 string(1) "e"
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_008.phpt10 } catch (Exception $e) {
15 } catch (Exception $e) {
20 } catch (Exception $e) {
25 } catch (Exception $e) {
30 } catch (Exception $e) {
35 } catch (Exception $e) {
40 } catch (Exception $e) {
45 } catch (Exception $e) {
50 } catch (Exception $e) {
55 } catch (Exception $e) {
[all …]
/PHP-5.5/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-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php182 foreach ($encodings as $e) {
216 $s2tables_idents[$i] = $e["ident"];
253 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
255 foreach ($encodings as $e) { $a[$e['enumid']] = $e['ident']; }
325 foreach ($encodings as $e) {
339 if (hexdec($v[0]) >= $e['range'][0] && hexdec($v[0]) <= $e['range'][1])
744 foreach ($origdp as $e) {
745 $hashes[hashfun($e[0]) & $mask][] = $e;
746 if (isset($e[2])) {
747 $entlen = strlen($e[0]) + 2;
[all …]
/PHP-5.5/ext/hash/
H A Dhash_sha.c183 (e) += ROTATE_LEFT ((a), 5); \
188 (e) += ROTATE_LEFT ((a), 5); \
193 (e) += ROTATE_LEFT ((a), 5); \
198 (e) += ROTATE_LEFT ((a), 5); \
321 state[4] += e; in SHA1Transform()
498 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
500 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
508 state[4] += e; in SHA256Transform()
808 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
810 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
[all …]
/PHP-5.5/sapi/fpm/fpm/events/
H A Depoll.c164 struct epoll_event e; in fpm_event_epoll_add() local
167 e.events = EPOLLIN; in fpm_event_epoll_add()
168 e.data.fd = ev->fd; in fpm_event_epoll_add()
169 e.data.ptr = (void *)ev; in fpm_event_epoll_add()
172 e.events = e.events | EPOLLET; in fpm_event_epoll_add()
176 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, ev->fd, &e) == -1) { in fpm_event_epoll_add()
192 struct epoll_event e; in fpm_event_epoll_remove() local
195 e.events = EPOLLIN; in fpm_event_epoll_remove()
196 e.data.fd = ev->fd; in fpm_event_epoll_remove()
197 e.data.ptr = (void *)ev; in fpm_event_epoll_remove()
[all …]
/PHP-5.5/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-5.5/ext/mbstring/tests/
H A Dmb_split_variation1.phpt19 $string = 'a b c d e f g';
107 string(13) "a b c d e f g"
113 string(13) "a b c d e f g"
119 string(13) "a b c d e f g"
125 string(13) "a b c d e f g"
131 string(13) "a b c d e f g"
137 string(13) "a b c d e f g"
143 string(13) "a b c d e f g"
149 string(13) "a b c d e f g"
155 string(13) "a b c d e f g"
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65481.phpt8 public $e = array();
18 $e = new A;
19 $c->e[] = $e;
20 $e->e = $c->e;

Completed in 62 milliseconds

12345678910>>...55