Lines Matching refs:strrchr

2 Test strrchr() function : usage variations - unexpected inputs for needle
5 /* Prototype : string strrchr(string $haystack, string $needle);
10 /* Test strrchr() function: with unexpected inputs for needle
14 echo "*** Testing strrchr() function with unexpected inputs for needle ***\n";
120 // loop through each element of the array and check the working of strrchr()
124 var_dump( strrchr($haystacks[$index], $needles[$index]) );
133 *** Testing strrchr() function with unexpected inputs for needle ***
136 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
140 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
144 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
148 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
152 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
156 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
160 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
164 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
168 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
172 Warning: strrchr(): needle is not a string or an integer in %s on line %d
176 Warning: strrchr(): needle is not a string or an integer in %s on line %d
180 Warning: strrchr(): needle is not a string or an integer in %s on line %d
184 Warning: strrchr(): needle is not a string or an integer in %s on line %d
188 Warning: strrchr(): needle is not a string or an integer in %s on line %d
192 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
196 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
200 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
204 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
208 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
212 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
218 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
226 Warning: strrchr(): needle is not a string or an integer in %s on line %d
230 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
234 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d