Lines Matching refs:after
27 var_dump("The string after addslashes is:", $str_addslashes);
29 var_dump("The string after stripslashes is:", $str_stripslashes);
31 echo "\nError: Original string and string after stripslashes donot match\n";
38 string(31) "The string after addslashes is:"
40 string(33) "The string after stripslashes is:"
42 string(31) "The string after addslashes is:"
44 string(33) "The string after stripslashes is:"
46 string(31) "The string after addslashes is:"
48 string(33) "The string after stripslashes is:"
50 string(31) "The string after addslashes is:"
52 string(33) "The string after stripslashes is:"
54 string(31) "The string after addslashes is:"
56 string(33) "The string after stripslashes is:"