Home
last modified time | relevance | path

Searched refs:l (Results 201 – 225 of 282) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/standard/tests/strings/
H A Dstrrchr_variation2.phpt11 'l',
H A Dstrrpos_variation1.phpt11 "l",
H A Dstr_split_variation4.phpt135 string(5) "l cha"
H A Dstripos_variation2.phpt11 'l',
H A Dstrrpos_variation2.phpt11 'l',
H A Dstrrchr_variation1.phpt12 "l",
H A Dstripos_variation1.phpt11 "l",
H A Dstrripos_variation1.phpt11 /*1*/ "l",
H A Dstrripos_variation2.phpt11 /*1*/ 'l',
/PHP-8.0/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_print.c27 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
28 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], 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-8.0/ext/gd/libgd/
H A Dgd_interpolation.c1501 int l; in gdImageScaleBicubicFixed() local
1510 for (l = -1; l < 3; l++) { in gdImageScaleBicubicFixed()
1511 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1518 const int _k = ((k+1)*4) + (l+1); in gdImageScaleBicubicFixed()
2027 int l; in gdImageRotateBicubicFixed() local
2046 for (l=-1; l< 3; l++) { in gdImageRotateBicubicFixed()
2047 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()
2053 const int _k = ((k + 1) * 4) + (l + 1); in gdImageRotateBicubicFixed()
/PHP-8.0/ext/filter/tests/
H A D043.phpt122 string(1) "l"
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_statistics.c207 add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp); in mysqlnd_fill_stats_hash()
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c224 int l, old_len; in zend_optimize_block() local
233 l = old_len + Z_STRLEN(ZEND_OP1_LITERAL(opline)); in zend_optimize_block()
235 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
239 … Z_STR(ZEND_OP1_LITERAL(last_op)) = zend_string_extend(Z_STR(ZEND_OP1_LITERAL(last_op)), l, 0); in zend_optimize_block()
243 Z_STRVAL(ZEND_OP1_LITERAL(last_op))[l] = '\0'; in zend_optimize_block()
717 int l, old_len; in zend_optimize_block() local
729 l = old_len + Z_STRLEN(ZEND_OP2_LITERAL(opline)); in zend_optimize_block()
731 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
735 Z_STR(ZEND_OP2_LITERAL(src)) = zend_string_extend(Z_STR(ZEND_OP2_LITERAL(src)), l, 0); in zend_optimize_block()
739 Z_STRVAL(ZEND_OP2_LITERAL(src))[l] = '\0'; in zend_optimize_block()
/PHP-8.0/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-8.0/ext/exif/
H A Dexif.c2507 if (l > 1) { in add_assoc_image_info()
2511 if (l>1) { in add_assoc_image_info()
2516 if (l>1) { in add_assoc_image_info()
2525 if (l==1) { in add_assoc_image_info()
2534 if (l==1) { in add_assoc_image_info()
2542 if (l>1) { in add_assoc_image_info()
2551 if (l==1) { in add_assoc_image_info()
2560 if (l==1) { in add_assoc_image_info()
2568 if (l==1) { in add_assoc_image_info()
2576 if (l==1) { in add_assoc_image_info()
[all …]
/PHP-8.0/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-8.0/Zend/
H A Dzend_smart_str.h51 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1322 size_t l = strlen(env_document_root); local
1326 if (l && env_document_root[l - 1] == '/') {
1327 --l;
1336 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1338 memcpy(path_translated, env_document_root, l);
1340 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dopenssl.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
/PHP-8.0/ext/phar/tests/files/
H A Dinclude_path2.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);

Completed in 76 milliseconds

12345678910>>...12