Mantis - Quercus
Viewing Issue Advanced Details
5985 minor always 03-10-16 06:23 05-04-16 05:32
nam  
nam  
normal  
closed  
fixed  
none    
none  
0005985: simplexml field access vs array access
(rep by E. Bogaerts)

Now in PHP, you can access these attributes via either:

$xmlf->attributes()['hide']

OR

$xmlf->attributes()->hide

However in Quercus when accessing via this second method, you get an exception.

Notes
(0006692)
nam   
05-04-16 05:32   
php/1x3h
php/1x3i