Home
last modified time | relevance | path

Searched refs:lowercase (Results 1 – 25 of 98) sorted by path

1234

/PHP-7.4/
H A DCODING_STANDARDS.md82 `PHP_FUNCTION()` macro. They should be in lowercase, with words underscore
134 followed by a word or an underscore-delimited list of words, in lowercase
142 5. Variable names should be in lowercase. Use underscores to separate between
147 count. The initial letter of the name is lowercase, and each letter that
173 followed by lowercase letters, whereas acronyms and initialisms are written
210 lowercase, with words underscore delimited. Exposed API must be defined in
/PHP-7.4/Zend/tests/
H A Dbug18556.phpt16 echo "Instantiating an infoBlob with a lowercase i\n";
33 Instantiating an infoBlob with a lowercase i
H A Dbug39445.phpt8 return 'lowercase';
/PHP-7.4/ext/ctype/tests/
H A Dctype_lower_basic.phpt8 * Description: Checks for lowercase character(s)
H A Dctype_lower_variation1.phpt8 * Description: Checks for lowercase character(s)
H A Dctype_lower_variation2.phpt8 * Description: Checks for lowercase character(s)
14 * valid lowercase characters
H A Dctype_lower_variation3.phpt8 * Description: Checks for lowercase character(s)
14 * which are considered valid lowercase character only strings
H A Dctype_lower_variation4.phpt8 * Description: Checks for lowercase character(s)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic10404 # dr-dos with some upper-, lowercase variants
27810 # 'M'. (xxencoding uses lowercase letters in place of most of uuencode's
H A Dmagic私はガラスを食べられます10404 # dr-dos with some upper-, lowercase variants
27810 # 'M'. (xxencoding uses lowercase letters in place of most of uuencode's
/PHP-7.4/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt8 Returns lowercase hexbits by default */
/PHP-7.4/ext/json/tests/
H A Dbug64874_part2.phpt12 // Only lowercase should work
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt81 'lowercase null' => null,
84 'lowercase true' => true,
85 'lowercase false' =>false,
175 --lowercase null--
179 --lowercase true--
182 --lowercase false--
/PHP-7.4/ext/posix/tests/
H A Dposix_seteuid_variation2.phpt21 'lowercase true' => true,
22 'lowercase false' =>false,
H A Dposix_setgid_variation2.phpt21 'lowercase true' => true,
22 'lowercase false' =>false,
H A Dposix_setuid_variation2.phpt21 'lowercase true' => true,
22 'lowercase false' =>false,
H A Dposix_ttyname_variation2.phpt22 'lowercase true' => true,
23 'lowercase false' =>false,
H A Dposix_ttyname_variation3.phpt30 'lowercase null' => null,
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_variation1.phpt78 'lowercase null' => null,
81 'lowercase true' => true,
82 'lowercase false' =>false,
174 --lowercase null--
178 --lowercase true--
182 --lowercase false--
H A Dclass_uses_variation1.phpt78 'lowercase null' => null,
81 'lowercase true' => true,
82 'lowercase false' =>false,
174 --lowercase null--
178 --lowercase true--
182 --lowercase false--
/PHP-7.4/ext/standard/
H A Dfilters.c79 static const char lowercase[] = "abcdefghijklmnopqrstuvwxyz"; variable
97 php_strtr(bucket->buf, bucket->buflen, lowercase, uppercase, 26); in strfilter_toupper_filter()
125 php_strtr(bucket->buf, bucket->buflen, uppercase, lowercase, 26); in strfilter_tolower_filter()
/PHP-7.4/ext/standard/tests/array/
H A Darray_change_key_case.phpt6 Description: Changes the keys in the input array to be all lowercase
H A Darray_change_key_case_variation.phpt13 /* should return one value key pair with key being in lowercase */
H A Darray_change_key_case_variation3.phpt53 'null lowercase' => array(
58 /*4*/ 'bool lowercase' => array(
142 -- Iteration 5 : null lowercase data --
148 -- Iteration 6 : bool lowercase data --
H A Darray_diff_key_variation1.phpt58 'lowercase null' => null,
61 'lowercase true' => true,
62 'lowercase false' =>false,
183 --lowercase null--
191 --lowercase true--
199 --lowercase false--

Completed in 172 milliseconds

1234