We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba95c2 commit 0ca47baCopy full SHA for 0ca47ba
NEWS
@@ -14,7 +14,6 @@ PHP NEWS
14
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
15
. Fixed bug #68422 (Incorrect argument reflection info for array_multisort()).
16
(Alexander Lisachenko)
17
- . Fixed bug #68446 (Array constant not accepted for array parameter default). (Bob)
18
19
- FPM:
20
. Fixed bug #68381 (fpm_unix_init_main ignores log_level).
Zend/tests/bug68446.phpt
@@ -1,5 +1,7 @@
1
--TEST--
2
Bug #68446 (Array constant not accepted for array parameter default)
3
+--XFAIL--
4
+Not fixed yet as of 5.6.4rc1
5
--FILE--
6
<?php
7
const FOO = [1];
0 commit comments