Searched refs:imap_object_from_zend_object (Results 1 – 1 of 1) sorted by relevance
165 static inline php_imap_object *imap_object_from_zend_object(zend_object *zobj) { in imap_object_from_zend_object() function187 php_imap_object *obj = imap_object_from_zend_object(zobj); in imap_object_destroy()209 imap_conn_struct = imap_object_from_zend_object(Z_OBJ_P(zval_imap_obj)); \700 imap_object_from_zend_object(Z_OBJ_P(return_value))->imap_stream = imap_stream; in PHP_FUNCTION()701 imap_object_from_zend_object(Z_OBJ_P(return_value))->flags = cl_flags; in PHP_FUNCTION()775 imap_conn_struct = imap_object_from_zend_object(Z_OBJ_P(imap_conn_obj)); in PHP_FUNCTION()
Completed in 15 milliseconds