zend_property_info 1062 Zend/zend_API.c 			zend_property_info *prop_info;
zend_property_info 3427 Zend/zend_API.c 	zend_property_info property_info, *property_info_ptr;
zend_property_info 3518 Zend/zend_API.c 	zend_hash_quick_update(&ce->properties_info, name, name_length+1, h, &property_info, sizeof(zend_property_info), NULL);
zend_property_info  910 Zend/zend_builtin_functions.c 	zend_property_info *prop_info;
zend_property_info 1185 Zend/zend_builtin_functions.c 	zend_property_info *property_info;
zend_property_info  112 Zend/zend_compile.c static void zend_duplicate_property_info(zend_property_info *property_info) /* {{{ */
zend_property_info  121 Zend/zend_compile.c static void zend_duplicate_property_info_internal(zend_property_info *property_info) /* {{{ */
zend_property_info  127 Zend/zend_compile.c static void zend_destroy_property_info(zend_property_info *property_info) /* {{{ */
zend_property_info  136 Zend/zend_compile.c static void zend_destroy_property_info_internal(zend_property_info *property_info) /* {{{ */
zend_property_info 3636 Zend/zend_compile.c static zend_bool do_inherit_property_access_check(HashTable *target_ht, zend_property_info *parent_info, const zend_hash_key *hash_key, zend_class_entry *ce) /* {{{ */
zend_property_info 3638 Zend/zend_compile.c 	zend_property_info *child_info;
zend_property_info 3645 Zend/zend_compile.c 			zend_hash_quick_update(&ce->properties_info, hash_key->arKey, hash_key->nKeyLength, hash_key->h, parent_info, sizeof(zend_property_info), (void **) &child_info);
zend_property_info 3751 Zend/zend_compile.c 	zend_property_info *property_info;
zend_property_info 3858 Zend/zend_compile.c 	zend_hash_merge_ex(&ce->properties_info, &parent_ce->properties_info, (copy_ctor_func_t) (ce->type & ZEND_INTERNAL_CLASS ? zend_duplicate_property_info_internal : zend_duplicate_property_info), sizeof(zend_property_info), (merge_checker_func_t) do_inherit_property_access_check, ce);
zend_property_info 4412 Zend/zend_compile.c 	zend_property_info *property_info;
zend_property_info 4413 Zend/zend_compile.c 	zend_property_info *coliding_prop;
zend_property_info 5442 Zend/zend_compile.c 	zend_property_info *existing_property_info;
zend_property_info  256 Zend/zend_globals.h 	zend_property_info std_property_info;
zend_property_info   70 Zend/zend_object_handlers.c 		zend_property_info *prop_info;
zend_property_info  269 Zend/zend_object_handlers.c static zend_always_inline int zend_verify_property_access(zend_property_info *property_info, zend_class_entry *ce TSRMLS_DC) /* {{{ */
zend_property_info  304 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  305 Zend/zend_object_handlers.c 	zend_property_info *scope_property_info;
zend_property_info  395 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  419 Zend/zend_object_handlers.c static int zend_get_property_guard(zend_object *zobj, zend_property_info *property_info, zval *member, zend_guard **pguard) /* {{{ */
zend_property_info  421 Zend/zend_object_handlers.c 	zend_property_info info;
zend_property_info  460 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  560 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  754 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  830 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info 1270 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info 1435 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  191 Zend/zend_objects.c 			zend_property_info *prop_info;
zend_property_info  154 ext/mysqli/mysqli_driver.c const zend_property_info mysqli_driver_property_info_entries[] = {
zend_property_info   55 ext/mysqli/mysqli_priv.h extern const zend_property_info mysqli_link_property_info_entries[];
zend_property_info   56 ext/mysqli/mysqli_priv.h extern const zend_property_info mysqli_result_property_info_entries[];
zend_property_info   57 ext/mysqli/mysqli_priv.h extern const zend_property_info mysqli_stmt_property_info_entries[];
zend_property_info   58 ext/mysqli/mysqli_priv.h extern const zend_property_info mysqli_driver_property_info_entries[];
zend_property_info   59 ext/mysqli/mysqli_priv.h extern const zend_property_info mysqli_warning_property_info_entries[];
zend_property_info  473 ext/mysqli/mysqli_prop.c const zend_property_info mysqli_link_property_info_entries[] = {
zend_property_info  506 ext/mysqli/mysqli_prop.c const zend_property_info mysqli_result_property_info_entries[] = {
zend_property_info  530 ext/mysqli/mysqli_prop.c const zend_property_info mysqli_stmt_property_info_entries[] = {
zend_property_info  348 ext/mysqli/mysqli_warning.c const zend_property_info mysqli_warning_property_info_entries[] = {
zend_property_info  424 ext/opcache/ZendAccelerator.c 			zend_property_info *info = (zend_property_info*)(q->pData);
zend_property_info  217 ext/opcache/zend_accelerator_util_funcs.c static void zend_destroy_property_info(zend_property_info *property_info)
zend_property_info  566 ext/opcache/zend_accelerator_util_funcs.c 	zend_property_info *prop_info;
zend_property_info  635 ext/opcache/zend_accelerator_util_funcs.c 		q->pData = (void *) emalloc(sizeof(zend_property_info));
zend_property_info  637 ext/opcache/zend_accelerator_util_funcs.c 		*prop_info = *(zend_property_info*)p->pData;
zend_property_info  470 ext/opcache/zend_persist.c static void zend_persist_property_info(zend_property_info *prop TSRMLS_DC)
zend_property_info  540 ext/opcache/zend_persist.c 		zend_hash_persist(&ce->properties_info, (zend_persist_func_t) zend_persist_property_info, sizeof(zend_property_info) TSRMLS_CC);
zend_property_info  621 ext/opcache/zend_persist.c static int zend_update_property_info_ce(zend_property_info *prop TSRMLS_DC)
zend_property_info  252 ext/opcache/zend_persist_calc.c static uint zend_persist_property_info_calc(zend_property_info *prop TSRMLS_DC)
zend_property_info  305 ext/opcache/zend_persist_calc.c 		ADD_SIZE(zend_hash_persist_calc(&ce->properties_info, (int (*)(void* TSRMLS_DC)) zend_persist_property_info_calc, sizeof(zend_property_info) TSRMLS_CC));
zend_property_info  186 ext/reflection/php_reflection.c 	zend_property_info prop;
zend_property_info  370 ext/reflection/php_reflection.c static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent TSRMLS_DC);
zend_property_info  478 ext/reflection/php_reflection.c 			zend_property_info *prop;
zend_property_info  496 ext/reflection/php_reflection.c 			zend_property_info *prop;
zend_property_info  560 ext/reflection/php_reflection.c 			zend_property_info *prop;
zend_property_info  959 ext/reflection/php_reflection.c static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent TSRMLS_DC)
zend_property_info 1349 ext/reflection/php_reflection.c static void reflection_property_factory(zend_class_entry *ce, zend_property_info *prop, zval *object TSRMLS_DC)
zend_property_info 1362 ext/reflection/php_reflection.c 		zend_property_info *tmp_info = NULL;
zend_property_info 3421 ext/reflection/php_reflection.c 	zend_property_info *prop_info;
zend_property_info 3874 ext/reflection/php_reflection.c 	zend_property_info *property_info;
zend_property_info 3912 ext/reflection/php_reflection.c 	zend_property_info *property_info;
zend_property_info 3930 ext/reflection/php_reflection.c 			zend_property_info property_info_tmp;
zend_property_info 3977 ext/reflection/php_reflection.c static int _addproperty(zend_property_info *pptr TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)
zend_property_info 4849 ext/reflection/php_reflection.c 	zend_property_info *property_info = NULL;
zend_property_info 4898 ext/reflection/php_reflection.c 		zend_property_info *tmp_info;
zend_property_info 5161 ext/reflection/php_reflection.c 	zend_property_info *tmp_info;
zend_property_info 1255 ext/soap/php_encoding.c 			zend_property_info *property_info;
zend_property_info  557 ext/spl/spl_array.c 					zend_property_info *property_info = zend_get_property_info(obj->std.ce, offset, 1 TSRMLS_CC);