Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read_property() handler is not supposed to return NULL
NULL is never expected as a result of read_property() handler, it should return &EG(uninitialized_zval) if there is no such property in the object
- Loading branch information