Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.3/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.3/ext/mbstring/tests/
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.3/ext/standard/tests/array/
H A Drange.phpt178 string(1) "l"
240 string(1) "l"
H A Drsort_basic.phpt17 $unsorted_strings = array( "l" => "lemon", "o" => "orange", "b" => "banana" );
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c1248 int l = strlen(env_document_root); local
1252 if (l && env_document_root[l - 1] == '/') {
1253 --l;
1262 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1264 memcpy(path_translated, env_document_root, l);
1266 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-5.3/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????"
H A Dstripos_variation2.phpt16 'l',
H A Dstrrchr_variation2.phpt16 'l',
H A Dstr_split_variation4.phpt143 string(5) "l cha"
H A Dstrrpos_variation1.phpt16 "l",
H A Dstrrpos_variation2.phpt16 'l',
/PHP-5.3/TSRM/
H A Dthreads.m4146 LIBS="$LIBS -l$lib"
167 LIBS="$LIBS -l$ac_cv_pthreads_lib"
/PHP-5.3/ext/sqlite/
H A Dsqlite.dsp50 # ADD BASE RSC /l 0x407 /d "NDEBUG"
51 # ADD RSC /l 0x407 /d "NDEBUG"
76 # ADD BASE RSC /l 0x407 /d "_DEBUG"
77 # ADD RSC /l 0x407 /d "_DEBUG"
/PHP-5.3/win32/build/
H A Dconfutils.js1443 var l = header.length;
1449 var min = new Array(l);
1450 var max = new Array(l);
1452 if (l != ar_out[0].length) {
1453 …STDOUT.WriteLine("Invalid header argument, can't output the table " + l + " " + ar_out[0].length …
1457 for (j=0; j < l; j++) {
1480 for (i = 0; i < l; i++) {
1491 for (j=0; j < l; j++) {
1505 for (j=0; j < l; j++) {
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c1237 int l = strlen(env_document_root); local
1241 if (l && env_document_root[l - 1] == '/') {
1242 --l;
1251 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1253 memcpy(path_translated, env_document_root, l);
1255 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic9205 >>>>>(78.l+23) byte x %c
9212 >>>>>(126.l+47) byte x %c
9219 >>>>>(138.l+47) byte x %c
9224 >>>>>(138.l+59) byte x %c
9229 >>>>>(138.l+71) byte x %c
9236 >>>>>(150.l+47) byte x %c
9241 >>>>>(150.l+59) byte x %c
9246 >>>>>(150.l+71) byte x %c
11034 >>>>>(0x3c.l+0xf7) byte x
11127 >>&(&0x42.l-3) byte x
[all …]
/PHP-5.3/main/
H A Dphp_ini.c656 int l, total_l = 0; in php_init_config() local
685 l = strlen(ini_file); in php_init_config()
686 total_l += l + 2; in php_init_config()
687 p = estrndup(ini_file, l); in php_init_config()
H A DSAPI.c508 static void sapi_remove_header(zend_llist *l, char *name, uint len) { in sapi_remove_header() argument
511 zend_llist_element *current=l->head; in sapi_remove_header()
521 l->head = next; in sapi_remove_header()
526 l->tail = current->prev; in sapi_remove_header()
530 --l->count; in sapi_remove_header()
/PHP-5.3/Zend/
H A Dzend_exceptions.c331 int l = vallen; \
332 *str = (char*)erealloc(*str, *len + l + 1); \
333 memcpy((*str) + *len, val, l); \
334 *len += l; \
/PHP-5.3/ext/readline/
H A Dreadline.c449 static zval *_readline_long_zval(long l) in _readline_long_zval() argument
455 Z_LVAL_P(ret) = l; in _readline_long_zval()
/PHP-5.3/ext/phar/tests/
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]);
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]);
/PHP-5.3/ext/filter/tests/
H A D043.phpt122 string(1) "l"

Completed in 98 milliseconds

12345678910>>...14