Lines Matching refs:test
6 * test ucwords() with different string prepared using single quote
19 '(testing ( function (ucwords) )a )test',
24 '"testing",ucword,"test"',
25 '"t""t",test, t',
26 '\'t \'t\',test',
36 't@@#$% %test ^test &test *test +test -test',
37 '!test ~test `test` =test= @test@test.com',
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
63 string(38) "(testing ( Function (ucwords) )a )test"
69 string(23) ""testing",ucword,"test""
71 string(14) ""t""t",test, T"
73 string(11) "'t 't',test"
85 string(42) "T@@#$% %test ^test &test *test +test -test"
87 string(40) "!test ~test `test` =test= @test@test.com"
89 string(40) "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/"