Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001169 [Quercus] minor always 06-01-06 12:24 06-01-06 14:09
Reporter westrupp View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.20 Product Version
  Product Build
Summary 0001169: bug marshalling ArrayValue return type with ReturnNullAsFalse
Description The problem shows up in quercus PostgresModule but should appear for any quercus module function that returns ArrayValue or some specific return type derived from Value.

Example:

@ReturnNullAsFalse
public ArrayValue pg_function(Env env)
{
  return null;
}
---
The php var_dump(pg_function()) should be bool(false) but it is:
NULL

Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001258)
ferg
06-01-06 14:09

php/0c2p
 

- Issue History
Date Modified Username Field Change
06-01-06 12:24 westrupp New Issue
06-01-06 14:09 ferg Note Added: 0001258
06-01-06 14:09 ferg Assigned To  => ferg
06-01-06 14:09 ferg Status new => closed
06-01-06 14:09 ferg Resolution open => fixed
06-01-06 14:09 ferg Fixed in Version  => 3.0.20


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker