From 7dc8109ff3247aae20629a0224d3d17d5d5d0566 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 9 Nov 2008 10:44:03 +0000 Subject: [PATCH] - Initial release --- ext/sybase_ct/tests/bug43578.phpt | 65 +++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 ext/sybase_ct/tests/bug43578.phpt diff --git a/ext/sybase_ct/tests/bug43578.phpt b/ext/sybase_ct/tests/bug43578.phpt new file mode 100644 index 0000000000..e840402edc --- /dev/null +++ b/ext/sybase_ct/tests/bug43578.phpt @@ -0,0 +1,65 @@ +--TEST-- +Sybase-CT bug #43578 (Incurred fault #6 - if returned textfield ist empty) +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +bool(true) +bool(true) +bool(true) +>>> Query: select DC_Rights from #Resource where Resource_ID = 122 +<<< Return: resource +array(0) { +} +>>> Query: select DC_Rights from #Resource where Resource_ID = 123 +<<< Return: resource +array(1) { + [0]=> + array(1) { + ["DC_Rights"]=> + NULL + } +} +>>> Query: select DC_Rights from #Resource where Resource_ID = 124 +<<< Return: resource +array(1) { + [0]=> + array(1) { + ["DC_Rights"]=> + string(1) " " + } +} +bool(true) -- 2.50.1