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