Home
last modified time | relevance | path

Searched refs:stripslashes (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt2 Test stripslashes() function : basic functionality
6 * Testing stripslashes() with quoted strings
35 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 …]
H A Dstripslashes_variation2.phpt108 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 …]
H A Dgh10187.phpt2 GH-10187 (Segfault in stripslashes() with arm64)
5 var_dump(stripslashes("1234567890abcde\\"));
H A Dstripslashes_variation4.phpt2 Test stripslashes() function : usage variations - double dimensional arrays
6 * Test stripslashes() with double dimensional arrays
9 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 ***
H A Dstripslashes_variation3.phpt2 Test stripslashes() function : usage variations - strings with newline and tab characters
6 * 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 ***
H A Dadd-and-stripslashes.phpt2 addslashes() and stripslashes() functions
12 if($input === stripslashes(addslashes($input))) {
/php-src/Zend/tests/
H A Dbug45744.phpt12 return stripslashes($value);
/php-src/tests/strings/
H A D001.phpt168 echo "Testing stripslashes: ";
170 $ss = stripslashes($str);
221 Testing stripslashes: passed
/php-src/ext/standard/
H A Dbasic_functions.stub.php2536 function stripslashes(string $string): string {}
H A Dbasic_functions_arginfo.h2588 ZEND_FUNCTION(stripslashes);
H A Dstring.c3749 PHP_FUNCTION(stripslashes) argument

Completed in 52 milliseconds