]> granicus.if.org Git - php/commit
Add tests for constant expression arrays
authorBob Weinand <bobwei9@hotmail.com>
Wed, 2 Jul 2014 10:31:50 +0000 (12:31 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Wed, 2 Jul 2014 10:33:46 +0000 (12:33 +0200)
commit09d1a8aaab15eef182dd71cf6aa506f54dc70ea7
tree065332e3f44382c924c4bccd859e9e751401e353
parent05cc46a96b44c4b0ead2909864c9b683103c5946
Add tests for constant expression arrays
Adding one failing (!) test for now about circular constant references embedded in a constant AST, must be fixed before PHP 5.6 release.
Zend/tests/constant_expressions_arrays.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_self_referencing_array.phpt [new file with mode: 0644]