Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 59) 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/date/tests/
H A DDatePeriod_wrong_recurrence_on_constructor.phpt19 DatePeriod::__construct(): Recurrence count must be greater or equal to 1 and lower than %d
20 DatePeriod::__construct(): Recurrence count must be greater or equal to 1 and lower than %d
H A Dgh14709.phpt21 …eption: DatePeriod::__construct(): Recurrence count must be greater or equal to 1 and lower than %d
22 …Period::__construct(): Recurrence count must be greater or equal to 1 and lower than %d (including…
H A Ddate_period_bad_iso_format.phpt53 …eption: DatePeriod::__construct(): Recurrence count must be greater or equal to 1 and lower than %d
54 …Period::createFromISO8601String(): Recurrence count must be greater or equal to 1 and lower than %d
/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c151 uint32_t lower = value % 100; /* e.g. 34 */ in bc_write_bcd_representation() local
155 uint32_t digits = bc_expand_lut(LUT[lower]) << 16 | bc_expand_lut(LUT[upper]); in bc_write_bcd_representation()
158 uint32_t digits = bc_expand_lut(LUT[upper]) << 16 | bc_expand_lut(LUT[lower]); in bc_write_bcd_representation()
/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' --
/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
/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/standard/tests/http/
H A Dgh16810.phpt25 Warning: fopen(http://www.example.com): Failed to open stream: timeout must be lower than %d in %s …

Completed in 26 milliseconds

123