Mantis - Quercus
Viewing Issue Advanced Details
1169 minor always 06-01-06 12:24 06-01-06 14:09
westrupp  
ferg  
normal  
closed  
fixed  
none    
none 3.0.20  
0001169: bug marshalling ArrayValue return type with ReturnNullAsFalse
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


Notes
(0001258)
ferg   
06-01-06 14:09   
php/0c2p