Lines Matching refs:test
6 * test ucwords() with different string prepared using double quote
19 "(testing ( function (ucwords) )a )test",
24 "\"testing\",ucwords,\"test\"",
25 "\"t\"\"t\",test, t",
26 "\'t \'t\',test",
43 "t@@#$% %test ^test &test *test +test -test",
44 "!test ~test `test` =test= @test@test.com",
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
70 string(38) "(testing ( Function (ucwords) )a )test"
76 string(24) ""testing",ucwords,"test""
78 string(14) ""t""t",test, T"
80 string(14) "\'t \'t\',test"
113 string(42) "T@@#$% %test ^test &test *test +test -test"
115 string(40) "!test ~test `test` =test= @test@test.com"
117 string(37) "/test/r Est\ucwords \y\y\u \yy\ /uu/"