Lines Matching refs:from
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";
24 // array of values for 'from'
62 // loop through with each element of the $from array to test strtr() function
66 $from = $from_arr[$index];
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 array|string, resource given