Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/standard/
H A Dversioning.c126 long l1, l2; in php_version_compare() local
158 l2 = strtol(p2, NULL, 10); in php_version_compare()
159 compare = ZEND_NORMALIZE_BOOL(l1 - l2); in php_version_compare()
H A Ddns.c594 int l1 = 0, l2 = 0; in php_parserr() local
610 memcpy(ZSTR_VAL(tp) + l2 , cp + l1 + 1, n); in php_parserr()
614 l2 = l2 + n; in php_parserr()
616 ZSTR_VAL(tp)[l2] = '\0'; in php_parserr()
617 ZSTR_LEN(tp) = l2; in php_parserr()
H A Darray.c170 zend_long l1, l2; in php_array_key_compare_unstable_i() local
184 l2 = 0; in php_array_key_compare_unstable_i()
191 l2 = (zend_long)s->h; in php_array_key_compare_unstable_i()
230 size_t l1, l2; in php_array_key_compare_string_case_unstable_i() local
243 l2 = s->key->len; in php_array_key_compare_string_case_unstable_i()
246 l2 = buf2 + sizeof(buf2) - 1 - s1; in php_array_key_compare_string_case_unstable_i()
255 size_t l1, l2; in php_array_key_compare_string_unstable_i() local
268 l2 = s->key->len; in php_array_key_compare_string_unstable_i()
271 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string_unstable_i()
280 size_t l1, l2; in php_array_key_compare_string_natural_general() local
[all …]
H A Dvar.c1131 size_t l2 = b2 + sizeof(b2) - 1 - s2; in php_var_serialize_intern() local
1132 …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()
1144 memcpy(res, s2, l2); in php_var_serialize_intern()
1145 res += l2; in php_var_serialize_intern()
/PHP-8.1/ext/oci8/tests/
H A Dpecl_bug8816.phpt16 $create_2 = "CREATE TABLE t2 (id INTEGER, l2 LONG)";
49 t1.l1, t2.l2
/PHP-8.1/ext/standard/tests/strings/
H A Dunpack_offset.phpt7 $a = unpack("l2", $data, 3);
/PHP-8.1/ext/openssl/tests/
H A Dprivate_rsa_2048_pass_php.key19 c+oylG4cNBaJCVyb6nsiBYK2XE/Llfjsj/l2+SRfIZOwmvhL+CG7z7okPEiNp7EB
/PHP-8.1/ext/phar/phar/
H A Dclicommand.inc223 function cli_get_SP3($l1, $l2, $arg_inf)
225 return str_repeat(' ', $l1 + 2 + 4 + 8 + 2 + $l2 + 2);
257 $l2 = strlen($sp2);
258 $inf .= $this->cli_wordwrap($sp . $arg . $conf['inf'], $l2, $sp2) . "\n";
H A Dpharcommand.inc38 * @param string $l2 Twelve
42 function cli_get_SP3($l1, $l2, $arg_inf)
44 return str_repeat(' ', $l1 + 2 + 4 + 9 + 2 + $l2 + 2);
/PHP-8.1/ext/soap/
H A Dphp_sdl.c230 size_t l1, l2; in sdl_set_uri_credentials() local
243 if (l1 != l2) { in sdl_set_uri_credentials()
252 if (l2 > 11 && in sdl_set_uri_credentials()
254 uri[l2-3] == ':' && in sdl_set_uri_credentials()
255 uri[l2-2] == '8' && in sdl_set_uri_credentials()
256 uri[l2-1] == '0') { in sdl_set_uri_credentials()
257 l2 -= 3; in sdl_set_uri_credentials()
268 if (l2 > 13 && in sdl_set_uri_credentials()
270 uri[l2-4] == ':' && in sdl_set_uri_credentials()
271 uri[l2-3] == '4' && in sdl_set_uri_credentials()
[all …]
H A Dphp_http.c318 int l2 = strlen(domain); in in_domain() local
319 if (l1 > l2) { in in_domain()
320 return strcmp(host+l1-l2,domain) == 0; in in_domain()
/PHP-8.1/docs/
H A Dparameter-parsing-api.md177 zend_long l1, l2, l3;
189 "lll", &l1, &l2, &l3) == SUCCESS) {
/PHP-8.1/Zend/
H A Dzend_operators.c1187 zend_long l1 = 1, l2 = Z_LVAL_P(op1), i = Z_LVAL_P(op2); in pow_function_base() local
1192 } else if (l2 == 0) { in pow_function_base()
1203 ZEND_SIGNED_MULTIPLY_LONG(l1, l2, l1, dval, overflow); in pow_function_base()
1205 ZVAL_DOUBLE(result, dval * pow(l2, i)); in pow_function_base()
1210 ZEND_SIGNED_MULTIPLY_LONG(l2, l2, l2, dval, overflow); in pow_function_base()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c3110 if(l2==(-1))return;
3112 *l1=l2;
3118 fixjump(fs,list,l2);
7316 const char*s2,size_t l2){
7317 if(l2==0)return s1;
7318 else if(l2>l1)return NULL;
7321 l2--;
7322 l1=l1-l2;
7325 if(memcmp(init,s2+1,l2)==0)
7361 size_t l1,l2;
[all …]
/PHP-8.1/ext/imap/
H A Dphp_imap.c3418 int l = strlen(tmp) - 2, l2; in PHP_FUNCTION() local
3427 l2 = strlen(custom_headers_param->value); in PHP_FUNCTION()
3428 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); in PHP_FUNCTION()
3429 memcpy(tempstring + l, custom_headers_param->value, l2); in PHP_FUNCTION()
3430 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3431 l += l2 + CRLF_LEN; in PHP_FUNCTION()
/PHP-8.1/ext/exif/
H A Dexif.c3782 size_t l1, l2=0; in exif_process_APP12() local
3787 l2 = php_strnlen(buffer+2+l1+1, length-2-l1-1); in exif_process_APP12()
3788 …xif_iif_add_tag(ImageInfo, SECTION_APP12, "Info", TAG_NONE, TAG_FMT_STRING, l2, buffer+2+l1+1, l2); in exif_process_APP12()
3792 …cref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section APP12 with l1=%d, l2=%d done", l1, l2); in exif_process_APP12()

Completed in 127 milliseconds