--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)