Skip to content

Commit 14304de

Browse files
committed
Amend XFAILS
1 parent b00c43d commit 14304de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Zend/tests/offsets/arrays/const_dimension/object_offset_behaviour.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Object offset behaviour
33
--XFAIL--
4-
Bug Coalesce operator with constant offset emits isset/empty error in JIT
4+
Bug Coalesce operator with constant offset emits isset/empty error in function JIT
55
--FILE--
66
<?php
77

Zend/tests/offsets/false/const_dimension/object_offset_behaviour.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Object offset behaviour
33
--XFAIL--
4-
Bug Coalesce operator with constant offset emits isset/empty error in JIT
4+
Bug Coalesce operator with constant offset emits isset/empty error in function JIT
55
--FILE--
66
<?php
77

Zend/tests/offsets/null/const_dimension/object_offset_behaviour.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Object offset behaviour
33
--XFAIL--
4-
Bug Coalesce operator with constant offset emits isset/empty error in JIT
4+
Bug Coalesce operator with constant offset emits isset/empty error in function JIT
55
--FILE--
66
<?php
77

Zend/tests/offsets/strings/const_dimension/object_offset_behaviour.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Object offset behaviour
33
--XFAIL--
4-
Object of class stdClass could not be converted to int warning with const offset in JIT
4+
Object of class stdClass could not be converted to int warning with const offset in function JIT
55
--FILE--
66
<?php
77

0 commit comments

Comments
 (0)