Searched refs:ce_to_php_obj_map (Results 1 – 1 of 1) sorted by relevance
48 static HashTable* ce_to_php_obj_map; variable122 add_to_table(ce_to_php_obj_map, ce, value); in add_ce_obj()126 return (PHP_PROTO_HASHTABLE_VALUE)get_from_table(ce_to_php_obj_map, ce); in get_ce_obj()130 return exist_in_table(ce_to_php_obj_map, ce); in class_added()252 ALLOC_HASHTABLE(ce_to_php_obj_map); in PHP_RINIT_FUNCTION()253 zend_hash_init(ce_to_php_obj_map, 16, NULL, HASHTABLE_VALUE_DTOR, 0); in PHP_RINIT_FUNCTION()287 zend_hash_destroy(ce_to_php_obj_map); in PHP_RSHUTDOWN_FUNCTION()288 FREE_HASHTABLE(ce_to_php_obj_map); in PHP_RSHUTDOWN_FUNCTION()