From: Antony Dovgal Date: Fri, 13 Apr 2007 13:37:55 +0000 (+0000) Subject: add UEXPECTF X-Git-Tag: RELEASE_1_2_0~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c9da15a568a603c451c09235bbd89607b2a5dfd;p=php add UEXPECTF --- 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