Lines Matching refs:strrev
2 Test strrev() function : usage variations - unexpected inputs
5 /* Prototype : string strrev(string $str);
10 /* Testing strrev() function with unexpected inputs for 'str' */
12 echo "*** Testing strrev() : unexpected inputs for 'str' ***\n";
82 var_dump( strrev($value) );
91 *** Testing strrev() : unexpected inputs for 'str' ***
122 Warning: strrev() expects parameter 1 to be string, array given in %s on line %d
127 Warning: strrev() expects parameter 1 to be string, array given in %s on line %d
132 Warning: strrev() expects parameter 1 to be string, array given in %s on line %d
137 Warning: strrev() expects parameter 1 to be string, array given in %s on line %d
142 Warning: strrev() expects parameter 1 to be string, array given in %s on line %d
174 Warning: strrev() expects parameter 1 to be string, resource given in %s on line %d