Home
last modified time | relevance | path

Searched refs:ee (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.4/ext/standard/
H A Duuencode.c69 unsigned char *p, *s, *e, *ee; in php_uuencode() local
81 ee = s + len; in php_uuencode()
82 if (ee > e) { in php_uuencode()
83 ee = e; in php_uuencode()
84 len = ee - s; in php_uuencode()
86 ee = s + (int) (floor((double)len / 3) * 3); in php_uuencode()
91 while (s < ee) { in php_uuencode()
133 char *s, *e, *p, *ee; in php_uudecode() local
152 ee = s + (len == 45 ? 60 : (int) floor(len * 1.33)); in php_uudecode()
154 if (ee > e) { in php_uudecode()
[all …]
H A Dstring.c5566 const char *s, *ee; local
5572 ee = ZSTR_VAL(result) + result_len;
5574 while (e<ee) {
5575 l = (e-s) < (ee-e) ? (e-s) : (ee-e);
/PHP-7.4/ext/filter/tests/
H A D033.phpt17 …om http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 aa:bb:cc:dd:ee:ff
21 … aa:bb:cc:dd:ee:ff
22 …om http://a.b.c 1.2.3.4 123 123abc() O&#39;Henry 하퍼 aa:bb:cc:dd:ee:ff
23 …om http://a.b.c 1.2.3.4 123 123abc() O&#39;Henry 하퍼 aa:bb:cc:dd:ee:ff
25 …om http://a.b.c 1.2.3.4 123 123abc&#60;&#62;() O&#39;Henry 하퍼 aa:bb:cc:dd:ee:ff
26 …om http://a.b.c 1.2.3.4 123 123abc&lt;&gt;() O&#039;Henry 하퍼 aa:bb:cc:dd:ee:ff
27 …om http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 aa:bb:cc:dd:ee:ff
29 … http://a.b.c 1.2.3.4 123 123abc<>() O'Henry aa:bb:cc:dd:ee:ff
52 …om http://a.b.c 1.2.3.4 123 123abc<>() O\'Henry 하퍼 aa:bb:cc:dd:ee:ff
53 …om http://a.b.c 1.2.3.4 123 123abc<>() O\'Henry 하퍼 aa:bb:cc:dd:ee:ff
H A D033_run.inc18 "aa:bb:cc:dd:ee:ff",
/PHP-7.4/ext/hash/
H A Dhash_ripemd.c407 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
414 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
421 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
428 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
435 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
506 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD320Transform()
514 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD320Transform()
522 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD320Transform()
530 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD320Transform()
538 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD320Transform()
[all …]
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt81 $ee = array("original array");
83 global $ee;
84 $ee = array("array created in f()");
87 $ee["array entry created after f()"][f()] = "hello";
88 print_r($ee);
/PHP-7.4/ext/phar/tests/zip/
H A Dbadalias.phpt13 } catch (Exception $ee) {
14 echo $ee->getMessage(), "\n";
/PHP-7.4/ext/phar/tests/tar/
H A Dbadalias.phpt13 } catch (Exception $ee) {
14 echo $ee->getMessage(), "\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt269 ce => ee
301 ee => ee
H A Dconvert_cyr_string_basic.phpt118 205: ee
H A Dstrtoupper1-win32.phpt301 ee => ce
H A Dhtml_entity_decode_iso8859-15.phpt351 LATIN SMALL LETTER I WITH CIRCUMFLEX: &#xEE; => ee
352 &#xEE; => ee
H A Dhtml_entity_decode_macroman.phpt406 &#xD3; => ee
486 LATIN CAPITAL LETTER O WITH ACUTE: &#xD3; => ee
H A Dhtml_entity_decode_iso8859-5.phpt351 CYRILLIC SMALL LETTER YU: &#x44E; => ee
H A Dhtml_entity_decode_win1251.phpt483 CYRILLIC SMALL LETTER O: &#x43E; => ee
H A Dhtml_entity_decode_cp866.phpt479 CYRILLIC SMALL LETTER YU: &#x44E; => ee
H A Dhtml_entity_decode_koi8-r.phpt479 CYRILLIC CAPITAL LETTER EN: &#x41D; => ee
H A Dhtml_entity_decode_html5.phpt947 "&ee;",
3081 &ee; => ⅇ e28587
/PHP-7.4/ext/standard/tests/array/
H A Dextract_error.phpt26 var_dump( extract($arr, EXTR_SKIP, "aa", "ee") );
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c497 const char *ptr, *sptr, *e, *t, *ee, *et; in varexpand() local
514 for (ee = e = et + 1; *ee && *ee != '}'; ee++) in varexpand()
516 if (*ee != '}') in varexpand()
525 l = ee - e; in varexpand()
536 sptr = ee + 1; in varexpand()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c968 const unsigned char *ee = haystack_u8_val + haystack_u8->len; in mbfl_strpos() local
970 if (e >= ee) { in mbfl_strpos()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4168 ee = pp + len; \
4169 while ((pp = memchr(pp, '\0', (ee - pp)))) { \
4371 char *pp, *ee; in PHP_FUNCTION() local
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt107 array( 'iHI)(X)ee> DB;?zbCIPS', '312f5ce8' ),
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt942 ee 02147
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6557 # Elan Ruusamae <glen@delfi.ee>
8225 # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
8313 # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
13854 # By Elan Ruusamae <glen@delfi.ee>
15297 # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
26413 # Elan Ruusamae <glen@delfi.ee>, added MariaDB signatures
29788 # By Elan Ruusamae <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010-2011

Completed in 515 milliseconds

12