diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-11-26 23:12:49 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-11-26 23:12:49 +0100 |
commit | 543ad4b2d3f000510769d0d739ef129c792c1e24 (patch) | |
tree | 9300fe17a430907e832315b0b02463ad7c4d7440 /Zend/tests | |
parent | 247774e3fdf3df129fbd3172d799376cd5af85af (diff) | |
download | php-git-543ad4b2d3f000510769d0d739ef129c792c1e24.tar.gz |
#68446 is fixed
Diffstat (limited to 'Zend/tests')
-rw-r--r-- | Zend/tests/bug68446.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/bug68446.phpt b/Zend/tests/bug68446.phpt index 0b41c29ed2..48e6f52f1c 100644 --- a/Zend/tests/bug68446.phpt +++ b/Zend/tests/bug68446.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #68446 (Array constant not accepted for array parameter default) ---XFAIL-- -Not fixed yet as of 5.6.4rc1 --FILE-- <?php const FOO = [1]; |