Home
last modified time | relevance | path

Searched refs:l (Results 51 – 75 of 351) sorted by path

12345678910>>...15

/PHP-5.5/ext/date/tests/
H A Dtest-parse-from-format.phpt35 string(16) "l, d-M-Y H:i:s T"
68 string(16) "l, d-M-y H:i:s T"
/PHP-5.5/ext/dba/
H A Dconfig.m4240 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$LIB,[
482 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$THIS_LIBS,[
H A Ddba.dsp50 # ADD BASE RSC /l 0x407 /d "NDEBUG"
51 # ADD RSC /l 0x407 /d "NDEBUG"
77 # ADD BASE RSC /l 0x407 /d "_DEBUG"
78 # ADD RSC /l 0x407 /d "_DEBUG"
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c148 size_t l; in etrim() local
157 l = strlen(val); in etrim()
158 while (l && (strchr(" \t\r\n", val[l-1]))) { in etrim()
159 l--; in etrim()
161 return estrndup(val, l); in etrim()
/PHP-5.5/ext/dba/tests/
H A Ddba_tcadb.phpt12 $lock_flag = 'l';
H A Dtest.inc3 $lock_flag = 'l';
/PHP-5.5/ext/dom/
H A Ddom.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
78 # ADD BASE RSC /l 0x406 /d "NDEBUG"
79 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/ext/ereg/regex/
H A Dregex.dsp48 # ADD BASE RSC /l 0x409 /d "NDEBUG"
49 # ADD RSC /l 0x409 /d "NDEBUG"
74 # ADD BASE RSC /l 0x409 /d "_DEBUG"
75 # ADD RSC /l 0x409 /d "_DEBUG"
H A Dtests384 a(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)l - abcdefghijkl abcdefghijkl b,c,d,e,f,g,h,i,j,k
/PHP-5.5/ext/ereg/tests/
H A Dereg_variation_004.phpt11 var_dump(ereg('l{2}', 'hello', str_repeat('x',1)));
H A Deregi_variation_004.phpt11 var_dump(eregi('l{2}', 'hello', str_repeat('x',1)));
/PHP-5.5/ext/exif/
H A Dexif.c2027 for(ap=0; ap<l; ap++) { in add_assoc_image_info()
2028 if (l>1) { in add_assoc_image_info()
2033 if (l>1) { in add_assoc_image_info()
2042 if (l==1) { in add_assoc_image_info()
2051 if (l==1) { in add_assoc_image_info()
2059 if (l>1) { in add_assoc_image_info()
2068 if (l==1) { in add_assoc_image_info()
2077 if (l==1) { in add_assoc_image_info()
2085 if (l==1) { in add_assoc_image_info()
2093 if (l==1) { in add_assoc_image_info()
[all …]
H A Dexif.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
77 # ADD BASE RSC /l 0x406 /d "NDEBUG"
78 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch48 isspace((unsigned char) *l)) ++l;}
510 m->type = get_standard_integer_type(l, &l);
511 else if (*l == 's' && !isalpha((unsigned char)l[1])) {
513 - ++l;
514 + ++l;
532 if (*l == '~') {
545 ++l;
1005 inp[i].pi_str.s_len = l;
3378 - l = 0;
3393 - char c = ms->search.s[l];
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c67 isspace((unsigned char) *l)) ++l;}
69 tolower((unsigned char) (l)) : (l))
338 ++l; in get_standard_integer_type()
1682 m->cond = get_cond(l, &l); in parse()
1698 m->type = get_type(type_tbl, l + 1, &l); in parse()
1716 m->type = get_type(type_tbl, l, &l); in parse()
1727 ++l; in parse()
1734 m->type = get_type(special_tbl, l, &l); in parse()
1756 ++l; in parse()
1901 ++l; in parse()
[all …]
H A Dcdf.c722 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp() argument
724 for (; l--; d++, s++) in cdf_namecmp()
914 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info() local
915 inp[i].pi_str.s_len = l; in cdf_read_property_info()
917 (const void *)(&q[o4 + sizeof(l)]); in cdf_read_property_info()
919 "u, s = %s\n", l, in cdf_read_property_info()
920 CDF_ROUND(l, sizeof(l)), in cdf_read_property_info()
922 if (l & 1) in cdf_read_property_info()
923 l++; in cdf_read_property_info()
924 o += l >> 1; in cdf_read_property_info()
H A Delfclass.h30 u.l = 1;
H A Dfile.h149 uint32_t l; member
H A Dsoftmagic.c1175 off = q->l; in mget()
1921 v = p->l; in magiccheck()
2007 l = 0; in magiccheck()
2013 l = 0; in magiccheck()
2019 l = 0; in magiccheck()
2031 l = 0; in magiccheck()
2063 l = v = 0; in magiccheck()
2266 matched = (v & l) == l; in magiccheck()
2271 (unsigned long long)l, (unsigned long long)l, in magiccheck()
2276 matched = (v & l) != l; in magiccheck()
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10903 >>>>>(78.l+23) byte x %c
10910 >>>>>(126.l+47) byte x %c
10917 >>>>>(138.l+47) byte x %c
10922 >>>>>(138.l+59) byte x %c
10927 >>>>>(138.l+71) byte x %c
11393 >&(&-12.l-0x21) byte x
11405 >&(&-12.l-0x21) byte x
11417 >&(&-12.l-0x21) byte x
12958 >>>>(0x3c.l+0xf7) byte x
13052 >>&(&0x42.l-3) byte x
[all …]
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c148 int l, i; in filter_map_update() local
150 l = strlen((const char*)allowed_list); in filter_map_update()
151 for (i = 0; i < l; ++i) { in filter_map_update()
/PHP-5.5/ext/filter/tests/
H A D016.phpt17 'e.x.a.m.p.l.e.@example.com',
H A D043.phpt122 string(1) "l"
/PHP-5.5/ext/gd/
H A Dgd.c3518 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
3534 l = strlen((char *)str); in php_imagechar()
3551 for (i = 0; (i < l); i++) { in php_imagechar()
3557 for (i = 0; (i < l); i++) { in php_imagechar()
H A Dgd.dsp51 # ADD BASE RSC /l 0x406 /d "NDEBUG"
52 # ADD RSC /l 0x406 /d "NDEBUG"
81 # ADD BASE RSC /l 0x406 /d "NDEBUG"
82 # ADD RSC /l 0x406 /d "NDEBUG"

Completed in 105 milliseconds

12345678910>>...15