Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt2 Test stripslashes() function : basic functionality
5 /* Prototype : string stripslashes ( string $str )
11 * Testing stripslashes() with quoted strings
40 string(33) "The string after stripslashes is:"
44 string(33) "The string after stripslashes is:"
47 string(21) "c:\\php\\stripslashes"
48 string(33) "The string after stripslashes is:"
49 string(19) "c:\php\stripslashes"
51 string(21) "c:\\php\\stripslashes"
52 string(33) "The string after stripslashes is:"
[all …]
H A Dstripslashes_variation2.phpt5 /* Prototype : string stripslashes ( string $str )
113 string(33) "The string after stripslashes is:"
119 string(33) "The string after stripslashes is:"
125 string(33) "The string after stripslashes is:"
131 string(33) "The string after stripslashes is:"
137 string(33) "The string after stripslashes is:"
143 string(33) "The string after stripslashes is:"
149 string(33) "The string after stripslashes is:"
155 string(33) "The string after stripslashes is:"
220 string(31) "c:\\php\\testcase\\stripslashes"
[all …]
H A Dstripslashes_variation4.phpt2 Test stripslashes() function : usage variations - double dimensional arrays
5 /* Prototype : string stripslashes ( string $str )
11 * Test stripslashes() with double dimensional arrays
14 echo "*** Testing stripslashes() : with double dimensional arrays ***\n";
27 $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
42 *** Testing stripslashes() : with double dimensional arrays ***
H A Dstripslashes_variation3.phpt2 Test stripslashes() function : usage variations - strings with newline and tab characters
5 /* Prototype : string stripslashes ( string $str )
11 * Test stripslashes() with strings containing newline and tab characters.
14 echo "*** Testing stripslashes() : with strings containing newline and tab characters ***\n";
56 var_dump( stripslashes($str) );
63 *** 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-7.4/Zend/tests/
H A Dbug45744.phpt12 return stripslashes($value);
/PHP-7.4/tests/strings/
H A D001.phpt170 echo "Testing stripslashes: ";
172 $ss = stripslashes($str);
223 Testing stripslashes: passed
/PHP-7.4/ext/standard/
H A Dphp_string.h65 PHP_FUNCTION(stripslashes);
H A Dbasic_functions.c2792 PHP_FE(stripslashes, arginfo_stripslashes)
H A Dstring.c3741 PHP_FUNCTION(stripslashes) argument

Completed in 35 milliseconds