Z_OBJPROP_PP     1357 Zend/zend_execute.c 		zend_hash_apply(Z_OBJPROP_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC);
Z_OBJPROP_PP      131 ext/json/json.c         myht = Z_OBJPROP_PP(val);
Z_OBJPROP_PP     3454 ext/soap/php_encoding.c 			if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE) {
Z_OBJPROP_PP     3459 ext/soap/php_encoding.c 			if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_stype", sizeof("enc_stype"), (void **)&ztype) == SUCCESS) {
Z_OBJPROP_PP     3465 ext/soap/php_encoding.c 			if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_ns", sizeof("enc_ns"), (void **)&ztype) == SUCCESS) {
Z_OBJPROP_PP     4247 ext/soap/soap.c 			HashTable *ht = Z_OBJPROP_PP(header);
Z_OBJPROP_PP      135 ext/standard/var.c 		myht = Z_OBJPROP_PP(struc);
Z_OBJPROP_PP      289 ext/standard/var.c 		myht = Z_OBJPROP_PP(struc);
Z_OBJPROP_PP      434 ext/standard/var.c 		myht = Z_OBJPROP_PP(struc);
Z_OBJPROP_PP      365 ext/standard/var_unserializer.c 	if (!process_nested_data(UNSERIALIZE_PASSTHRU, Z_OBJPROP_PP(rval), elements)) {
Z_OBJPROP_PP     1452 ext/xmlrpc/xmlrpc-epi-php.c 		vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg));