/PHP-5.5/win32/build/ |
H A D | confutils.js | 1533 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 D | SAPI.c | 601 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 D | mb_encode_mimeheader_basic3.phpt | 59 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 D | libmagic.patch | 48 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 D | chunk_split_variation7.phpt | 65 string(69) "This ????is st????ring ????with ???? and???? nul????l cha????rs????"
|
H A D | str_split_variation4.phpt | 143 string(5) "l cha"
|
H A D | stripos_variation2.phpt | 16 'l',
|
H A D | strrchr_variation2.phpt | 16 'l',
|
H A D | strrpos_variation1.phpt | 16 "l",
|
H A D | strrpos_variation2.phpt | 16 'l',
|
H A D | stripos_variation1.phpt | 16 "l",
|
H A D | strrchr_variation1.phpt | 16 "l",
|
/PHP-5.5/sapi/cgi/ |
H A D | cgi_main.c | 1299 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 D | phar_createdefaultstub.phpt | 252 $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 D | phar_setdefaultstub.phpt | 272 $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 D | mysqlnd_statistics.c | 209 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 D | 043.phpt | 122 string(1) "l"
|
/PHP-5.5/ext/readline/ |
H A D | readline.c | 481 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 D | base_convert_basic.phpt | 252 .........value= 39 res = 1l 257 .........value= 39 res = 1l
|
/PHP-5.5/Zend/ |
H A D | zend_exceptions.c | 371 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 D | exif.c | 2027 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 D | ucgendat.c | 1140 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 D | gd_interpolation.c | 1605 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 D | ob_start_basic_004.phpt | 11 // 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 D | zipint.h | 255 zip_source_layered_callback l; member
|