/PHP-8.3/ext/standard/tests/file/windows_links/ |
H A D | bug76335.phpt | 18 $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-8.3/ext/standard/ |
H A D | versioning.c | 126 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 D | dns.c | 574 int l1 = 0, l2 = 0; in php_parserr() local 583 while (l1 < dlen) { in php_parserr() 584 n = cp[l1]; in php_parserr() 585 if ((l1 + n) >= dlen) { in php_parserr() 587 n = dlen - (l1 + 1); in php_parserr() 590 memcpy(ZSTR_VAL(tp) + l2 , cp + l1 + 1, n); in php_parserr() 591 add_next_index_stringl(&entries, (char *) cp + l1 + 1, n); in php_parserr() 593 l1 = l1 + n + 1; in php_parserr()
|
H A D | var.c | 1138 size_t l1 = b1 + sizeof(b1) - 1 - s1; in php_var_serialize_intern() local 1141 …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, s1, l1); in php_var_serialize_intern() 1145 res += l1; in php_var_serialize_intern()
|
H A D | array.c | 175 size_t l1, l2; in php_array_key_compare_string_case_unstable_i() local 181 l1 = f->key->len; in php_array_key_compare_string_case_unstable_i() 184 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_case_unstable_i() 200 size_t l1, l2; in php_array_key_compare_string_unstable_i() local 206 l1 = f->key->len; in php_array_key_compare_string_unstable_i() 209 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_unstable_i() 218 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string_unstable_i() 225 size_t l1, l2; in php_array_key_compare_string_natural_general() local 231 l1 = f->key->len; in php_array_key_compare_string_natural_general() 234 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_natural_general() [all …]
|
/PHP-8.3/ext/oci8/tests/ |
H A D | pecl_bug8816.phpt | 16 $create_1 = "CREATE TABLE t1 (id INTEGER, l1 LONG)"; 50 t1.l1, t2.l2
|
/PHP-8.3/ext/phar/phar/ |
H A D | clicommand.inc | 218 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 D | pharcommand.inc | 28 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-8.3/ext/soap/ |
H A D | php_sdl.c | 230 size_t l1, l2; in sdl_set_uri_credentials() local 243 if (l1 != l2) { in sdl_set_uri_credentials() 245 if (l1 > 11 && in sdl_set_uri_credentials() 247 ctx->sdl->source[l1-3] == ':' && in sdl_set_uri_credentials() 248 ctx->sdl->source[l1-2] == '8' && in sdl_set_uri_credentials() 249 ctx->sdl->source[l1-1] == '0') { in sdl_set_uri_credentials() 250 l1 -= 3; in sdl_set_uri_credentials() 260 if (l1 > 13 && in sdl_set_uri_credentials() 262 ctx->sdl->source[l1-4] == ':' && in sdl_set_uri_credentials() 266 l1 -= 4; in sdl_set_uri_credentials() [all …]
|
H A D | php_http.c | 331 int l1 = strlen(host); in in_domain() local 333 if (l1 > l2) { in in_domain() 334 return strcmp(host+l1-l2,domain) == 0; in in_domain()
|
/PHP-8.3/docs/ |
H A D | parameter-parsing-api.md | 177 zend_long l1, l2, l3; 189 "lll", &l1, &l2, &l3) == SUCCESS) {
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 3765 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-8.3/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 1310 size_t l1; 1311 for(l1=l;l1>=step;l1-=step) 3111 else if(*l1==(-1)) 3112 *l1=l2; 3114 int list=*l1; 7322 l1=l1-l2; 7323 while(l1>0&&(init=(const char*)memchr(s1,*s2,l1))!=NULL){ 7328 l1-=init-s1; 7361 size_t l1,l2; 7366 else if((size_t)(init)>l1)init=(ptrdiff_t)l1; [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_operators.c | 1296 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()
|