Skip to content

Commit d037398

Browse files
committed
Change test expectation after VM revert
I'm really not sure this is the expected output
1 parent 1f15400 commit d037398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zend/tests/in-de-crement/oss-fuzz-61469_binop_dynamic_property_unset_error_handler.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ $c->a += 5;
1313
var_dump($c->a);
1414
?>
1515
--EXPECT--
16-
NULL
16+
int(5)

Zend/tests/in-de-crement/oss-fuzz-61469_preinc_dynamic_property_unset_error_handler.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ set_error_handler([$c,'errorHandle']);
1313
var_dump($c->a);
1414
?>
1515
--EXPECT--
16-
NULL
16+
int(1)

0 commit comments

Comments
 (0)