Home
last modified time | relevance | path

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

12345678910>>...52

/PHP-5.4/ext/zip/lib/
H A Dzip_source_deflate.c42 int e[2]; member
80 ctx->e[0] = ctx->e[1] = 0; in zip_source_deflate()
109 if (ctx->e[0] != 0) in compress_read()
141 zip_source_error(src, ctx->e, ctx->e+1); in compress_read()
162 ctx->e[1] = ret; in compress_read()
215 zip_source_error(src, ctx->e, ctx->e+1); in decompress_read()
233 ctx->e[1] = ret; in decompress_read()
271 ctx->e[1] = ret; in deflate_compress()
311 ctx->e[1] = 0; in deflate_compress()
342 ctx->e[1] = ret; in deflate_decompress()
[all …]
/PHP-5.4/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_002.phpt14 } catch (Exception $e) {
15 echo $e->getMessage() . "\n";
19 } catch (Exception $e) {
20 echo $e->getMessage() . "\n";
24 } catch (Exception $e) {
25 echo $e->getMessage() . "\n";
29 } catch (Exception $e) {
30 echo $e->getMessage() . "\n";
34 } catch (Exception $e) {
35 echo $e->getMessage() . "\n";
H A DReflectionObject_isSubclassOf.002.phpt14 } catch (Exception $e) {
15 echo $e->getMessage() . "\n";
19 } catch (Exception $e) {
20 echo $e->getMessage() . "\n";
24 } catch (Exception $e) {
25 echo $e->getMessage() . "\n";
29 } catch (Exception $e) {
30 echo $e->getMessage() . "\n";
34 } catch (Exception $e) {
35 echo $e->getMessage() . "\n";
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) {
38 print $e->__toString();
43 } catch (Exception $e) {
44 print $e->__toString();
[all …]
/PHP-5.4/tests/lang/
H A DforeachLoopObjects.002.phpt11 private $e = "Original e";
66 private $e = "Overridden e";
189 ["e":"C":private]=>
214 ["e":"C":private]=>
235 ["e":"E":private]=>
241 ["e":"C":private]=>
264 ["e":"C":private]=>
289 ["e":"C":private]=>
310 ["e":"E":private]=>
316 ["e":"C":private]=>
[all …]
/PHP-5.4/ext/standard/
H A Duuencode.c71 char *p, *s, *e, *ee; in php_uuencode() local
76 e = src + src_len; in php_uuencode()
78 while ((s + 3) < e) { in php_uuencode()
80 if (ee > e) { in php_uuencode()
81 ee = e; in php_uuencode()
103 if (s < e) { in php_uuencode()
130 char *s, *e, *p, *ee; in php_uudecode() local
134 e = src + src_len; in php_uudecode()
136 while (s < e) { in php_uudecode()
149 if (ee > e) { in php_uudecode()
[all …]
H A Durl.c107 if ((e = memchr(s, ':', length)) && (e - s)) { in php_url_parse_ex()
136 p = e + 1; in php_url_parse_ex()
149 s = e; in php_url_parse_ex()
156 s = e + 3; in php_url_parse_ex()
174 s = e; in php_url_parse_ex()
181 p = e + 1; in php_url_parse_ex()
217 e = ue; in php_url_parse_ex()
232 e = query; in php_url_parse_ex()
237 e = p; in php_url_parse_ex()
300 p = e; in php_url_parse_ex()
[all …]
/PHP-5.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
H A Dsprintf_basic6.phpt14 $format1 = "%e";
15 $format2 = "%E %e";
16 $format3 = "%e %E %e";
38 string(11) "1.000000e+3"
39 string(23) "1.000000E+3 2.000000e+3"
40 string(35) "1.000000e+3 2.000000E+3 3.000000e+3"
H A Dstrtolower.phpt89 0e => 0e
105 1e => 1e
121 2e => 2e
137 3e => 3e
153 4e => 6e
169 5e => 5e
185 6e => 6e
201 7e => 7e
H A Dstrtoupper1.phpt89 0e => 0e
105 1e => 1e
121 2e => 2e
137 3e => 3e
153 4e => 4e
169 5e => 5e
185 6e => 4e
201 7e => 7e
/PHP-5.4/ext/phar/tests/
H A Dbadparameters.phpt23 } catch (Exception $e) {
28 } catch (Exception $e) {
34 } catch (Exception $e) {
39 } catch (Exception $e) {
47 } catch (Exception $e) {
52 } catch (Exception $e) {
57 } catch (Exception $e) {
65 } catch (Exception $e) {
71 } catch (Exception $e) {
76 } catch (Exception $e) {
[all …]
H A Dphar_offset_check.phpt23 } catch (Exception $e) {
24 echo $e->getMessage()."\n";
29 } catch (Exception $e) {
30 echo $e->getMessage()."\n";
35 } catch (Exception $e) {
36 echo $e->getMessage()."\n";
43 } catch (Exception $e) {
44 echo $e->getMessage()."\n";
51 } catch (Exception $e) {
52 echo $e->getMessage()."\n";
[all …]
H A Dpharfileinfo_compression.phpt23 } catch (Exception $e) {
24 echo $e->getMessage() . "\n";
28 } catch (Exception $e) {
29 echo $e->getMessage() . "\n";
36 } catch (Exception $e) {
37 echo $e->getMessage() . "\n";
41 } catch (Exception $e) {
42 echo $e->getMessage() . "\n";
47 } catch (Exception $e) {
61 } catch (Exception $e) {
[all …]
H A Dinvalid_alias.phpt14 } catch (Exception $e) {
15 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) {
32 echo $e->getMessage() . "\n";
H A Dphpinfo_004.phpt30 <tr><td class="e">Phar EXT version </td><td class="v">%s </td></tr>
31 <tr><td class="e">Phar API version </td><td class="v">1.1.1 </td></tr>
32 <tr><td class="e">SVN revision </td><td class="v">%sRevision: %s $ </td></tr>
34 <tr><td class="e">Tar-based phar archives </td><td class="v">enabled </td></tr>
35 <tr><td class="e">ZIP-based phar archives </td><td class="v">enabled </td></tr>
36 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr>
37 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr>
54 <tr><td class="e">Phar EXT version </td><td class="v">%s </td></tr>
55 <tr><td class="e">Phar API version </td><td class="v">1.1.1 </td></tr>
60 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr>
[all …]
/PHP-5.4/ext/spl/tests/
H A Ddllist_006.phpt26 } catch (OutOfRangeException $e) {
27 echo "Exception: ".$e->getMessage()."\n";
32 } catch (OutOfRangeException $e) {
33 echo "Exception: ".$e->getMessage()."\n";
38 } catch (OutOfRangeException $e) {
39 echo "Exception: ".$e->getMessage()."\n";
44 } catch (OutOfRangeException $e) {
45 echo "Exception: ".$e->getMessage()."\n";
H A Dspl_autoload_001.phpt16 catch(Exception $e)
18 echo 'Exception: ' . $e->getMessage() . "\n";
30 catch(Exception $e)
32 echo 'Exception: ' . $e->getMessage() . "\n";
41 catch(Exception $e)
43 echo 'Exception: ' . $e->getMessage() . "\n";
65 catch(Exception $e)
67 echo 'Exception: ' . $e->getMessage() . "\n";
82 catch(Exception $e)
84 echo 'Exception: ' . $e->getMessage() . "\n";
[all …]
H A Dspl_autoload_012.phpt23 } catch(Exception $e) {
25 echo $e->getMessage()."\n";
26 } while($e = $e->getPrevious());
31 } catch(Exception $e) {
33 echo $e->getMessage()."\n";
34 } while($e = $e->getPrevious());
/PHP-5.4/ext/standard/tests/math/
H A Dfloorceil.phpt6 $d = ceil (-1.8); $e = ceil (-2.7);
7 var_dump ($a, $b, $c, $d, $e);
10 $d = ceil (1.5); $e = ceil (1.8); $f = ceil (2.7);
11 var_dump ($a, $b, $c, $d, $e, $f);
14 $d = floor (-1.5); $e = floor (-1.8); $f = floor (-2.7);
15 var_dump ($a, $b, $c, $d, $e, $f);
18 $d = floor (1.5); $e = floor (1.8); $f = floor (2.7);
19 var_dump ($a, $b, $c, $d, $e, $f);
/PHP-5.4/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-5.4/Zend/tests/
H A Dindirect_call_array_004.phpt26 catch (Exception $e) {
27 echo $e->getMessage(), "\n";
35 catch (Exception $e) {
36 echo $e->getMessage(), "\n";
48 catch (Exception $e) {
49 echo $e->getMessage(), "\n";
59 catch (Exception $e) {
60 echo $e->getMessage(), "\n";
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;
/PHP-5.4/ext/filter/tests/
H A D050.phpt8 '1e+308' => 1e+308,
9 '1e+309' => false,
10 '1e-323' => 1e-323,
11 '1e-324' => false,
/PHP-5.4/ext/standard/tests/array/
H A Darray_rand_variation4.phpt75 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
78 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
83 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
85 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
91 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
94 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
99 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
101 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"

Completed in 77 milliseconds

12345678910>>...52