merged branch Tobion/patch-1 (PR #1030)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 7 May 2013 18:56:07 +0000 (20:56 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 7 May 2013 18:56:07 +0000 (20:56 +0200)
commitcbbbab9065f718750fde515953ff1877d6ba994e
tree396e8bdad4116715e15296f43b74fc2b7cd8071d
parent8503ff810173a4439c378b6fbce9ce1dd00973ba
parent2c56b706e2c6fb075ea9cb8ba9a8b2ebbefdb357
merged branch Tobion/patch-1 (PR #1030)

This PR was merged into the master branch.

Discussion
----------

fix numeric & boolean & float keys in array

Reopened PR of #878

Commits
-------

2c56b70 Merge pull request #3 from tucksaun/patch-1
17d6cc7 [ext] fixed tabs
46012ce [ext] improvements
21f8062 [ext] code cleaning
9347c52 [ext] updated PHP code documenting C code
b41ce60 updated C extension accordingly
e5291e1 rename item to attribute in the exception message because that's the term that is used in twig, e.g. the  function
a93f0dc further improved exception message and distinguish array_call and any_call access
26bac14 added tests for array access with confusable keys
db744d5 fix test that that would not fail if no exception is thrown
9ea16ec refactored getAttribute
6fb5afa improved error message for non-existent or invalid attributes
fdfd506 added changelog entry about fixed boolean array access
da616c5 fixed getAttribute for array access with a boolean or float key
b6acf9d updated CHANGELOG
c4d5b3f added some unit tests for previous merge
e84448b fix numeric keys in array
CHANGELOG
ext/twig/twig.c