From: Stanislav Malyshev Date: Tue, 2 Jun 2015 06:58:19 +0000 (-0700) Subject: fix test X-Git-Tag: php-7.0.0alpha1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0a54d62e259534490cf8c4b8c41be16ded337b3;p=php fix test --- diff --git a/ext/spl/tests/bug69737.phpt b/ext/spl/tests/bug69737.phpt index d39ce3d4a8..7892c41085 100644 --- a/ext/spl/tests/bug69737.phpt +++ b/ext/spl/tests/bug69737.phpt @@ -13,4 +13,9 @@ $h->insert(6); ?> ===DONE=== --EXPECTF-- -Fatal error: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php on line %d +Fatal error: Uncaught EngineException: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php:%d +Stack trace: +#0 [internal function]: SplMinHeap1->compare(1, 6) +#1 %s/bug69737.php(%d): SplHeap->insert(6) +#2 {main} + thrown in %s/bug69737.php on line %d