Lines Matching refs:chunk_split
2 Test chunk_split() function : usage variations - different integer values for 'chunklen' with hered…
10 * passing different integer values for 'chunklen' and heredoc string for 'str' to chunk_split()
13 echo "*** Testing chunk_split() : different 'chunklen' with heredoc 'str' ***\n";
21 chunk_split()
44 var_dump( chunk_split($heredoc_str, $values[$count], $ending) );
54 *** Testing chunk_split() : different 'chunklen' with heredoc 'str' ***
56 chunk_split(): Argument #2 ($length) must be greater than 0
63 chunk_split(): Argument #2 ($length) must be greater than 0
68 chunk_split():::"
73 chunk_split():::"
78 chunk_split():::"
80 chunk_split(): Argument #2 ($length) must be of type int, float given
82 chunk_split(): Argument #2 ($length) must be greater than 0