Searched refs:stripslashes (Results 1 – 11 of 11) sorted by relevance
2 Test stripslashes() function : basic functionality6 * Testing stripslashes() with quoted strings35 string(33) "The string after stripslashes is:"39 string(33) "The string after stripslashes is:"42 string(21) "c:\\php\\stripslashes"43 string(33) "The string after stripslashes is:"44 string(19) "c:\php\stripslashes"46 string(21) "c:\\php\\stripslashes"47 string(33) "The string after stripslashes is:"48 string(19) "c:\php\stripslashes"[all …]
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:"215 string(31) "c:\\php\\testcase\\stripslashes"[all …]
2 GH-10187 (Segfault in stripslashes() with arm64)5 var_dump(stripslashes("1234567890abcde\\"));
2 Test stripslashes() function : usage variations - double dimensional arrays6 * Test stripslashes() with double dimensional arrays9 echo "*** Testing stripslashes() : with double dimensional arrays ***\n";22 $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);37 *** Testing stripslashes() : with double dimensional arrays ***
2 Test stripslashes() function : usage variations - strings with newline and tab characters6 * Test stripslashes() with strings containing newline and tab characters.9 echo "*** Testing stripslashes() : with strings containing newline and tab characters ***\n";51 var_dump( stripslashes($str) );58 *** Testing stripslashes() : with strings containing newline and tab characters ***
2 addslashes() and stripslashes() functions12 if($input === stripslashes(addslashes($input))) {
12 return stripslashes($value);
168 echo "Testing stripslashes: ";170 $ss = stripslashes($str);221 Testing stripslashes: passed
2524 function stripslashes(string $string): string {}
2559 ZEND_FUNCTION(stripslashes);
3717 PHP_FUNCTION(stripslashes) argument
Completed in 44 milliseconds