Home
last modified time | relevance | path

Searched refs:guards (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_objects.c34 object->guards = NULL; in zend_object_std_init()
39 if (object->guards) { in zend_object_std_dtor()
40 zend_hash_destroy(object->guards); in zend_object_std_dtor()
41 FREE_HASHTABLE(object->guards); in zend_object_std_dtor()
149 (*object)->guards = NULL; in zend_objects_new()
H A Dzend_object_handlers.c408 if (!zobj->guards) { in zend_get_property_guard()
409 ALLOC_HASHTABLE(zobj->guards); in zend_get_property_guard()
410 zend_hash_init(zobj->guards, 0, NULL, NULL, 0); in zend_get_property_guard()
411 …} else if (zend_hash_quick_find(zobj->guards, property_info->name, property_info->name_length+1, p… in zend_get_property_guard()
418 …return zend_hash_quick_add(zobj->guards, property_info->name, property_info->name_length+1, proper… in zend_get_property_guard()
H A Dzend.h316 HashTable *guards; /* protects from __get/__set ... recursion */ member
/PHP-5.5/sapi/apache_hooks/
H A DREADME201 anti-redefinition guards (I would just recommend putting them in an
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2062 if (sxe->zo.guards) { in sxe_object_free_storage()
2063 zend_hash_destroy(sxe->zo.guards); in sxe_object_free_storage()
2064 FREE_HASHTABLE(sxe->zo.guards); in sxe_object_free_storage()
2110 intern->zo.guards = NULL; in php_sxe_object_new()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1087 if (intern->zo.guards) { in php_zip_object_free_storage()
1088 zend_hash_destroy(intern->zo.guards); in php_zip_object_free_storage()
1089 FREE_HASHTABLE(intern->zo.guards); in php_zip_object_free_storage()

Completed in 30 milliseconds