Lines Matching refs:This
26 "This is simple string", //regular string
28 "This contains @ # $ % ^ & chars", //string with special characters
29 "This string\tcontains\rwhite space\nchars",
30 "This is string with 1234 numbers",
31 "This is string with \0 and ".chr(0)."null chars", //for binary safe
32 "This is string with multiple space char",
34 "This is to check with \\n and \\t" //to ignore \n and \t results
53 string(41) "This ????is si????mple ????strin????g????"
57 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????"
59 string(70) "This ????strin????g con????tains????
63 string(60) "This ????is st????ring ????with ????1234 ????numbe????rs????"
65 string(69) "This ????is st????ring ????with ???? and???? nul????l cha????rs????"
67 string(90) "This ????is st????ring ????with ???? mu????ltipl????e ???? ????space???? char?…
71 string(59) "This ????is to???? chec????k wit????h \n ????and \????t????"