Home
last modified time | relevance | path

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

/PHP-8.0/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 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 Dadd-and-stripslashes.phpt2 addslashes() and stripslashes() functions
12 if($input === stripslashes(addslashes($input))) {
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 ***
/PHP-8.0/Zend/tests/
H A Dbug45744.phpt12 return stripslashes($value);
/PHP-8.0/tests/strings/
H A D001.phpt168 echo "Testing stripslashes: ";
170 $ss = stripslashes($str);
221 Testing stripslashes: passed
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php635 function stripslashes(string $string): string {} function
H A Dbasic_functions_arginfo.h2491 ZEND_FUNCTION(stripslashes);
3128 ZEND_FE(stripslashes, arginfo_stripslashes)
H A Dstring.c3440 PHP_FUNCTION(stripslashes) argument

Completed in 49 milliseconds