Home
last modified time | relevance | path

Searched refs:l1 (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/standard/tests/file/windows_links/
H A Dbug76335.phpt18 $l1 = $d1 . DIRECTORY_SEPARATOR . "b";
29 var_dump(link($d1 . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "file", $l1));
41 $l1 = $d1 . DIRECTORY_SEPARATOR . "b";
44 unlink($l1);
/php-src/ext/standard/
H A Dversioning.c126 long l1, l2; in php_version_compare() local
157 l1 = strtol(p1, NULL, 10); in php_version_compare()
159 compare = ZEND_NORMALIZE_BOOL(l1 - l2); in php_version_compare()
H A Ddns.c577 int l1 = 0, l2 = 0; in php_parserr() local
586 while (l1 < dlen) { in php_parserr()
587 n = cp[l1]; in php_parserr()
588 if ((l1 + n) >= dlen) { in php_parserr()
590 n = dlen - (l1 + 1); in php_parserr()
593 memcpy(ZSTR_VAL(tp) + l2 , cp + l1 + 1, n); in php_parserr()
594 add_next_index_stringl(&entries, (char *) cp + l1 + 1, n); in php_parserr()
596 l1 = l1 + n + 1; in php_parserr()
H A Dvar.c1116 size_t l1 = b1 + sizeof(b1) - 1 - s1; in php_var_serialize_intern() local
1119 …char *res = smart_str_extend(buf, 2 + l1 + 2 + ZSTR_LEN(Z_OBJCE_P(struc)->name) + 2 + l2 + 2 + ser… in php_var_serialize_intern()
1121 res = zend_mempcpy(res, s1, l1); in php_var_serialize_intern()
H A Darray.c176 size_t l1, l2; in php_array_key_compare_string_case_unstable_i() local
182 l1 = f->key->len; in php_array_key_compare_string_case_unstable_i()
185 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_case_unstable_i()
201 size_t l1, l2; in php_array_key_compare_string_unstable_i() local
207 l1 = f->key->len; in php_array_key_compare_string_unstable_i()
210 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_unstable_i()
219 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string_unstable_i()
226 size_t l1, l2; in php_array_key_compare_string_natural_general() local
232 l1 = f->key->len; in php_array_key_compare_string_natural_general()
235 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_natural_general()
[all …]
/php-src/ext/phar/phar/
H A Dclicommand.inc218 function cli_get_SP2($l1, $arg_inf)
220 return str_repeat(' ', $l1 + 2 + 4 + 8);
223 function cli_get_SP3($l1, $l2, $arg_inf)
225 return str_repeat(' ', $l1 + 2 + 4 + 8 + 2 + $l2 + 2);
H A Dpharcommand.inc28 public function cli_get_SP2($l1, $arg_inf)
30 return str_repeat(' ', $l1 + 2 + 4 + 9);
37 * @param string $l1 Eleven
42 function cli_get_SP3($l1, $l2, $arg_inf)
44 return str_repeat(' ', $l1 + 2 + 4 + 9 + 2 + $l2 + 2);
/php-src/ext/soap/
H A Dphp_sdl.c239 size_t l1, l2; in sdl_set_uri_credentials() local
252 if (l1 != l2) { in sdl_set_uri_credentials()
254 if (l1 > 11 && in sdl_set_uri_credentials()
256 ctx->sdl->source[l1-3] == ':' && in sdl_set_uri_credentials()
257 ctx->sdl->source[l1-2] == '8' && in sdl_set_uri_credentials()
258 ctx->sdl->source[l1-1] == '0') { in sdl_set_uri_credentials()
259 l1 -= 3; in sdl_set_uri_credentials()
269 if (l1 > 13 && in sdl_set_uri_credentials()
271 ctx->sdl->source[l1-4] == ':' && in sdl_set_uri_credentials()
275 l1 -= 4; in sdl_set_uri_credentials()
[all …]
H A Dphp_http.c317 int l1 = strlen(host); in in_domain() local
319 if (l1 > l2) { in in_domain()
320 return strcmp(host+l1-l2,domain) == 0; in in_domain()
/php-src/docs-old/
H A Dparameter-parsing-api.md183 zend_long l1, l2, l3;
195 "lll", &l1, &l2, &l3) == SUCCESS) {
/php-src/ext/exif/
H A Dexif.c3765 size_t l1, l2=0; in exif_process_APP12() local
3767 if ((l1 = zend_strnlen(buffer+2, length-2)) > 0) { in exif_process_APP12()
3768 exif_iif_add_tag(ImageInfo, SECTION_APP12, "Company", TAG_NONE, TAG_FMT_STRING, l1, buffer+2, l1); in exif_process_APP12()
3769 if (length > 2+l1+1) { in exif_process_APP12()
3770 l2 = zend_strnlen(buffer+2+l1+1, length-2-l1-1); in exif_process_APP12()
3771 …exif_iif_add_tag(ImageInfo, SECTION_APP12, "Info", TAG_NONE, TAG_FMT_STRING, l2, buffer+2+l1+1, l2… in exif_process_APP12()
3775 …cref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section APP12 with l1=%d, l2=%d done", l1, l2); in exif_process_APP12()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1310 size_t l1;
1311 for(l1=l;l1>=step;l1-=step)
3112 else if(*l1==(-1))
3113 *l1=l2;
3115 int list=*l1;
7328 l1=l1-l2;
7329 while(l1>0&&(init=(const char*)memchr(s1,*s2,l1))!=NULL){
7334 l1-=init-s1;
7367 size_t l1,l2;
7372 else if((size_t)(init)>l1)init=(ptrdiff_t)l1;
[all …]
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst82 - - ``zend_string_concat2(s1, l1, s2, l2)``
/php-src/Zend/
H A Dzend_operators.c1296 zend_long l1 = 1, l2 = Z_LVAL_P(op1), i = Z_LVAL_P(op2); in pow_function_base() local
1312 ZEND_SIGNED_MULTIPLY_LONG(l1, l2, l1, dval, overflow); in pow_function_base()
1321 ZVAL_DOUBLE(result, (double)l1 * pow(dval, i)); in pow_function_base()
1327 ZVAL_LONG(result, l1); in pow_function_base()

Completed in 108 milliseconds