Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/ext/intl/tests/
H A Dlocale_get_display_language3.phpt170 disp_locale=en : display_language=Norwegian Bokmål
171 disp_locale=fr : display_language=norvégien bokmål
172 disp_locale=de : display_language=Norwegisch \(?Bokmål\)?
/php-src/ext/standard/tests/strings/
H A Dstrrpos_variation2.phpt11 'l',
H A Dchunk_split_variation7.phpt59 string(69) "This ????is st????ring ????with ????%0 and???? %0nul????l cha????rs????"
H A Dstripos_variation2.phpt11 'l',
H A Dstrrchr_variation2.phpt11 'l',
H A Dstr_split_variation4.phpt133 string(5) "l cha"
H A Dstripos_variation1.phpt11 "l",
H A Dstrrchr_variation1.phpt12 "l",
H A Dstrripos_variation1.phpt11 /*1*/ "l",
H A Dstrripos_variation2.phpt11 /*1*/ 'l',
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_elf_gas.S134 addi %r30, %r30, .Ltoc - 2b@l
H A Dmake_ppc64_sysv_elf_gas.S76 addi %r2, %r2, .TOC.-make_fcontext@l
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c36 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
37 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[12], flags)
H A Dphpdbg_info.c28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags)
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.c306 size_t l = length; in _mysqlnd_pestrndup() local
309 while (*p && l--) { in _mysqlnd_pestrndup()
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1490 int l; in gdImageScaleBicubicFixed() local
1499 for (l = -1; l < 3; l++) { in gdImageScaleBicubicFixed()
1500 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1507 const int _k = ((k+1)*4) + (l+1); in gdImageScaleBicubicFixed()
2016 int l; in gdImageRotateBicubicFixed() local
2035 for (l=-1; l< 3; l++) { in gdImageRotateBicubicFixed()
2036 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()
2042 const int _k = ((k + 1) * 4) + (l + 1); in gdImageRotateBicubicFixed()
/php-src/sapi/cgi/
H A Dcgi_main.c1320 size_t l = strlen(env_document_root); local
1324 if (l && env_document_root[l - 1] == '/') {
1325 --l;
1334 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1336 memcpy(path_translated, env_document_root, l);
1338 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt251 $l = unpack('V', substr($m, 10, 4));
252 $m = substr($m, 14 + $l[1]);
545 $l = unpack('V', substr($m, 10, 4));
546 $m = substr($m, 14 + $l[1]);
847 $l = unpack('V', substr($m, 10, 4));
848 $m = substr($m, 14 + $l[1]);
H A Dphar_setdefaultstub.phpt271 $l = unpack('V', substr($m, 10, 4));
272 $m = substr($m, 14 + $l[1]);
566 $l = unpack('V', substr($m, 10, 4));
567 $m = substr($m, 14 + $l[1]);
861 $l = unpack('V', substr($m, 10, 4));
862 $m = substr($m, 14 + $l[1]);
/php-src/Zend/
H A Dzend_operators.h129 static zend_always_inline bool zend_is_long_compatible(double d, zend_long l) { in zend_is_long_compatible() argument
130 return (double)l == d; in zend_is_long_compatible()
138 zend_long l = zend_dval_to_lval(d); in zend_dval_to_lval_safe() local
139 if (!zend_is_long_compatible(d, l)) { in zend_dval_to_lval_safe()
142 return l; in zend_dval_to_lval_safe()
/php-src/ext/filter/tests/
H A D043.phpt122 string(1) "l"
/php-src/ext/exif/
H A Dexif.c2521 if (l > 1) { in add_assoc_image_info()
2525 if (l>1) { in add_assoc_image_info()
2530 if (l>1) { in add_assoc_image_info()
2540 if (l==1) { in add_assoc_image_info()
2549 if (l==1) { in add_assoc_image_info()
2557 if (l>1) { in add_assoc_image_info()
2567 if (l==1) { in add_assoc_image_info()
2576 if (l==1) { in add_assoc_image_info()
2584 if (l==1) { in add_assoc_image_info()
2592 if (l==1) { in add_assoc_image_info()
[all …]
/php-src/tests/output/
H A Dob_start_basic_004.phpt10 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
/php-src/ext/phar/tests/files/
H A Dopenssl.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dopenssl256.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);

Completed in 84 milliseconds

12345678910>>...13