Lines Matching refs:limit
10 echo "\n-- positive limit with null separator --\n";
13 echo "\n-- negative limit (since PHP 5.1) with null separator --\n";
19 echo "\n-- limit = 0 --\n";
22 echo "\n-- limit = -1 --\n";
25 echo "\n-- large limit = -100 --\n";
28 function test_explode($delim, $string, $limit)
30 $e = explode($delim, $string, $limit);
40 -- positive limit with null separator --
44 -- negative limit (since PHP 5.1) with null separator --
51 -- limit = 0 --
54 -- limit = -1 --
59 -- large limit = -100 --