Lines Matching refs:strtr
2 Test strtr() function : usage variations - unexpected inputs for 'replace_pairs' argument
5 /* Test strtr() function: with unexpected inputs for 'replace_pairs'
9 echo "*** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***\n";
59 // loop through with each element of the $replace_pairs array to test strtr() function
65 var_dump(strtr($str, $replace_pairs));
78 *** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***
81 strtr(): Argument #2 ($from) must be of type array, string given
84 strtr(): Argument #2 ($from) must be of type array, string given
87 strtr(): Argument #2 ($from) must be of type array, string given
90 strtr(): Argument #2 ($from) must be of type array, string given
93 strtr(): Argument #2 ($from) must be of type array, string given
96 strtr(): Argument #2 ($from) must be of type array, string given
108 strtr(): Argument #2 ($from) must be of type array, string given
111 strtr(): Argument #2 ($from) must be of type array, string given
114 strtr(): Argument #2 ($from) must be of type array, string given
117 strtr(): Argument #2 ($from) must be of type array, string given
121 Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string is deprecated in %s …
122 strtr(): Argument #2 ($from) must be of type array, string given
126 Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string is deprecated in %s …
127 strtr(): Argument #2 ($from) must be of type array, string given
130 strtr(): Argument #2 ($from) must be of type array, string given
133 strtr(): Argument #2 ($from) must be of type array|string, resource given