]> granicus.if.org Git - php/commit
allow null coalescing (??) on constant expressions
authorMárcio Almada <marcio3w@gmail.com>
Sun, 17 Apr 2016 08:27:15 +0000 (04:27 -0400)
committerBob Weinand <bobwei9@hotmail.com>
Wed, 20 Apr 2016 23:22:28 +0000 (01:22 +0200)
commit9f3eab44dfc99ac032dbfc84418925ee3adcd175
treed73c61fdd157be90114f21458c2e7a73c0ca4612
parent85867268fdae2b742ce44bc76b7b57053d5063a8
allow null coalescing (??) on constant expressions
Zend/tests/constant_expressions_coalesce.phpt [new file with mode: 0644]
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_execute.h