|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3132 | minor | always | 12-06-08 23:38 | 12-10-08 09:15 | |
|
|
|||||
| Reporter: | koreth | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.2.1 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|
|||||
| 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(). |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||