]> granicus.if.org Git - php/commit
Add tests verifying calls work inside echo, concatenation and array access
authorTimm Friebe <thekid@thekid.de>
Sun, 5 Oct 2014 12:27:21 +0000 (14:27 +0200)
committerTjerk Meesters <datibbaw@php.net>
Sun, 5 Oct 2014 22:08:02 +0000 (06:08 +0800)
commit43f3d250f45e095150d12185f9ac8bfaad27d1cc
tree03bed70bc72c81d2ca24fa92c773185c5857ffdc
parent35314a416ac59e6410ec3aa74c98abb2fc9c5077
Add tests verifying calls work inside echo, concatenation and array access
Zend/tests/methods-on-non-objects-array-access.phpt [new file with mode: 0755]
Zend/tests/methods-on-non-objects-array-creation.phpt [new file with mode: 0755]
Zend/tests/methods-on-non-objects-concat.phpt [new file with mode: 0755]
Zend/tests/methods-on-non-objects-in-echo.phpt [new file with mode: 0755]