Z_OBJPROP_PP     1505 Zend/zend_execute.c 		zend_hash_apply(Z_OBJPROP_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC);
Z_OBJPROP_PP      249 ext/json/json.c 		myht = Z_OBJPROP_PP(val);
Z_OBJPROP_PP     3648 ext/soap/php_encoding.c 			if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE ||
Z_OBJPROP_PP     3654 ext/soap/php_encoding.c 			if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_stype", sizeof("enc_stype"), (void **)&ztype) == SUCCESS &&
Z_OBJPROP_PP     3661 ext/soap/php_encoding.c 			if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_ns", sizeof("enc_ns"), (void **)&ztype) == SUCCESS &&
Z_OBJPROP_PP     4351 ext/soap/soap.c 			HashTable *ht = Z_OBJPROP_PP(header);
Z_OBJPROP_PP      476 ext/standard/var.c 		myht = Z_OBJPROP_PP(struc);
Z_OBJPROP_PP      430 ext/standard/var_unserializer.c 	if (!process_nested_data(UNSERIALIZE_PASSTHRU, Z_OBJPROP_PP(rval), elements, 1)) {
Z_OBJPROP_PP     1507 ext/xmlrpc/xmlrpc-epi-php.c 		vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg));
Z_OBJPROP_PP      351 sapi/phpdbg/phpdbg_watch.c 					phpdbg_watchpoint_parse_input(input, len, Z_OBJPROP_PP(zv), i, callback, silent TSRMLS_CC);
Z_OBJPROP_PP      381 sapi/phpdbg/phpdbg_watch.c 				parent = Z_OBJPROP_PP(zv);
Z_OBJPROP_PP      612 sapi/phpdbg/phpdbg_watch.c 						curTest = (void *)Z_OBJPROP_PP((zval **)curTest);