From 47c663a943087df3dc6ef6376ea1aa2c6dbfb93a Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Fri, 29 Feb 2008 13:45:19 +0000 Subject: [PATCH] Fix tests in non-unicode mode --- ext/spl/tests/heap_008.phpt | 1 + ext/spl/tests/pqueue_004.phpt | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/spl/tests/heap_008.phpt b/ext/spl/tests/heap_008.phpt index 1e0da582a1..3be94e6864 100644 --- a/ext/spl/tests/heap_008.phpt +++ b/ext/spl/tests/heap_008.phpt @@ -33,6 +33,7 @@ object(SplMaxHeap)#1 (3) { int(1) } } +===DONE=== --UEXPECTF-- object(SplMaxHeap)#1 (3) { [u"flags":u"SplHeap":private]=> diff --git a/ext/spl/tests/pqueue_004.phpt b/ext/spl/tests/pqueue_004.phpt index 1df7530ef5..b9d0d50e56 100644 --- a/ext/spl/tests/pqueue_004.phpt +++ b/ext/spl/tests/pqueue_004.phpt @@ -53,6 +53,7 @@ object(SplPriorityQueue)#1 (3) { } } } +===DONE=== --UEXPECTF-- object(SplPriorityQueue)#1 (3) { [u"flags":u"SplPriorityQueue":private]=> -- 2.50.1