Home
last modified time | relevance | path

Searched refs:lowercase (Results 76 – 98 of 98) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_key_variation1.phpt62 'lowercase null' => null,
65 'lowercase true' => true,
66 'lowercase false' =>false,
187 --lowercase null--
195 --lowercase true--
203 --lowercase false--
H A Darray_intersect_key_variation2.phpt62 'lowercase null' => null,
65 'lowercase true' => true,
66 'lowercase false' =>false,
188 --lowercase null--
196 --lowercase true--
204 --lowercase false--
H A Darray_intersect_uassoc_variation1.phpt70 'lowercase null' => null,
73 'lowercase true' => true,
74 'lowercase false' =>false,
195 --lowercase null--
203 --lowercase true--
211 --lowercase false--
H A Darray_intersect_uassoc_variation2.phpt70 'lowercase null' => null,
73 'lowercase true' => true,
74 'lowercase false' =>false,
195 --lowercase null--
203 --lowercase true--
211 --lowercase false--
H A Darray_intersect_ukey_variation1.phpt67 'lowercase null' => null,
70 'lowercase true' => true,
71 'lowercase false' =>false,
193 --lowercase null--
201 --lowercase true--
209 --lowercase false--
H A Darray_intersect_ukey_variation2.phpt67 'lowercase null' => null,
70 'lowercase true' => true,
71 'lowercase false' =>false,
193 --lowercase null--
201 --lowercase true--
209 --lowercase false--
H A Darray_intersect_ukey_variation4.phpt68 'lowercase null' => null,
71 'lowercase true' => true,
72 'lowercase false' =>false,
194 --lowercase null--
202 --lowercase true--
210 --lowercase false--
H A Dnatcasesort_variation11.phpt53 /*5*/ 'null lowercase' => array(
58 /*6*/ 'bool lowercase' => array(
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.phpt6 Description: Changes the keys in the input array to be all lowercase
/PHP-7.4/ext/xsl/tests/
H A Dbug33853.phpt2 Bug #33853 (php:function call __autoload with lowercase param)
/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation3.phpt23 'lowercase null' => null,
H A Dreadgzfile_variation3.phpt23 'lowercase null' => null,
H A Dreadgzfile_variation10.phpt23 'lowercase null' => null,
/PHP-7.4/ext/ctype/tests/
H A Dctype_lower_variation4.phpt8 * Description: Checks for lowercase character(s)
H A Dctype_lower_variation1.phpt8 * Description: Checks for lowercase character(s)
/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/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt8 Returns lowercase hexbits by default */
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtolower.phpt20 Returns string with all alphabetic characters converted to lowercase.
H A Dstrtolower-win32.phpt13 Returns string with all alphabetic characters converted to lowercase.
/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/fileinfo/tests/
H A Dmagic私はガラスを食べられます10404 # dr-dos with some upper-, lowercase variants
27810 # 'M'. (xxencoding uses lowercase letters in place of most of uuencode's
H A Dmagic10404 # dr-dos with some upper-, lowercase variants
27810 # 'M'. (xxencoding uses lowercase letters in place of most of uuencode's

Completed in 146 milliseconds

1234