Lines Matching refs:after
22 var_dump("The string after addslashes is:", $str_addslashes);
24 var_dump("The string after stripslashes is:", $str_stripslashes);
26 echo "\nError: Original string and string after stripslashes donot match\n";
33 string(31) "The string after addslashes is:"
35 string(33) "The string after stripslashes is:"
37 string(31) "The string after addslashes is:"
39 string(33) "The string after stripslashes is:"
41 string(31) "The string after addslashes is:"
43 string(33) "The string after stripslashes is:"
45 string(31) "The string after addslashes is:"
47 string(33) "The string after stripslashes is:"
49 string(31) "The string after addslashes is:"
51 string(33) "The string after stripslashes is:"