Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.3/ext/readline/
H A Dreadline.c502 static void _readline_long_zval(zval *ret, long l) in _readline_long_zval() argument
504 ZVAL_LONG(ret, l); in _readline_long_zval()
/PHP-7.3/ext/standard/tests/math/
H A Dbase_convert_basic.phpt251 .........value= 39 res = 1l
256 .........value= 39 res = 1l
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags)
/PHP-7.3/ext/opcache/Optimizer/
H A Dblock_pass.c302 int l, old_len; in zend_optimize_block() local
311 l = old_len + Z_STRLEN(ZEND_OP1_LITERAL(opline)); in zend_optimize_block()
313 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
317 Z_STR(ZEND_OP1_LITERAL(last_op)) = zend_string_extend(Z_STR(ZEND_OP1_LITERAL(last_op)), l, 0); in zend_optimize_block()
321 Z_STRVAL(ZEND_OP1_LITERAL(last_op))[l] = '\0'; in zend_optimize_block()
684 int l, old_len; in zend_optimize_block() local
696 l = old_len + Z_STRLEN(ZEND_OP2_LITERAL(opline)); in zend_optimize_block()
698 zend_string *tmp = zend_string_alloc(l, 0); in zend_optimize_block()
702 Z_STR(ZEND_OP2_LITERAL(src)) = zend_string_extend(Z_STR(ZEND_OP2_LITERAL(src)), l, 0); in zend_optimize_block()
706 Z_STRVAL(ZEND_OP2_LITERAL(src))[l] = '\0'; in zend_optimize_block()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c1342 size_t l = strlen(env_document_root); local
1346 if (l && env_document_root[l - 1] == '/') {
1347 --l;
1356 path_translated_len = l + (env_path_info ? strlen(env_path_info) : 0);
1358 memcpy(path_translated, env_document_root, l);
1360 memcpy(path_translated + l, env_path_info, (path_translated_len - l));
/PHP-7.3/tests/output/
H A Dob_start_basic_004.phpt11 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
/PHP-7.3/Zend/
H A Dzend_smart_str.h53 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
/PHP-7.3/ext/phar/tests/files/
H A Dinclude_path2.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
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-7.3/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-7.3/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt69 "\n\trsti \l",
70 '\n\trsti \l',
H A Dstrspn_variation7.phpt68 "f\nh\trstie \l",
69 'f\n\thrstei \l',
H A Dstrrchr_variation2.phpt16 'l',
H A Dstrrchr_variation1.phpt16 "l",
H A Dstrrpos_variation1.phpt16 "l",
H A Dstrrpos_variation2.phpt16 'l',
/PHP-7.3/ext/exif/
H A Dexif.c2415 for(ap=0; ap<l; ap++) { in add_assoc_image_info()
2416 if (l>1) { in add_assoc_image_info()
2421 if (l>1) { in add_assoc_image_info()
2430 if (l==1) { in add_assoc_image_info()
2439 if (l==1) { in add_assoc_image_info()
2447 if (l>1) { in add_assoc_image_info()
2456 if (l==1) { in add_assoc_image_info()
2465 if (l==1) { in add_assoc_image_info()
2473 if (l==1) { in add_assoc_image_info()
2481 if (l==1) { in add_assoc_image_info()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c6168 val.l = 0; in onig_builtin_total_count()
6174 val.l++; in onig_builtin_total_count()
6176 val.l--; in onig_builtin_total_count()
6181 val.l++; in onig_builtin_total_count()
6193 val.l = 0; in onig_builtin_total_count()
6196 val.l++; in onig_builtin_total_count()
6223 val.l = 0; in onig_builtin_max()
6250 val.l++; in onig_builtin_max()
6253 val.l--; in onig_builtin_max()
6258 val.l++; in onig_builtin_max()
[all …]
/PHP-7.3/ext/standard/
H A Dproc_open.c79 size_t cnt, l, sizeenv = 0; in _php_array_to_envp() local
127 l = ZSTR_LEN(key) + ZSTR_LEN(str) + 2; in _php_array_to_envp()
136 p += l; in _php_array_to_envp()
/PHP-7.3/ext/standard/tests/array/
H A Drsort_basic.phpt18 "l" => "lemon", "o" => "orange",
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_alloc.c591 size_t l = length; in _mysqlnd_pestrndup() local
594 while (*p && l--) { in _mysqlnd_pestrndup()
/PHP-7.3/
H A DUPGRADING.INTERNALS15 l. php_hrtime_current()
115 l. php_hrtime_current() delivers the number of nanoseconds since an uncertain
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc107 'l' => array(
568 $level = $this->args['l']['val'];
1001 $level = $this->args['l']['val'];
1526 $l = 0;
1528 $l = max(strlen($which), $l);
1532 echo $which . ':' . str_repeat(' ', $l + 1 - strlen($which)) . $val . "\n";

Completed in 165 milliseconds

12345678910>>...13