]> granicus.if.org Git - php/commit
Improved fix for Fully qualified (leading backslash) type names must fail
authorXinchen Hui <laruence@gmail.com>
Wed, 25 Nov 2015 03:27:32 +0000 (11:27 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 25 Nov 2015 03:27:32 +0000 (11:27 +0800)
commit00865ae22f2c5fdee9e500ce79d442467e0a0899
tree4dbbd15f12308eec3600c4378cecdd78a0ed179e
parent7be30eb78c874bf887f5d2aee290f44d2febfa3d
Improved fix for Fully qualified (leading backslash) type names must fail

it now all fails with COMPILE_ERROR instead of syntax error for T_ARRAY
but COMPILE_ERROR for int
NEWS
Zend/tests/typehints/fully_qualified_array.phpt [new file with mode: 0644]
Zend/tests/typehints/fully_qualified_scalar.phpt
Zend/zend_compile.c
Zend/zend_language_parser.y