Skip to content

Commit 0ca47ba

Browse files
committed
Revert NEWS and set test to XFAIL
1 parent aba95c2 commit 0ca47ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ PHP NEWS
1414
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
1515
. Fixed bug #68422 (Incorrect argument reflection info for array_multisort()).
1616
(Alexander Lisachenko)
17-
. Fixed bug #68446 (Array constant not accepted for array parameter default). (Bob)
1817

1918
- FPM:
2019
. Fixed bug #68381 (fpm_unix_init_main ignores log_level).

Zend/tests/bug68446.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #68446 (Array constant not accepted for array parameter default)
3+
--XFAIL--
4+
Not fixed yet as of 5.6.4rc1
35
--FILE--
46
<?php
57
const FOO = [1];

0 commit comments

Comments
 (0)