Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 52) sorted by relevance

123

/php-src/ext/ctype/tests/
H A Dctype_lower_variation2.phpt26 character code 97 is a lower case character
27 character code 98 is a lower case character
28 character code 99 is a lower case character
29 character code 100 is a lower case character
30 character code 101 is a lower case character
31 character code 102 is a lower case character
32 character code 103 is a lower case character
33 character code 104 is a lower case character
34 character code 105 is a lower case character
35 character code 106 is a lower case character
[all …]
/php-src/sapi/phpdbg/tests/
H A Dbug73927.phpt14 w $lower[]
21 00020: $lower[] = $value;
25 00020: $lower[] = $value;
28 prompt> [Added watchpoint #1 for $lower[0]]
29 prompt> [$lower[0] has been removed, removing watchpoint]
48 $lower = [];
51 $lower[] = $value;
/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation1.phpt5 /* Test strncasecmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 's…
14 echo "\n-- Passing lower-case letters for 'str1' --\n";
77 -- Passing lower-case letters for 'str1' --
H A Dstrncmp_variation1.phpt5 /* Test strncmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 'str2'…
14 echo "\n-- Passing lower-case letters for 'str1' --\n";
77 -- Passing lower-case letters for 'str1' --
H A Dsprintf_variation5.phpt19 var_dump(sprintf("%%x = '%x'", $n)); // hexadecimal representation (lower-case)
H A Dmetaphone.phpt19 "But the shadow of horror wheeled and returned, passing lower now, right above them, sweeping the f…
/php-src/ext/mbstring/tests/
H A Dbug43998.phpt2 …trtolower() function : Two error messages returned for incorrect encoding for mb_strto[upper|lower]
8 * Two error messages returned for incorrect encoding for mb_strto[upper|lower]
H A Duhc_encoding.phpt19 // byte lower than 0xA1
H A Dmb_strrchr_variation6.phpt17 //Greek string in lower case UTF-8
H A Dmb_strstr_variation6.phpt17 //Greek string in lower case UTF-8
H A Dmb_stristr_basic.phpt16 //Greek string in lower case UTF-8
H A Dmb_strrichr_basic.phpt16 //Greek string in lower case UTF-8
/php-src/ext/pcre/tests/
H A Dbug79363.phpt5 $str = 'lower UPPER';
/php-src/ext/spl/tests/
H A DSplFixedArray_setSize_filled_to_smaller.phpt2 Create array, fills it with and resizes it to lower value.
/php-src/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/php-src/ext/mbstring/ucgendat/
H A Ductest.php118 $lower = parseCodes($fields[1]);
128 testCaseMap(MB_CASE_LOWER, $code, $lower);
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_macho_gas.S84 ; shift address in R3 to lower 16 byte boundary
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm_aapcs_macho_gas.S45 @ shift address in A1 to lower 16 byte boundary
H A Dmake_riscv64_sysv_elf_gas.S66 # shift address in a0 (allocated stack) to lower 16 byte boundary
H A Dmake_loongarch64_sysv_elf_gas.S47 # shift address in A0 to lower 16 byte boundary
H A Dmake_arm_aapcs_elf_gas.S48 @ shift address in A1 to lower 16 byte boundary
H A Dmake_mips64_n64_elf_gas.S60 # shift address in A0 to lower 16 byte boundary
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c18 ctx->u.utf_8.lower = 0x00; \
39 ctx->u.utf_8.lower = f_lower; \
43 ctx->u.utf_8.lower = 0x80; \
153 #define LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SINGLE(lower, upper) \ argument
1358 if (ctx->u.utf_8.lower != 0x00) { in lxb_encoding_decode_utf_8()
1359 LXB_ENCODING_DECODE_UTF_8_BOUNDARY(ctx->u.utf_8.lower, in lxb_encoding_decode_utf_8()
1361 ctx->u.utf_8.lower = 0x00; in lxb_encoding_decode_utf_8()
2791 if (ctx->u.utf_8.lower != 0x00) { in lxb_encoding_decode_utf_8_single()
2792 LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SINGLE(ctx->u.utf_8.lower, in lxb_encoding_decode_utf_8_single()
2794 ctx->u.utf_8.lower = 0x00; in lxb_encoding_decode_utf_8_single()
[all …]

Completed in 57 milliseconds

123