zend_property_info 1063 Zend/zend_API.c 			zend_property_info *prop_info;
zend_property_info 3416 Zend/zend_API.c 	zend_property_info property_info, *property_info_ptr;
zend_property_info 3508 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  907 Zend/zend_builtin_functions.c 	zend_property_info *prop_info;
zend_property_info 1175 Zend/zend_builtin_functions.c 	zend_property_info *property_info;
zend_property_info 3499 Zend/zend_compile.c 	zend_property_info *child_info;
zend_property_info 3506 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 3612 Zend/zend_compile.c 	zend_property_info *property_info;
zend_property_info 3719 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 4271 Zend/zend_compile.c 	zend_property_info *property_info;
zend_property_info 4272 Zend/zend_compile.c 	zend_property_info *coliding_prop;
zend_property_info 5301 Zend/zend_compile.c 	zend_property_info *existing_property_info;
zend_property_info  249 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  272 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  273 Zend/zend_object_handlers.c 	zend_property_info *scope_property_info;
zend_property_info  363 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  389 Zend/zend_object_handlers.c 	zend_property_info info;
zend_property_info  428 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  528 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  722 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info  798 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info 1244 Zend/zend_object_handlers.c 	zend_property_info *property_info;
zend_property_info 1409 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  471 ext/mysqli/mysqli_prop.c const zend_property_info mysqli_link_property_info_entries[] = {
zend_property_info  504 ext/mysqli/mysqli_prop.c const zend_property_info mysqli_result_property_info_entries[] = {
zend_property_info  528 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  415 ext/opcache/ZendAccelerator.c 			zend_property_info *info = (zend_property_info*)(q->pData);
zend_property_info  504 ext/opcache/zend_accelerator_util_funcs.c 	zend_property_info *prop_info;
zend_property_info  573 ext/opcache/zend_accelerator_util_funcs.c 		q->pData = (void *) emalloc(sizeof(zend_property_info));
zend_property_info  575 ext/opcache/zend_accelerator_util_funcs.c 		*prop_info = *(zend_property_info*)p->pData;
zend_property_info  509 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  276 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  459 ext/reflection/php_reflection.c 			zend_property_info *prop;
zend_property_info  477 ext/reflection/php_reflection.c 			zend_property_info *prop;
zend_property_info  541 ext/reflection/php_reflection.c 			zend_property_info *prop;
zend_property_info 1329 ext/reflection/php_reflection.c 		zend_property_info *tmp_info = NULL;
zend_property_info 3352 ext/reflection/php_reflection.c 	zend_property_info *prop_info;
zend_property_info 3805 ext/reflection/php_reflection.c 	zend_property_info *property_info;
zend_property_info 3843 ext/reflection/php_reflection.c 	zend_property_info *property_info;
zend_property_info 3861 ext/reflection/php_reflection.c 			zend_property_info property_info_tmp;
zend_property_info 4780 ext/reflection/php_reflection.c 	zend_property_info *property_info = NULL;
zend_property_info 4829 ext/reflection/php_reflection.c 		zend_property_info *tmp_info;
zend_property_info 5092 ext/reflection/php_reflection.c 	zend_property_info *tmp_info;
zend_property_info 1257 ext/soap/php_encoding.c 			zend_property_info *property_info;
zend_property_info  551 ext/spl/spl_array.c 					zend_property_info *property_info = zend_get_property_info(obj->std.ce, offset, 1 TSRMLS_CC);