From 8bc414ee8e3c4ca395c4c079c6d72401125f3d3f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 19 Sep 2006 11:29:50 +0000 Subject: [PATCH] fix test --- ext/date/tests/oo_002.phpt | 4 ++-- ext/filter/tests/029.phpt | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ext/date/tests/oo_002.phpt b/ext/date/tests/oo_002.phpt index 2a1f5345c4..91e9076aeb 100644 --- a/ext/date/tests/oo_002.phpt +++ b/ext/date/tests/oo_002.phpt @@ -31,5 +31,5 @@ unicode(29) "Tue, 01 Aug 06 13:00:00 +0000" unicode(29) "Tue, 01 Aug 06 13:00:00 +0000" unicode(29) "Tue, 01 Aug 06 14:00:00 +0000" unicode(29) "Tue, 01 Aug 06 12:59:59 +0000" -unicode(10) "Asia/Tokyo" -unicode(10) "Asia/Tokyo" +string(10) "Asia/Tokyo" +string(10) "Asia/Tokyo" diff --git a/ext/filter/tests/029.phpt b/ext/filter/tests/029.phpt index f60c42ef3c..1ee5111e18 100644 --- a/ext/filter/tests/029.phpt +++ b/ext/filter/tests/029.phpt @@ -101,3 +101,31 @@ NULL int(1) string(4) "test" Done +--UEXPECTF-- +string(4) "DATA" +string(46) "~!@#$%^&*()_QWERTYUIOPASDFGHJKLZXCVBNM<>>?"}{:" +string(0) "" + +Warning: filter_data(): First argument is expected to be a valid callback in %s on line %d +NULL + +Warning: filter_data(): First argument is expected to be a valid callback in %s on line %d +NULL + +Warning: filter_data(): First argument is expected to be a valid callback in %s on line %d +NULL +string(4) "data" +string(46) "~!@#$%^&*()_qwertyuiopasdfghjklzxcvbnm<>>?"}{:" +string(0) "" +NULL +NULL +NULL +NULL +NULL +NULL +NULL +NULL +NULL +int(1) +unicode(4) "test" +Done -- 2.50.1