Home
last modified time | relevance | path

Searched refs:l (Results 226 – 250 of 333) sorted by relevance

12345678910>>...14

/PHP-5.4/ext/mbstring/tests/
H A Dhtmlent.phpt30 <?php echo mb_http_input('l').'>'.mb_internal_encoding().'>'.mb_http_output();?>
H A Dmb_decode_mimeheader_variation2.phpt28 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
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.4/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.4/build/
H A Dbuild.mk53 find . -type l -exec rm {} \; ; \
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c156 # define ADD_VEC(str,l) smart_str_appendl(&vec_str, (str), (l)) argument
160 # define ADD_VEC(str,l) vec[n].iov_base=str;len += (vec[n].iov_len=l); n++ argument
/PHP-5.4/ext/phar/tests/files/
H A Dopenssl.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
292 …�ض������hi�'�޵@]_�- ^x���=��Hb�(л2�r/BM�1�-K�/{>D@Mmj����[0(�l��a�Keӓ+\�9H� pv룱…
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dopenssl.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
292 …�ض������hi�'�޵@]_�- ^x���=��Hb�(л2�r/BM�1�-K�/{>D@Mmj����[0(�l��a�Keӓ+\�9H� pv룱…
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c1250 int l = strlen(env_document_root); local
1254 if (l && env_document_root[l - 1] == '/') {
1255 --l;
1264 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1266 memcpy(path_translated, env_document_root, l);
1268 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-5.4/ext/standard/tests/array/
H A Drange.phpt178 string(1) "l"
240 string(1) "l"
/PHP-5.4/ext/mysqli/
H A Dmysqli_warning.c36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_D… argument
/PHP-5.4/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.4/main/
H A Dphp_ini.c615 int l, total_l = 0; in php_init_config() local
644 l = strlen(ini_file); in php_init_config()
645 total_l += l + 2; in php_init_config()
646 p = estrndup(ini_file, l); in php_init_config()
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.4/ext/standard/tests/strings/
H A Dchunk_split_variation2.phpt140 string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
146 string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
H A Dchunk_split_variation7.phpt65 string(69) "This ????is st????ring ????with ????� and???? �nul????l cha????rs????"
/PHP-5.4/TSRM/
H A Dthreads.m4146 LIBS="$LIBS -l$lib"
167 LIBS="$LIBS -l$ac_cv_pthreads_lib"
/PHP-5.4/win32/build/
H A Dconfutils.js1500 var l = header.length;
1506 var min = new Array(l);
1507 var max = new Array(l);
1509 if (!!ar_out[0] && l != ar_out[0].length) {
1510 …STDOUT.WriteLine("Invalid header argument, can't output the table " + l + " " + ar_out[0].length …
1514 for (j=0; j < l; j++) {
1537 for (i = 0; i < l; i++) {
1548 for (j=0; j < l; j++) {
1562 for (j=0; j < l; j++) {
/PHP-5.4/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;
3375 - l = 0;
3390 - char c = ms->search.s[l];
[all …]
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c1297 int l = strlen(env_document_root); local
1301 if (l && env_document_root[l - 1] == '/') {
1302 --l;
1311 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1313 memcpy(path_translated, env_document_root, l);
1315 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-5.4/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.4/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.4/ext/standard/tests/math/
H A Dbase_convert_basic.phpt252 .........value= 39 res = 1l
257 .........value= 39 res = 1l
/PHP-5.4/ext/readline/
H A Dreadline.c472 static zval *_readline_long_zval(long l) in _readline_long_zval() argument
478 Z_LVAL_P(ret) = l; in _readline_long_zval()

Completed in 109 milliseconds

12345678910>>...14