Home
last modified time | relevance | path

Searched refs:l (Results 251 – 275 of 351) sorted by relevance

1...<<1112131415

/PHP-5.5/win32/build/
H A Dconfutils.js1533 var l = header.length;
1539 var min = new Array(l);
1540 var max = new Array(l);
1542 if (!!ar_out[0] && l != ar_out[0].length) {
1543 …STDOUT.WriteLine("Invalid header argument, can't output the table " + l + " " + ar_out[0].length …
1547 for (j=0; j < l; j++) {
1570 for (i = 0; i < l; i++) {
1581 for (j=0; j < l; j++) {
1595 for (j=0; j < l; j++) {
/PHP-5.5/main/
H A DSAPI.c601 static void sapi_remove_header(zend_llist *l, char *name, uint len) { in sapi_remove_header() argument
604 zend_llist_element *current=l->head; in sapi_remove_header()
614 l->head = next; in sapi_remove_header()
619 l->tail = current->prev; in sapi_remove_header()
623 --l->count; in sapi_remove_header()
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt59 string(209) "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/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/standard/tests/strings/
H A Dchunk_split_variation7.phpt65 string(69) "This ????is st????ring ????with ????� and???? �nul????l cha????rs????"
H A Dstr_split_variation4.phpt143 string(5) "l cha"
H A Dstripos_variation2.phpt16 'l',
H A Dstrrchr_variation2.phpt16 'l',
H A Dstrrpos_variation1.phpt16 "l",
H A Dstrrpos_variation2.phpt16 'l',
H A Dstripos_variation1.phpt16 "l",
H A Dstrrchr_variation1.phpt16 "l",
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1299 int l = strlen(env_document_root); local
1303 if (l && env_document_root[l - 1] == '/') {
1304 --l;
1313 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1315 memcpy(path_translated, env_document_root, l);
1317 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt252 $l = unpack('V', substr($m, 10, 4));
253 $m = substr($m, 14 + $l[1]);
546 $l = unpack('V', substr($m, 10, 4));
547 $m = substr($m, 14 + $l[1]);
848 $l = unpack('V', substr($m, 10, 4));
849 $m = substr($m, 14 + $l[1]);
H A Dphar_setdefaultstub.phpt272 $l = unpack('V', substr($m, 10, 4));
273 $m = substr($m, 14 + $l[1]);
567 $l = unpack('V', substr($m, 10, 4));
568 $m = substr($m, 14 + $l[1]);
862 $l = unpack('V', substr($m, 10, 4));
863 $m = substr($m, 14 + $l[1]);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_statistics.c209 add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp, 1); in mysqlnd_fill_stats_hash()
/PHP-5.5/ext/filter/tests/
H A D043.phpt122 string(1) "l"
/PHP-5.5/ext/readline/
H A Dreadline.c481 static zval *_readline_long_zval(long l) in _readline_long_zval() argument
487 Z_LVAL_P(ret) = l; in _readline_long_zval()
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_basic.phpt252 .........value= 39 res = 1l
257 .........value= 39 res = 1l
/PHP-5.5/Zend/
H A Dzend_exceptions.c371 int l = vallen; \
372 *str = (char*)erealloc(*str, *len + l + 1); \
373 memcpy((*str) + *len, val, l); \
374 *len += l; \
/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 …]
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c1140 long l, r, m;
1143 l = 0;
1146 while (l <= r) {
1147 m = (l + r) >> 1;
1149 l = m + 1;
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1605 int l; in gdImageScaleBicubicFixed() local
1614 for (l = -1; l < 3; l++) { in gdImageScaleBicubicFixed()
1615 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1622 const int _k = ((k+1)*4) + (l+1); in gdImageScaleBicubicFixed()
2097 int l; in gdImageRotateBicubicFixed() local
2116 for (l=-1; l< 3; l++) { in gdImageRotateBicubicFixed()
2117 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()
2123 const int _k = ((k + 1) * 4) + (l + 1); in gdImageRotateBicubicFixed()
/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt11 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
/PHP-5.5/ext/zip/lib/
H A Dzipint.h255 zip_source_layered_callback l; member

Completed in 84 milliseconds

1...<<1112131415