merged branch Misiur/master (PR #1158)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 6 Aug 2013 05:44:33 +0000 (07:44 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 6 Aug 2013 05:44:33 +0000 (07:44 +0200)
commit440e399af5a699eb1629d0302a9b3eaada170a58
tree7c6016c049142149bff37c459eb0b5e7551e4827
parent3bcf32208ac0e55f3cf66a628e1dfbd2afc03dfb
parent270c7943b19e24acfdfe883898bb74eee4b81eb8
merged branch Misiur/master (PR #1158)

This PR was squashed before being merged into the master branch (closes #1158).

Discussion
----------

Don't use array_fill for full array

When last array returned from array_chunk is full, array_fill is called with 0 as num argument, which causes fatal error. Additionally I've changed doc fill parameter, as other types are accepted as well, and added unit test.

Commits
-------

270c794 Don't use array_fill for full array