Lines Matching refs:ucwords
2 Test ucwords() function : usage variations - single quoted string
6 * test ucwords() with different string prepared using single quote
9 echo "*** Testing ucwords() : usage variations ***\n";
14 'testing ucwords',
18 'testing function(ucwords)',
19 '(testing ( function (ucwords) )a )test',
30 'testing\rucwords testing ucwords',
32 '\ntesting\nucwords\n testing \n ucwords',
38 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
44 // loop through the $str_array array to test ucwords on each element
48 var_dump( ucwords($str_array[$index]) );
55 *** Testing ucwords() : usage variations ***
61 string(25) "Testing Function(ucwords)"
63 string(38) "(testing ( Function (ucwords) )a )test"
89 string(40) "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/"