superobject
superobject copied to clipboard
incorrect boolean value
mysql + php returns '0' for boolean "false". In SuperObject code we see: stString: Result := (Length(FOString) <> 0); so the function TSuperObject.AsBoolean on line 2041 will return "true"
stString: Result := ( ( FOString = 'true' ) or ( FOString = '1' ) );