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 3636 Zend/zend_compile.c 	zend_property_info *child_info;
zend_property_info 3643 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 3749 Zend/zend_compile.c 	zend_property_info *property_info;
zend_property_info 3856 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 4410 Zend/zend_compile.c 	zend_property_info *property_info;
zend_property_info 4411 Zend/zend_compile.c 	zend_property_info *coliding_prop;
zend_property_info 5440 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  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  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  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  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  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  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 1337 ext/reflection/php_reflection.c 		zend_property_info *tmp_info = NULL;
zend_property_info 3387 ext/reflection/php_reflection.c 	zend_property_info *prop_info;
zend_property_info 3840 ext/reflection/php_reflection.c 	zend_property_info *property_info;
zend_property_info 3878 ext/reflection/php_reflection.c 	zend_property_info *property_info;
zend_property_info 3896 ext/reflection/php_reflection.c 			zend_property_info property_info_tmp;
zend_property_info 4815 ext/reflection/php_reflection.c 	zend_property_info *property_info = NULL;
zend_property_info 4864 ext/reflection/php_reflection.c 		zend_property_info *tmp_info;
zend_property_info 5127 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  551 ext/spl/spl_array.c 					zend_property_info *property_info = zend_get_property_info(obj->std.ce, offset, 1 TSRMLS_CC);