Anonymous | Login | Signup for a new account | 12-17-2024 08:22 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003132 | [Quercus] | minor | always | 12-06-08 23:38 | 12-10-08 09:15 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.2.1 | ||||||
Summary | 0003132: property_exists not implemented | ||||||||
Description |
<?php class Foo { var $bar; } if (property_exists(new Foo(), 'bar')) { print "exists"; } Vanilla PHP prints "exists". Quercus prints "Fatal Error: 'property_exists' is an unknown function." Low priority; I can implement this in PHP using get_object_vars(). |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |