Lines Matching refs:stripslashes

2 Test stripslashes() function : usage variations - un-quote strings quoted with addslashes()
6 * Test stripslashes() with various strings containing characters that can be backslashed.
7 * First adding slashes using addslashes() and then removing the slashes using stripslashes()
10 echo "*** Testing stripslashes() : with various strings containing backslashed characters ***\n";
58 'c:\php\testcase\stripslashes',
93 $str_stripslashes = stripslashes($str_addslashes);
94 var_dump("The string after stripslashes is:", $str_stripslashes);
103 *** Testing stripslashes() : with various strings containing backslashed characters ***
108 string(33) "The string after stripslashes is:"
114 string(33) "The string after stripslashes is:"
120 string(33) "The string after stripslashes is:"
126 string(33) "The string after stripslashes is:"
132 string(33) "The string after stripslashes is:"
138 string(33) "The string after stripslashes is:"
144 string(33) "The string after stripslashes is:"
150 string(33) "The string after stripslashes is:"
156 string(33) "The string after stripslashes is:"
162 string(33) "The string after stripslashes is:"
168 string(33) "The string after stripslashes is:"
174 string(33) "The string after stripslashes is:"
180 string(33) "The string after stripslashes is:"
186 string(33) "The string after stripslashes is:"
192 string(33) "The string after stripslashes is:"
198 string(33) "The string after stripslashes is:"
204 string(33) "The string after stripslashes is:"
210 string(33) "The string after stripslashes is:"
215 string(31) "c:\\php\\testcase\\stripslashes"
216 string(33) "The string after stripslashes is:"
217 string(28) "c:\php\testcase\stripslashes"
222 string(33) "The string after stripslashes is:"
228 string(33) "The string after stripslashes is:"
234 string(33) "The string after stripslashes is:"
240 string(33) "The string after stripslashes is:"
246 string(33) "The string after stripslashes is:"
252 string(33) "The string after stripslashes is:"
258 string(33) "The string after stripslashes is:"
264 string(33) "The string after stripslashes is:"
270 string(33) "The string after stripslashes is:"
276 string(33) "The string after stripslashes is:"
282 string(33) "The string after stripslashes is:"
288 string(33) "The string after stripslashes is:"
294 string(33) "The string after stripslashes is:"
300 string(33) "The string after stripslashes is:"
306 string(33) "The string after stripslashes is:"
312 string(33) "The string after stripslashes is:"
319 string(33) "The string after stripslashes is:"
326 string(33) "The string after stripslashes is:"