Lines Matching refs:ucwords
2 Test ucwords() function : usage variations - double quoted string
6 * test ucwords() with different string prepared using double quote
9 echo "*** Testing ucwords() : usage variations ***\n";
14 "testing ucwords",
18 "testing function(ucwords)",
19 "(testing ( function (ucwords) )a )test",
24 "\"testing\",ucwords,\"test\"",
33 "testing\rucwords testing ucwords",
34 "testing\\rucwords testing ucwords",
37 "\ntesting\nucwords\n testing \n ucwords",
38 "\\ntesting\\nucwords\\n testing \\n ucwords",
45 "/test/r\test\\ucwords\t\y\y\\u\3 \yy\ /uu/",
51 // loop through the $str_array array to test ucwords on each element
55 var_dump( ucwords($str_array[$index]) );
62 *** Testing ucwords() : usage variations ***
68 string(25) "Testing Function(ucwords)"
70 string(38) "(testing ( Function (ucwords) )a )test"
76 string(24) ""testing",ucwords,"test""
117 string(37) "/test/r Est\ucwords \y\y\u \yy\ /uu/"