Lines Matching refs:strings
34 echo "*** Testing strlower() with basic strings ***\n";
38 echo "\n*** Testing strtolower() with various strings ***";
39 /* strings to pass strtolower() */
40 $strings = array (
55 foreach ($strings as $string) {
61 echo "\n*** Testing strtolower() with two different case strings ***\n";
63 echo "strings are same, with Case Insensitive\n";
65 echo "strings are not same\n";
203 *** Testing strlower() with basic strings ***
207 *** Testing strtolower() with various strings ***
240 *** Testing strtolower() with two different case strings ***
241 strings are same, with Case Insensitive