Lines Matching refs:stripslashes
2 Test stripslashes() function : usage variations - non-string type argument
5 /* Prototype : string stripslashes ( string $str )
11 * Test stripslashes() with non-string type argument such as int, float, etc
14 echo "*** Testing stripslashes() : with non-string type argument ***\n";
82 // loop through each element of the array and check the working of stripslashes()
84 echo "\n--- Testing stripslashes() by supplying different values for 'str' argument ---\n";
90 var_dump( stripslashes($str) );
101 *** Testing stripslashes() : with non-string type argument ***
107 --- Testing stripslashes() by supplying different values for 'str' argument ---
128 Warning: stripslashes() expects parameter 1 to be string, array given in %s on line %d
132 Warning: stripslashes() expects parameter 1 to be string, array given in %s on line %d
136 Warning: stripslashes() expects parameter 1 to be string, array given in %s on line %d
140 Warning: stripslashes() expects parameter 1 to be string, array given in %s on line %d
144 Warning: stripslashes() expects parameter 1 to be string, array given in %s on line %d
166 Warning: stripslashes() expects parameter 1 to be string, resource given in %s on line %d