Skip to content

Commit 4e2ab1b

Browse files
committed
Skip PHPC-545 test on HHVM due to __pclass encoding order
1 parent 9efd647 commit 4e2ab1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/standalone/bug0545.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
PHPC-545: Update does not serialize embedded Persistable's __pclass field
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM encodes __pclass last"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE)?>
56
--FILE--
67
<?php

0 commit comments

Comments
 (0)