Lines Matching refs:function
2 Test substr_replace() function : error conditions
18 echo "\n-- Testing substr_replace() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing substr_replace() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing substr_replace() function with start and length different types --\n";
29 echo "\n-- Testing substr_replace() function with start and length with a different number of eleme…
32 echo "\n-- Testing substr_replace() function with start and length as arrays but string not--\n";
40 -- Testing substr_replace() function with less than expected no. of arguments --
48 -- Testing substr_replace() function with more than expected no. of arguments --
53 -- Testing substr_replace() function with start and length different types --
61 -- Testing substr_replace() function with start and length with a different number of elements --
66 -- Testing substr_replace() function with start and length as arrays but string not--