From 0c9da15a568a603c451c09235bbd89607b2a5dfd Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 13 Apr 2007 13:37:55 +0000 Subject: [PATCH] add UEXPECTF --- Zend/tests/bug41075.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Zend/tests/bug41075.phpt b/Zend/tests/bug41075.phpt index ddeb7cc0c3..fe179ac1e7 100644 --- a/Zend/tests/bug41075.phpt +++ b/Zend/tests/bug41075.phpt @@ -29,3 +29,6 @@ echo "Done\n"; --EXPECTF-- string(40) "Creating default object from empty value" Done +--UEXPECTF-- +unicode(40) "Creating default object from empty value" +Done -- 2.50.1