Z_PTR_P           451 Zend/zend.c    	free(Z_PTR_P(zv));
Z_PTR_P           467 Zend/zend.c    	zend_auto_global *old_ag = (zend_auto_global *) Z_PTR_P(zv);
Z_PTR_P           474 Zend/zend.c    	Z_PTR_P(zv) = new_ag;
Z_PTR_P           613 Zend/zend.c    	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv);
Z_PTR_P          1862 Zend/zend_API.c 	zend_module_entry *module = Z_PTR_P(zv);
Z_PTR_P          2476 Zend/zend_API.c 	zend_class_entry *ce = (zend_class_entry *)Z_PTR_P(el);
Z_PTR_P          2555 Zend/zend_API.c 	zend_module_entry *module = Z_PTR_P(zv);
Z_PTR_P          2607 Zend/zend_API.c 	zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el);
Z_PTR_P          2614 Zend/zend_API.c 	zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el);
Z_PTR_P          1840 Zend/zend_builtin_functions.c 	zend_class_entry *ce = (zend_class_entry *)Z_PTR_P(el);
Z_PTR_P          1909 Zend/zend_builtin_functions.c 	zend_function *func = Z_PTR_P(zv);
Z_PTR_P          2129 Zend/zend_builtin_functions.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item);
Z_PTR_P          2146 Zend/zend_builtin_functions.c 	zend_constant *constant = (zend_constant*)Z_PTR_P(item);
Z_PTR_P            91 Zend/zend_compile.c 	zend_property_info *property_info = Z_PTR_P(zv);
Z_PTR_P           886 Zend/zend_compile.c 	efree_size(Z_PTR_P(zv), sizeof(zend_label));
Z_PTR_P            33 Zend/zend_constants.c 	zend_constant *c = Z_PTR_P(zv);
Z_PTR_P            49 Zend/zend_constants.c 	zend_constant *c = Z_PTR_P(zv);
Z_PTR_P            51 Zend/zend_constants.c 	Z_PTR_P(zv) = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT);
Z_PTR_P            52 Zend/zend_constants.c 	memcpy(Z_PTR_P(zv), c, sizeof(zend_constant));
Z_PTR_P            54 Zend/zend_constants.c 	c = Z_PTR_P(zv);
Z_PTR_P            74 Zend/zend_constants.c 	zend_constant *c = Z_PTR_P(zv);
Z_PTR_P            81 Zend/zend_constants.c 	zend_constant *c = Z_PTR_P(zv);
Z_PTR_P            88 Zend/zend_constants.c 	zend_constant *c = (zend_constant *)Z_PTR_P(el);
Z_PTR_P           102 Zend/zend_execute_API.c 	zend_function *function = Z_PTR_P(zv);
Z_PTR_P           109 Zend/zend_execute_API.c 	zend_function *function = Z_PTR_P(zv);
Z_PTR_P           116 Zend/zend_execute_API.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           123 Zend/zend_execute_API.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           478 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           479 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           492 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           493 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           506 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           507 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           520 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           521 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           534 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           535 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           548 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           549 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           561 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
Z_PTR_P           562 Zend/zend_hash.h 		memcpy(Z_PTR_P(zv), pData, size);
Z_PTR_P           563 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           574 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
Z_PTR_P           575 Zend/zend_hash.h 		memcpy(Z_PTR_P(zv), pData, size);
Z_PTR_P           576 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           605 Zend/zend_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
Z_PTR_P           614 Zend/zend_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
Z_PTR_P           624 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           625 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           637 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
Z_PTR_P           638 Zend/zend_hash.h 		memcpy(Z_PTR_P(zv), pData, size);
Z_PTR_P           639 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           651 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           652 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           673 Zend/zend_hash.h 		Z_PTR_P(zv) = pemalloc(size, ht->u.flags & HASH_FLAG_PERSISTENT);
Z_PTR_P           674 Zend/zend_hash.h 		memcpy(Z_PTR_P(zv), pData, size);
Z_PTR_P           675 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           686 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           687 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           699 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           700 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           712 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           713 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           736 Zend/zend_hash.h 		ZEND_ASSUME(Z_PTR_P(zv));
Z_PTR_P           737 Zend/zend_hash.h 		return Z_PTR_P(zv);
Z_PTR_P           784 Zend/zend_hash.h 	_ptr = Z_PTR_P(_z);
Z_PTR_P           829 Zend/zend_hash.h 	_ptr = Z_PTR_P(_z);
Z_PTR_P           834 Zend/zend_hash.h 	_ptr = Z_PTR_P(_z);
Z_PTR_P           840 Zend/zend_hash.h 	_ptr = Z_PTR_P(_z);
Z_PTR_P           852 Zend/zend_hash.h 	_ptr = Z_PTR_P(_z);
Z_PTR_P            30 Zend/zend_inheritance.c 	efree_size(Z_PTR_P(zv), sizeof(zend_function));
Z_PTR_P           588 Zend/zend_inheritance.c 		zend_function *func = (zend_function*)Z_PTR_P(child);
Z_PTR_P           599 Zend/zend_inheritance.c 			Z_PTR_P(child) = new_function;
Z_PTR_P           619 Zend/zend_inheritance.c 		child_info = Z_PTR_P(child);
Z_PTR_P            39 Zend/zend_ini.c 	zend_ini_entry *ini_entry = (zend_ini_entry *)Z_PTR_P(el);
Z_PTR_P            81 Zend/zend_ini.c 	zend_ini_entry *ini_entry = (zend_ini_entry *)Z_PTR_P(el);
Z_PTR_P            89 Zend/zend_ini.c 	zend_ini_entry *entry = (zend_ini_entry*)Z_PTR_P(zv);
Z_PTR_P           154 Zend/zend_ini.c 	zend_ini_entry *old_entry = (zend_ini_entry*)Z_PTR_P(zv);
Z_PTR_P           157 Zend/zend_ini.c 	Z_PTR_P(zv) = new_entry;
Z_PTR_P           282 Zend/zend_ini.c 	zend_ini_entry *p = (zend_ini_entry *)Z_PTR_P(el);
Z_PTR_P           227 Zend/zend_list.c 	zend_resource *res = Z_PTR_P(zv);
Z_PTR_P           260 Zend/zend_list.c 	zend_rsrc_list_dtors_entry *ld = (zend_rsrc_list_dtors_entry *)Z_PTR_P(zv);
Z_PTR_P           311 Zend/zend_list.c 	free(Z_PTR_P(zv));
Z_PTR_P           326 Zend/zend_object_handlers.c 		property_info = (zend_property_info*)Z_PTR_P(zv);
Z_PTR_P           354 Zend/zend_object_handlers.c 		&& ((zend_property_info*)Z_PTR_P(zv))->flags & ZEND_ACC_PRIVATE) {
Z_PTR_P           355 Zend/zend_object_handlers.c 		property_info = (zend_property_info*)Z_PTR_P(zv);
Z_PTR_P           404 Zend/zend_object_handlers.c 		property_info = (zend_property_info*)Z_PTR_P(zv);
Z_PTR_P           431 Zend/zend_object_handlers.c 		&& ((zend_property_info*)Z_PTR_P(zv))->flags & ZEND_ACC_PRIVATE) {
Z_PTR_P           432 Zend/zend_object_handlers.c 		property_info = (zend_property_info*)Z_PTR_P(zv);
Z_PTR_P           489 Zend/zend_object_handlers.c 	efree_size(Z_PTR_P(el), sizeof(zend_ulong));
Z_PTR_P            49 Zend/zend_objects.c 		Z_PTR_P(p) = NULL;
Z_PTR_P            74 Zend/zend_objects.c 		HashTable *guards = Z_PTR_P(p);
Z_PTR_P           120 Zend/zend_opcode.c 	zend_function *function = Z_PTR_P(zv);
Z_PTR_P           252 Zend/zend_opcode.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           336 Zend/zend_opcode.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           119 Zend/zend_ts_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
Z_PTR_P           128 Zend/zend_ts_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
Z_PTR_P           137 Zend/zend_ts_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
Z_PTR_P           771 Zend/zend_types.h 		Z_PTR_P(z) = (p);										\
Z_PTR_P           239 ext/com_dotnet/com_handlers.c 	zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv);
Z_PTR_P          1692 ext/curl/interface.c 	curl_slist_free_all(((struct curl_slist *)Z_PTR_P(el)));
Z_PTR_P           688 ext/date/php_date.c 	timelib_tzinfo *tzi = (timelib_tzinfo*)Z_PTR_P(zv);
Z_PTR_P           538 ext/dom/php_dom.c 	dom_prop_handler *hnd = Z_PTR_P(zv);
Z_PTR_P           539 ext/dom/php_dom.c 	Z_PTR_P(zv) = malloc(sizeof(dom_prop_handler));
Z_PTR_P           540 ext/dom/php_dom.c 	memcpy(Z_PTR_P(zv), hnd, sizeof(dom_prop_handler));
Z_PTR_P           546 ext/dom/php_dom.c 	free(Z_PTR_P(zv));
Z_PTR_P           748 ext/libxml/libxml.c 	free(Z_PTR_P(zv));
Z_PTR_P            59 ext/mbstring/php_mbregex.c 	onig_free((php_mb_regex_t *)Z_PTR_P(el));
Z_PTR_P            85 ext/mysqli/mysqli.c 	pefree(Z_PTR_P(el), 1);
Z_PTR_P           111 ext/mysqlnd/mysqlnd_plugin.c 	struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el);
Z_PTR_P            61 ext/mysqlnd/php_mysqlnd.c 	struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el);
Z_PTR_P            85 ext/mysqlnd/php_mysqlnd.c 	struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el);
Z_PTR_P          1532 ext/oci8/oci8.c 	php_oci_define *define = (php_oci_define *) Z_PTR_P(data);
Z_PTR_P          1549 ext/oci8/oci8.c 	php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data);
Z_PTR_P          1576 ext/oci8/oci8.c 	php_oci_out_column *column = (php_oci_out_column *) Z_PTR_P(data);
Z_PTR_P          1607 ext/oci8/oci8.c 	php_oci_descriptor *descriptor = (php_oci_descriptor *) Z_PTR_P(data);
Z_PTR_P           213 ext/oci8/oci8_statement.c 	php_oci_out_column *outcol = (php_oci_out_column*) Z_PTR_P(data);
Z_PTR_P           908 ext/oci8/oci8_statement.c 	php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data);
Z_PTR_P           967 ext/oci8/oci8_statement.c 	php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data);
Z_PTR_P          2476 ext/opcache/ZendAccelerator.c 	free(Z_PTR_P(zv));
Z_PTR_P            47 ext/opcache/zend_accelerator_util_funcs.c 	zend_function *function = Z_PTR_P(zv);
Z_PTR_P            65 ext/opcache/zend_accelerator_util_funcs.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           107 ext/opcache/zend_accelerator_util_funcs.c 	zend_function *function = Z_PTR_P(zv);
Z_PTR_P           142 ext/opcache/zend_accelerator_util_funcs.c 	zend_internal_function *function = Z_PTR_P(zv);
Z_PTR_P           552 ext/opcache/zend_accelerator_util_funcs.c 	function2 = Z_PTR_P(t);
Z_PTR_P           596 ext/opcache/zend_accelerator_util_funcs.c 	function2 = Z_PTR_P(t);
Z_PTR_P           634 ext/opcache/zend_accelerator_util_funcs.c 				pCopyConstructor(&Z_PTR_P(t));
Z_PTR_P           482 ext/opcache/zend_file_cache.c 	SERIALIZE_PTR(Z_PTR_P(zv));
Z_PTR_P           483 ext/opcache/zend_file_cache.c 	op_array = Z_PTR_P(zv);
Z_PTR_P           493 ext/opcache/zend_file_cache.c 	if (!IS_SERIALIZED(Z_PTR_P(zv))) {
Z_PTR_P           496 ext/opcache/zend_file_cache.c 		SERIALIZE_PTR(Z_PTR_P(zv));
Z_PTR_P           497 ext/opcache/zend_file_cache.c 		prop = Z_PTR_P(zv);
Z_PTR_P           519 ext/opcache/zend_file_cache.c 	SERIALIZE_PTR(Z_PTR_P(zv));
Z_PTR_P           520 ext/opcache/zend_file_cache.c 	ce = Z_PTR_P(zv);
Z_PTR_P          1032 ext/opcache/zend_file_cache.c 	UNSERIALIZE_PTR(Z_PTR_P(zv));
Z_PTR_P          1033 ext/opcache/zend_file_cache.c 	op_array = Z_PTR_P(zv);
Z_PTR_P          1041 ext/opcache/zend_file_cache.c 	if (!IS_UNSERIALIZED(Z_PTR_P(zv))) {
Z_PTR_P          1044 ext/opcache/zend_file_cache.c 		UNSERIALIZE_PTR(Z_PTR_P(zv));
Z_PTR_P          1045 ext/opcache/zend_file_cache.c 		prop = Z_PTR_P(zv);
Z_PTR_P          1065 ext/opcache/zend_file_cache.c 	UNSERIALIZE_PTR(Z_PTR_P(zv));
Z_PTR_P          1066 ext/opcache/zend_file_cache.c 	ce = Z_PTR_P(zv);
Z_PTR_P           676 ext/opcache/zend_persist.c 	zend_op_array *op_array = Z_PTR_P(zv);
Z_PTR_P           679 ext/opcache/zend_persist.c 		Z_PTR_P(zv) = old_op_array;
Z_PTR_P           685 ext/opcache/zend_persist.c 	memcpy(ZCG(arena_mem), Z_PTR_P(zv), sizeof(zend_op_array));
Z_PTR_P           686 ext/opcache/zend_persist.c 	zend_shared_alloc_register_xlat_entry(Z_PTR_P(zv), ZCG(arena_mem));
Z_PTR_P           687 ext/opcache/zend_persist.c 	Z_PTR_P(zv) = ZCG(arena_mem);
Z_PTR_P           689 ext/opcache/zend_persist.c 	zend_persist_op_array_ex(Z_PTR_P(zv), NULL);
Z_PTR_P           694 ext/opcache/zend_persist.c 	zend_property_info *prop = zend_shared_alloc_get_xlat_entry(Z_PTR_P(zv));
Z_PTR_P           697 ext/opcache/zend_persist.c 		Z_PTR_P(zv) = prop;
Z_PTR_P           700 ext/opcache/zend_persist.c 	memcpy(ZCG(arena_mem), Z_PTR_P(zv), sizeof(zend_property_info));
Z_PTR_P           701 ext/opcache/zend_persist.c 	zend_shared_alloc_register_xlat_entry(Z_PTR_P(zv), ZCG(arena_mem));
Z_PTR_P           702 ext/opcache/zend_persist.c 	prop = Z_PTR_P(zv) = ZCG(arena_mem);
Z_PTR_P           721 ext/opcache/zend_persist.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           724 ext/opcache/zend_persist.c 		memcpy(ZCG(arena_mem), Z_PTR_P(zv), sizeof(zend_class_entry));
Z_PTR_P           725 ext/opcache/zend_persist.c 		zend_shared_alloc_register_xlat_entry(Z_PTR_P(zv), ZCG(arena_mem));
Z_PTR_P           726 ext/opcache/zend_persist.c 		ce = Z_PTR_P(zv) = ZCG(arena_mem);
Z_PTR_P           842 ext/opcache/zend_persist.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           265 ext/opcache/zend_persist_calc.c 	zend_op_array *op_array = Z_PTR_P(zv);
Z_PTR_P           271 ext/opcache/zend_persist_calc.c 			Z_PTR_P(zv) = old_op_array;
Z_PTR_P           274 ext/opcache/zend_persist_calc.c 			zend_persist_op_array_calc_ex(Z_PTR_P(zv));
Z_PTR_P           275 ext/opcache/zend_persist_calc.c 			zend_shared_alloc_register_xlat_entry(op_array, Z_PTR_P(zv));
Z_PTR_P           279 ext/opcache/zend_persist_calc.c 		zend_persist_op_array_calc_ex(Z_PTR_P(zv));
Z_PTR_P           285 ext/opcache/zend_persist_calc.c 	zend_property_info *prop = Z_PTR_P(zv);
Z_PTR_P           299 ext/opcache/zend_persist_calc.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P           104 ext/pcre/php_pcre.c 	pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data);
Z_PTR_P           203 ext/pcre/php_pcre.c 	pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data);
Z_PTR_P          1256 ext/pdo/pdo_dbh.c 	zend_function *func = (zend_function*)Z_PTR_P(el);
Z_PTR_P          1265 ext/pdo/pdo_dbh.c 	zend_function *func = (zend_function*)Z_PTR_P(el);
Z_PTR_P           418 ext/pdo/pdo_sql_parser.c 	efree(Z_PTR_P(el));
Z_PTR_P           274 ext/pdo/pdo_stmt.c 	struct pdo_bound_param_data *param = (struct pdo_bound_param_data *)Z_PTR_P(el);
Z_PTR_P           983 ext/pgsql/pgsql.c 	php_pgsql_notice *notice = (php_pgsql_notice *)Z_PTR_P(el);
Z_PTR_P            38 ext/phar/phar.c 	phar_archive_data *phar = (phar_archive_data *)Z_PTR_P(zv);
Z_PTR_P           314 ext/phar/phar.c 	phar_archive_data *phar_data = (phar_archive_data *) Z_PTR_P(zv);
Z_PTR_P           327 ext/phar/phar.c 	return Z_PTR_P(zv) == argument ? ZEND_HASH_APPLY_REMOVE : ZEND_HASH_APPLY_KEEP;
Z_PTR_P           336 ext/phar/phar.c 	phar_entry_info *entry = (phar_entry_info *) Z_PTR_P(zv);
Z_PTR_P           356 ext/phar/phar.c 	phar_archive_data *phar_data = (phar_archive_data *)Z_PTR_P(zv);
Z_PTR_P           426 ext/phar/phar.c 	phar_entry_info *entry = Z_PTR_P(zv);
Z_PTR_P           631 ext/phar/phar.c 			Z_PTR_P(metadata) = pemalloc(zip_metadata_len, 1);
Z_PTR_P           632 ext/phar/phar.c 			memcpy(Z_PTR_P(metadata), *buffer, zip_metadata_len);
Z_PTR_P          2438 ext/phar/phar.c 	phar_entry_info *entry = (phar_entry_info *)Z_PTR_P(zv);
Z_PTR_P          3345 ext/phar/phar.c 	free(Z_PTR_P(zv));
Z_PTR_P          3100 ext/phar/phar_object.c 	phar_entry_info *entry = (phar_entry_info *)Z_PTR_P(zv);
Z_PTR_P          3117 ext/phar/phar_object.c 	phar_entry_info *entry = (phar_entry_info *)Z_PTR_P(zv);
Z_PTR_P           848 ext/phar/tar.c 	return phar_tar_writeheaders_int(Z_PTR_P(zv), argument);
Z_PTR_P           893 ext/phar/tar.c 	phar_entry_info *entry = (phar_entry_info *)Z_PTR_P(zv), *metadata, newentry = {0};
Z_PTR_P          1941 ext/phar/util.c 	phar_entry_info *entry = (phar_entry_info *)Z_PTR_P(data);
Z_PTR_P          1975 ext/phar/util.c 	memcpy(info, Z_PTR_P(zv), sizeof(phar_entry_info));
Z_PTR_P          1976 ext/phar/util.c 	Z_PTR_P(zv) = info;
Z_PTR_P          2044 ext/phar/util.c 	phar_copy_cached_phar((phar_archive_data **)&Z_PTR_P(pzv));
Z_PTR_P          2045 ext/phar/util.c 	newpphar = Z_PTR_P(pzv);
Z_PTR_P          1100 ext/phar/zip.c 	return phar_zip_changed_apply_int(Z_PTR_P(zv), arg);
Z_PTR_P           948 ext/reflection/php_reflection.c 	zend_ini_entry *ini_entry = (zend_ini_entry*)Z_PTR_P(el);
Z_PTR_P           985 ext/reflection/php_reflection.c 	zend_class_entry *ce = (zend_class_entry*)Z_PTR_P(el);
Z_PTR_P          1005 ext/reflection/php_reflection.c 	zend_constant *constant = (zend_constant*)Z_PTR_P(el);
Z_PTR_P          4133 ext/reflection/php_reflection.c 	zend_function *mptr = (zend_function*)Z_PTR_P(el);
Z_PTR_P          4289 ext/reflection/php_reflection.c 	zend_property_info *pptr = (zend_property_info*)Z_PTR_P(el);
Z_PTR_P          5650 ext/reflection/php_reflection.c 	zend_constant *constant = (zend_constant*)Z_PTR_P(el);
Z_PTR_P          5682 ext/reflection/php_reflection.c 	zend_ini_entry *ini_entry = (zend_ini_entry*)Z_PTR_P(el);
Z_PTR_P          5720 ext/reflection/php_reflection.c 	zend_class_entry *ce = Z_PTR_P(zv);
Z_PTR_P          2300 ext/snmp/snmp.c 	pefree(Z_PTR_P(el), 1);
Z_PTR_P          3631 ext/soap/php_encoding.c 	encodePtr t = Z_PTR_P(zv);
Z_PTR_P          3646 ext/soap/php_encoding.c 	encodePtr t = Z_PTR_P(zv);
Z_PTR_P          2058 ext/soap/php_schema.c 	memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute));
Z_PTR_P          2059 ext/soap/php_schema.c 	Z_PTR_P(zv) = new_attr;
Z_PTR_P          2324 ext/soap/php_schema.c 	sdlContentModelPtr tmp = Z_PTR_P(zv);
Z_PTR_P          2367 ext/soap/php_schema.c 	delete_model_persistent_int(Z_PTR_P(zv));
Z_PTR_P          2372 ext/soap/php_schema.c 	sdlTypePtr type = Z_PTR_P(zv);
Z_PTR_P          2422 ext/soap/php_schema.c 	sdlTypePtr type = Z_PTR_P(zv);
Z_PTR_P          2469 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = Z_PTR_P(zv);
Z_PTR_P          2482 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = Z_PTR_P(zv);
Z_PTR_P          2495 ext/soap/php_schema.c 	sdlAttributePtr attr = Z_PTR_P(zv);
Z_PTR_P          2521 ext/soap/php_schema.c 	sdlAttributePtr attr = Z_PTR_P(zv);
Z_PTR_P          2571 ext/soap/php_schema.c 	delete_restriction_var_char_int(Z_PTR_P(zv));
Z_PTR_P          2586 ext/soap/php_schema.c 	delete_restriction_var_char_persistent_int(Z_PTR_P(zv));
Z_PTR_P          2402 ext/soap/php_sdl.c 	make_persistent_restriction_char_int((sdlRestrictionCharPtr*)&Z_PTR_P(zv));
Z_PTR_P          3086 ext/soap/php_sdl.c 			tmp = Z_PTR_P(zv);
Z_PTR_P          3090 ext/soap/php_sdl.c 			Z_PTR_P(zv) = preq;
Z_PTR_P          3150 ext/soap/php_sdl.c 	delete_psdl_int(Z_PTR_P(zv));
Z_PTR_P          3151 ext/soap/php_sdl.c 	free(Z_PTR_P(zv));
Z_PTR_P          3424 ext/soap/php_sdl.c 	sdlBindingPtr binding = Z_PTR_P(zv);
Z_PTR_P          3444 ext/soap/php_sdl.c 	sdlBindingPtr binding = Z_PTR_P(zv);
Z_PTR_P          3486 ext/soap/php_sdl.c 	sdlFunctionPtr function = Z_PTR_P(zv);
Z_PTR_P          3525 ext/soap/php_sdl.c 	sdlFunctionPtr function = Z_PTR_P(zv);
Z_PTR_P          3564 ext/soap/php_sdl.c 	sdlParamPtr param = Z_PTR_P(zv);
Z_PTR_P          3573 ext/soap/php_sdl.c 	sdlParamPtr param = Z_PTR_P(zv);
Z_PTR_P          3597 ext/soap/php_sdl.c 	delete_header_int(Z_PTR_P(zv));
Z_PTR_P          3602 ext/soap/php_sdl.c 	sdlSoapBindingFunctionHeaderPtr hdr = Z_PTR_P(zv);
Z_PTR_P          3618 ext/soap/php_sdl.c 	sdlFaultPtr fault = Z_PTR_P(zv);
Z_PTR_P          3639 ext/soap/php_sdl.c 	sdlFaultPtr fault = Z_PTR_P(zv);
Z_PTR_P          3660 ext/soap/php_sdl.c 	xmlDocPtr doc = Z_PTR_P(zv);
Z_PTR_P            87 ext/sockets/sendrecvmsg.c 	pefree(Z_PTR_P(el), 1);
Z_PTR_P           397 ext/spl/php_spl.c 	autoload_func_info *alfi = (autoload_func_info*)Z_PTR_P(element);
Z_PTR_P           150 ext/spl/spl_observer.c 	spl_SplObjectStorageElement *el = Z_PTR_P(element);
Z_PTR_P           337 ext/spl/spl_observer.c 	spl_SplObjectStorageElement *s1 = (spl_SplObjectStorageElement*)Z_PTR_P(e1);
Z_PTR_P           338 ext/spl/spl_observer.c 	spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2);
Z_PTR_P          2021 ext/sqlite3/sqlite3.c 	return  ((*free_list)->stmt_obj->initialised && Z_PTR_P(statement) == Z_PTR((*free_list)->stmt_obj_zval));
Z_PTR_P          2184 ext/sqlite3/sqlite3.c 	struct php_sqlite3_bound_param *param = (struct php_sqlite3_bound_param*)Z_PTR_P(data);
Z_PTR_P          3402 ext/standard/basic_functions.c 	putenv_entry *pe = Z_PTR_P(zv);
Z_PTR_P          4883 ext/standard/basic_functions.c 	php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
Z_PTR_P          4906 ext/standard/basic_functions.c     php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
Z_PTR_P          5265 ext/standard/basic_functions.c 	zend_ini_entry *ini_entry = Z_PTR_P(zv);
Z_PTR_P           174 ext/standard/info.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el);
Z_PTR_P           184 ext/standard/info.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el);
Z_PTR_P            48 ext/standard/url_scanner_ex.c 	free(Z_PTR_P(zv));
Z_PTR_P           389 ext/standard/user_filters.c 	struct php_user_filter_data *fdat = Z_PTR_P(zv);
Z_PTR_P           453 ext/xmlreader/php_xmlreader.c 	pefree(Z_PTR_P(el), 1);
Z_PTR_P          3003 ext/zip/php_zip.c 	pefree(Z_PTR_P(el), 1);
Z_PTR_P            56 main/SAPI.c    	free(Z_PTR_P(zv));
Z_PTR_P           132 main/output.c  	HashTable *ht = Z_PTR_P(zv);
Z_PTR_P           123 main/php_ini.c 	zend_ini_entry *ini_entry = (zend_ini_entry*)Z_PTR_P(el);
Z_PTR_P           154 main/php_ini.c 	zend_ini_entry *ini_entry = (zend_ini_entry *)Z_PTR_P(el);
Z_PTR_P           227 main/streams/streams.c 	zend_llist *list = (zend_llist*)Z_PTR_P(item);
Z_PTR_P           122 sapi/apache2handler/apache_config.c 	php_dir_entry *new_per_dir_entry = Z_PTR_P(zv);
Z_PTR_P           140 sapi/apache2handler/apache_config.c 	php_dir_entry *pe = (php_dir_entry*)Z_PTR_P(zv);
Z_PTR_P           208 sapi/apache2handler/apache_config.c 	free((php_dir_entry*)Z_PTR_P(zv));
Z_PTR_P           194 sapi/cgi/cgi_main.c 	user_config_cache_entry *entry = (user_config_cache_entry *)Z_PTR_P(el);
Z_PTR_P           237 sapi/cgi/cgi_main.c 	zend_module_entry *module = Z_PTR_P(element);
Z_PTR_P           184 sapi/cli/php_cli.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element);
Z_PTR_P           264 sapi/cli/php_cli_server.c 	pefree(Z_PTR_P(zv), 1);
Z_PTR_P          2186 sapi/cli/php_cli_server.c 	php_cli_server_client *p = Z_PTR_P(zv);
Z_PTR_P           194 sapi/fpm/fpm/fpm_main.c 	user_config_cache_entry *entry = (user_config_cache_entry *)Z_PTR_P(el);
Z_PTR_P           224 sapi/fpm/fpm/fpm_main.c 	zend_module_entry *module = Z_PTR_P(zv);
Z_PTR_P           153 sapi/phpdbg/phpdbg.c 	efree((char *) ((phpdbg_breaksymbol_t *) Z_PTR_P(brake))->symbol);
Z_PTR_P           154 sapi/phpdbg/phpdbg.c 	efree(Z_PTR_P(brake));
Z_PTR_P           159 sapi/phpdbg/phpdbg.c 	efree((char *) ((phpdbg_breakop_t *) Z_PTR_P(brake))->name);
Z_PTR_P           160 sapi/phpdbg/phpdbg.c 	efree(Z_PTR_P(brake));
Z_PTR_P           165 sapi/phpdbg/phpdbg.c 	efree(Z_PTR_P(brake));
Z_PTR_P           176 sapi/phpdbg/phpdbg.c 	phpdbg_breakcond_t *brake = (phpdbg_breakcond_t *) Z_PTR_P(data);
Z_PTR_P           188 sapi/phpdbg/phpdbg.c 	zend_function *function = (zend_function *) Z_PTR_P(data);
Z_PTR_P            63 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakfile_t *bp = (phpdbg_breakfile_t*) Z_PTR_P(data);
Z_PTR_P            71 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakmethod_t *bp = (phpdbg_breakmethod_t *) Z_PTR_P(data);
Z_PTR_P            86 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakopline_t *bp = (phpdbg_breakopline_t *) Z_PTR_P(data);
Z_PTR_P           163 sapi/phpdbg/phpdbg_info.c 	zend_auto_global *auto_global = Z_PTR_P(ptrzv);
Z_PTR_P           370 sapi/phpdbg/phpdbg_list.c 	phpdbg_file_source *data = Z_PTR_P(zv);
Z_PTR_P           219 sapi/phpdbg/phpdbg_watch.c 					cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->watches, NULL));
Z_PTR_P           221 sapi/phpdbg/phpdbg_watch.c 					cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->implicit_watches, NULL));
Z_PTR_P           272 sapi/phpdbg/phpdbg_watch.c 			cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->watches, NULL));
Z_PTR_P           274 sapi/phpdbg/phpdbg_watch.c 			cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->implicit_watches, NULL));
Z_PTR_P           850 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watchpoint_t *watch = (phpdbg_watchpoint_t *) Z_PTR_P(pDest);
Z_PTR_P           889 sapi/phpdbg/phpdbg_watch.c 	efree(Z_PTR_P(ptr));
Z_PTR_P          1041 sapi/phpdbg/phpdbg_watch.c 					if (Z_PTR_P(watch->addr.zv) != Z_PTR_P((zval *) oldPtr) || Z_TYPE_P(watch->addr.zv) != Z_TYPE_P((zval *) oldPtr)) {
Z_PTR_P           175 win32/registry.c 	HashTable *ht = (HashTable *)Z_PTR_P(zv);