diff options
-rw-r--r-- | ext/spl/tests/bug69737.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug69737.phpt b/ext/spl/tests/bug69737.phpt index d39ce3d4a8..d954fa0830 100644 --- a/ext/spl/tests/bug69737.phpt +++ b/ext/spl/tests/bug69737.phpt @@ -13,4 +13,4 @@ $h->insert(6); ?> ===DONE=== --EXPECTF-- -Fatal error: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php on line %d +Fatal error: Call to undefined method SplMinHeap::notexist() in %s%ebug69737.php on line %d |