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.
2 parents 9efd647 + 4e2ab1b commit 31ab636Copy full SHA for 31ab636
tests/standalone/bug0545.phpt
@@ -1,6 +1,7 @@
1
--TEST--
2
PHPC-545: Update does not serialize embedded Persistable's __pclass field
3
--SKIPIF--
4
+<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM encodes __pclass last"); ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE)?>
6
--FILE--
7
<?php
0 commit comments