Lines Matching refs:strtr
2 Test strtr() function : usage variations - unexpected inputs for 'from' argument
5 /* Test strtr() function: with unexpected inputs for 'from'
9 echo "*** Testing strtr() function: with unexpected inputs for 'from' ***\n";
62 // loop through with each element of the $from array to test strtr() function
68 var_dump(strtr($str, $from, $to));
78 *** Testing strtr() function: with unexpected inputs for 'from' ***
92 strtr(): Argument #2 ($from) must be of type string, array given
94 strtr(): Argument #2 ($from) must be of type string, array given
96 strtr(): Argument #2 ($from) must be of type string, array given
107 Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string is deprecated in %s …
111 Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string is deprecated in %s …
116 strtr(): Argument #2 ($from) must be of type string, resource given