Lines Matching refs:test
11 * test ucwords() with different string prepared using single quote
24 '(testing ( function (ucwords) )a )test',
29 '"testing",ucword,"test"',
30 '"t""t",test, t',
31 '\'t \'t\',test',
41 't@@#$% %test ^test &test *test +test -test',
42 '!test ~test `test` =test= @test@test.com',
43 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
49 // loop through the $str_array array to test ucwords on each element
68 string(38) "(testing ( Function (ucwords) )a )test"
74 string(23) ""testing",ucword,"test""
76 string(14) ""t""t",test, T"
78 string(11) "'t 't',test"
90 string(42) "T@@#$% %test ^test &test *test +test -test"
92 string(40) "!test ~test `test` =test= @test@test.com"
94 string(40) "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/"