prop              911 Zend/zend_builtin_functions.c 	zval *prop, *prop_copy;
prop              929 Zend/zend_builtin_functions.c 		prop = NULL;
prop              932 Zend/zend_builtin_functions.c 				prop = ce->default_static_members_table[prop_info->offset];
prop              934 Zend/zend_builtin_functions.c 				prop = ce->default_properties_table[prop_info->offset];
prop              937 Zend/zend_builtin_functions.c 		if (!prop) {
prop              943 Zend/zend_builtin_functions.c 		*prop_copy = *prop;
prop             2624 ext/curl/interface.c 						zval *prop;
prop             2627 ext/curl/interface.c 						prop = zend_read_property(curl_CURLFile_class, *current, "name", sizeof("name")-1, 0 TSRMLS_CC);
prop             2628 ext/curl/interface.c 						if(Z_TYPE_P(prop) != IS_STRING) {
prop             2631 ext/curl/interface.c 							postval = Z_STRVAL_P(prop);
prop             2637 ext/curl/interface.c 							prop = zend_read_property(curl_CURLFile_class, *current, "mime", sizeof("mime")-1, 0 TSRMLS_CC);
prop             2638 ext/curl/interface.c 							if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
prop             2639 ext/curl/interface.c 								type = Z_STRVAL_P(prop);
prop             2641 ext/curl/interface.c 							prop = zend_read_property(curl_CURLFile_class, *current, "postname", sizeof("postname")-1, 0 TSRMLS_CC);
prop             2642 ext/curl/interface.c 							if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
prop             2643 ext/curl/interface.c 								filename = Z_STRVAL_P(prop);
prop               91 ext/dom/documentfragment.c     xmlAttrPtr prop;
prop               96 ext/dom/documentfragment.c 			prop = tree->properties;
prop               97 ext/dom/documentfragment.c 			while (prop != NULL) {
prop               98 ext/dom/documentfragment.c 				prop->doc = doc;
prop               99 ext/dom/documentfragment.c 				if (prop->children) {
prop              100 ext/dom/documentfragment.c 					cur = prop->children;
prop              106 ext/dom/documentfragment.c 				prop = prop->next;
prop              864 ext/mbstring/oniguruma/regenc.c onigenc_property_list_add_property(UChar* name, const OnigCodePoint* prop,
prop              878 ext/mbstring/oniguruma/regenc.c   (*plist)[*pnum] = prop;
prop              802 ext/mbstring/oniguruma/regint.h extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
prop             2312 ext/mbstring/oniguruma/regparse.c     } prop;
prop             2947 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
prop             2948 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             2952 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
prop             2953 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             2957 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
prop             2958 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             2962 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
prop             2963 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             2967 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
prop             2968 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             2972 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
prop             2973 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             2978 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
prop             2979 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             2984 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
prop             2985 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             2995 ext/mbstring/oniguruma/regparse.c 	tok->u.prop.not = (c == 'P' ? 1 : 0);
prop             3000 ext/mbstring/oniguruma/regparse.c 	    tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0);
prop             3234 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
prop             3235 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             3241 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
prop             3242 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             3274 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
prop             3275 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             3281 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
prop             3282 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             3288 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
prop             3289 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             3295 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
prop             3296 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             3302 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
prop             3303 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 0;
prop             3309 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
prop             3310 ext/mbstring/oniguruma/regparse.c       tok->u.prop.not   = 1;
prop             3560 ext/mbstring/oniguruma/regparse.c 	tok->u.prop.not = (c == 'P' ? 1 : 0);
prop             3565 ext/mbstring/oniguruma/regparse.c 	    tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0);
prop             4034 ext/mbstring/oniguruma/regparse.c   if (tok->u.prop.not != 0) NCCLASS_SET_NOT(cc);
prop             4323 ext/mbstring/oniguruma/regparse.c       r = add_ctype_to_cc(cc, tok->u.prop.ctype, tok->u.prop.not, env);
prop             4337 ext/mbstring/oniguruma/regparse.c 	r = add_ctype_to_cc(cc, ctype, tok->u.prop.not, env);
prop             5179 ext/mbstring/oniguruma/regparse.c       switch (tok->u.prop.ctype) {
prop             5181 ext/mbstring/oniguruma/regparse.c 	*np = node_new_ctype(tok->u.prop.ctype, tok->u.prop.not);
prop             5195 ext/mbstring/oniguruma/regparse.c           r = ONIGENC_GET_CTYPE_CODE_RANGE(env->enc, tok->u.prop.ctype,
prop             5204 ext/mbstring/oniguruma/regparse.c             key.not  = tok->u.prop.not;
prop             5205 ext/mbstring/oniguruma/regparse.c             key.type = tok->u.prop.ctype;
prop             5225 ext/mbstring/oniguruma/regparse.c             *np = node_new_cclass_by_codepoint_range(tok->u.prop.not,
prop             5246 ext/mbstring/oniguruma/regparse.c             add_ctype_to_cc(cc, tok->u.prop.ctype, 0, env);
prop             5247 ext/mbstring/oniguruma/regparse.c             if (tok->u.prop.not != 0) NCCLASS_SET_NOT(cc);
prop              470 ext/opcache/zend_persist.c static void zend_persist_property_info(zend_property_info *prop TSRMLS_DC)
prop              472 ext/opcache/zend_persist.c 	zend_accel_store_interned_string(prop->name, prop->name_length + 1);
prop              473 ext/opcache/zend_persist.c 	if (prop->doc_comment) {
prop              475 ext/opcache/zend_persist.c 			zend_accel_store(prop->doc_comment, prop->doc_comment_len + 1);
prop              477 ext/opcache/zend_persist.c 			if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) {
prop              478 ext/opcache/zend_persist.c 				zend_shared_alloc_register_xlat_entry(prop->doc_comment, prop->doc_comment);
prop              479 ext/opcache/zend_persist.c 				efree((char*)prop->doc_comment);
prop              481 ext/opcache/zend_persist.c 			prop->doc_comment = NULL;
prop              482 ext/opcache/zend_persist.c 			prop->doc_comment_len = 0;
prop              621 ext/opcache/zend_persist.c static int zend_update_property_info_ce(zend_property_info *prop TSRMLS_DC)
prop              623 ext/opcache/zend_persist.c 	prop->ce = zend_shared_alloc_get_xlat_entry(prop->ce);
prop              252 ext/opcache/zend_persist_calc.c static uint zend_persist_property_info_calc(zend_property_info *prop TSRMLS_DC)
prop              255 ext/opcache/zend_persist_calc.c 	ADD_INTERNED_STRING(prop->name, prop->name_length + 1);
prop              256 ext/opcache/zend_persist_calc.c 	if (ZCG(accel_directives).save_comments && prop->doc_comment) {
prop              257 ext/opcache/zend_persist_calc.c 		ADD_DUP_SIZE(prop->doc_comment, prop->doc_comment_len + 1);
prop             2831 ext/pcre/pcrelib/pcre_compile.c const ucd_record *prop = GET_UCD(c);
prop             2836 ext/pcre/pcrelib/pcre_compile.c   return (prop->chartype == ucp_Lu ||
prop             2837 ext/pcre/pcrelib/pcre_compile.c           prop->chartype == ucp_Ll ||
prop             2838 ext/pcre/pcrelib/pcre_compile.c           prop->chartype == ucp_Lt) == negated;
prop             2841 ext/pcre/pcrelib/pcre_compile.c   return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
prop             2844 ext/pcre/pcrelib/pcre_compile.c   return (pdata == prop->chartype) == negated;
prop             2847 ext/pcre/pcrelib/pcre_compile.c   return (pdata == prop->script) == negated;
prop             2852 ext/pcre/pcrelib/pcre_compile.c   return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2853 ext/pcre/pcrelib/pcre_compile.c           PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
prop             2868 ext/pcre/pcrelib/pcre_compile.c     return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
prop             2873 ext/pcre/pcrelib/pcre_compile.c   return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2874 ext/pcre/pcrelib/pcre_compile.c           PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
prop             2878 ext/pcre/pcrelib/pcre_compile.c   p = PRIV(ucd_caseless_sets) + prop->caseset;
prop             2558 ext/pcre/pcrelib/pcre_exec.c       const ucd_record *prop = GET_UCD(c);
prop             2567 ext/pcre/pcrelib/pcre_exec.c         if ((prop->chartype == ucp_Lu ||
prop             2568 ext/pcre/pcrelib/pcre_exec.c              prop->chartype == ucp_Ll ||
prop             2569 ext/pcre/pcrelib/pcre_exec.c              prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
prop             2574 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
prop             2579 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != prop->chartype) == (op == OP_PROP))
prop             2584 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != prop->script) == (op == OP_PROP))
prop             2591 ext/pcre/pcrelib/pcre_exec.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2592 ext/pcre/pcrelib/pcre_exec.c              PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
prop             2610 ext/pcre/pcrelib/pcre_exec.c           if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
prop             2617 ext/pcre/pcrelib/pcre_exec.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2618 ext/pcre/pcrelib/pcre_exec.c              PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
prop              135 ext/pcre/pcrelib/pcre_xclass.c     const ucd_record *prop = GET_UCD(c);
prop              145 ext/pcre/pcrelib/pcre_xclass.c       if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
prop              146 ext/pcre/pcrelib/pcre_xclass.c            prop->chartype == ucp_Lt) == isprop) return !negated;
prop              150 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
prop              155 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == prop->chartype) == isprop) return !negated;
prop              159 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == prop->script) == isprop) return !negated;
prop              163 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop              164 ext/pcre/pcrelib/pcre_xclass.c            PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
prop              182 ext/pcre/pcrelib/pcre_xclass.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
prop              189 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop              190 ext/pcre/pcrelib/pcre_xclass.c            PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
prop              222 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z &&
prop              223 ext/pcre/pcrelib/pcre_xclass.c             (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
prop              224 ext/pcre/pcrelib/pcre_xclass.c               (prop->chartype == ucp_Cf &&
prop              234 ext/pcre/pcrelib/pcre_xclass.c       if ((prop->chartype != ucp_Zl &&
prop              235 ext/pcre/pcrelib/pcre_xclass.c            prop->chartype != ucp_Zp &&
prop              236 ext/pcre/pcrelib/pcre_xclass.c             (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
prop              237 ext/pcre/pcrelib/pcre_xclass.c               (prop->chartype == ucp_Cf &&
prop              248 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P ||
prop              249 ext/pcre/pcrelib/pcre_xclass.c             (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop)
prop              186 ext/reflection/php_reflection.c 	zend_property_info prop;
prop              324 ext/reflection/php_reflection.c 			efree((char*)prop_reference->prop.name);
prop              370 ext/reflection/php_reflection.c static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent TSRMLS_DC);
prop              478 ext/reflection/php_reflection.c 			zend_property_info *prop;
prop              482 ext/reflection/php_reflection.c 			while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) {
prop              483 ext/reflection/php_reflection.c 				if(prop->flags & ZEND_ACC_SHADOW) {
prop              485 ext/reflection/php_reflection.c 				} else if (prop->flags & ZEND_ACC_STATIC) {
prop              496 ext/reflection/php_reflection.c 			zend_property_info *prop;
prop              500 ext/reflection/php_reflection.c 			while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) {
prop              501 ext/reflection/php_reflection.c 				if ((prop->flags & ZEND_ACC_STATIC) && !(prop->flags & ZEND_ACC_SHADOW)) {
prop              502 ext/reflection/php_reflection.c 					_property_string(str, prop, NULL, sub_indent.string TSRMLS_CC);
prop              560 ext/reflection/php_reflection.c 			zend_property_info *prop;
prop              564 ext/reflection/php_reflection.c 			while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) {
prop              565 ext/reflection/php_reflection.c 				if (!(prop->flags & (ZEND_ACC_STATIC|ZEND_ACC_SHADOW))) {
prop              566 ext/reflection/php_reflection.c 					_property_string(str, prop, NULL, sub_indent.string TSRMLS_CC);
prop              578 ext/reflection/php_reflection.c 		zval         **prop;
prop              586 ext/reflection/php_reflection.c 			while (zend_hash_get_current_data_ex(properties, (void **) &prop, &pos) == SUCCESS) {
prop              959 ext/reflection/php_reflection.c static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent TSRMLS_DC)
prop              964 ext/reflection/php_reflection.c 	if (!prop) {
prop              967 ext/reflection/php_reflection.c 		if (!(prop->flags & ZEND_ACC_STATIC)) {
prop              968 ext/reflection/php_reflection.c 			if (prop->flags & ZEND_ACC_IMPLICIT_PUBLIC) {
prop              976 ext/reflection/php_reflection.c 		switch (prop->flags & ZEND_ACC_PPP_MASK) {
prop              987 ext/reflection/php_reflection.c 		if(prop->flags & ZEND_ACC_STATIC) {
prop              991 ext/reflection/php_reflection.c 		zend_unmangle_property_name(prop->name, prop->name_length, &class_name, (const char**)&prop_name);
prop             1349 ext/reflection/php_reflection.c static void reflection_property_factory(zend_class_entry *ce, zend_property_info *prop, zval *object TSRMLS_DC)
prop             1357 ext/reflection/php_reflection.c 	zend_unmangle_property_name(prop->name, prop->name_length, &class_name, &prop_name);
prop             1359 ext/reflection/php_reflection.c 	if (!(prop->flags & ZEND_ACC_PRIVATE)) {
prop             1370 ext/reflection/php_reflection.c 			prop = tmp_info;
prop             1379 ext/reflection/php_reflection.c 	ZVAL_STRINGL(classname, prop->ce->name, prop->ce->name_length, 1);
prop             1385 ext/reflection/php_reflection.c 	reference->prop = *prop;
prop             3422 ext/reflection/php_reflection.c 	zval *prop, *prop_copy;
prop             3439 ext/reflection/php_reflection.c 		prop = NULL;
prop             3442 ext/reflection/php_reflection.c 				prop = ce->default_static_members_table[prop_info->offset];
prop             3444 ext/reflection/php_reflection.c 				prop = ce->default_properties_table[prop_info->offset];
prop             3447 ext/reflection/php_reflection.c 		if (!prop) {
prop             3453 ext/reflection/php_reflection.c 		*prop_copy = *prop;
prop             3496 ext/reflection/php_reflection.c 	zval **prop, *def_value = NULL;
prop             3505 ext/reflection/php_reflection.c 	prop = zend_std_get_static_property(ce, name, name_len, 1, NULL TSRMLS_CC);
prop             3506 ext/reflection/php_reflection.c 	if (!prop) {
prop             3515 ext/reflection/php_reflection.c 		RETURN_ZVAL(*prop, 1, 0);
prop             4923 ext/reflection/php_reflection.c 		reference->prop.flags = ZEND_ACC_IMPLICIT_PUBLIC;
prop             4924 ext/reflection/php_reflection.c 		reference->prop.name = Z_STRVAL_P(propname);
prop             4925 ext/reflection/php_reflection.c 		reference->prop.name_length = Z_STRLEN_P(propname);
prop             4926 ext/reflection/php_reflection.c 		reference->prop.h = zend_get_hash_value(name_str, name_len+1);
prop             4927 ext/reflection/php_reflection.c 		reference->prop.doc_comment = NULL;
prop             4928 ext/reflection/php_reflection.c 		reference->prop.ce = ce;
prop             4930 ext/reflection/php_reflection.c 		reference->prop = *property_info;
prop             4953 ext/reflection/php_reflection.c 	_property_string(&str, &ref->prop, NULL, "" TSRMLS_CC);
prop             4978 ext/reflection/php_reflection.c 	RETURN_BOOL(ref->prop.flags & mask);
prop             5034 ext/reflection/php_reflection.c 	RETURN_LONG(ref->prop.flags);
prop             5050 ext/reflection/php_reflection.c 	if (!(ref->prop.flags & (ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC)) && intern->ignore_visibility == 0) {
prop             5058 ext/reflection/php_reflection.c 	if ((ref->prop.flags & ZEND_ACC_STATIC)) {
prop             5060 ext/reflection/php_reflection.c 		if (!CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) {
prop             5061 ext/reflection/php_reflection.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name);
prop             5064 ext/reflection/php_reflection.c 		*return_value= *CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset];
prop             5073 ext/reflection/php_reflection.c 		zend_unmangle_property_name(ref->prop.name, ref->prop.name_length, &class_name, &prop_name);
prop             5098 ext/reflection/php_reflection.c 	if (!(ref->prop.flags & ZEND_ACC_PUBLIC) && intern->ignore_visibility == 0) {
prop             5106 ext/reflection/php_reflection.c 	if ((ref->prop.flags & ZEND_ACC_STATIC)) {
prop             5114 ext/reflection/php_reflection.c 		if (!CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) {
prop             5115 ext/reflection/php_reflection.c 			php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name);
prop             5118 ext/reflection/php_reflection.c 		variable_ptr = &CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset];
prop             5148 ext/reflection/php_reflection.c 		zend_unmangle_property_name(ref->prop.name, ref->prop.name_length, &class_name, &prop_name);
prop             5170 ext/reflection/php_reflection.c 	if (zend_unmangle_property_name(ref->prop.name, ref->prop.name_length, &class_name, &prop_name) != SUCCESS) {
prop             5204 ext/reflection/php_reflection.c 	if (ref->prop.doc_comment) {
prop             5205 ext/reflection/php_reflection.c 		RETURN_STRINGL(ref->prop.doc_comment, ref->prop.doc_comment_len, 1);
prop             1651 ext/soap/php_encoding.c 				zval *prop;
prop             1655 ext/soap/php_encoding.c 				prop = get_zval_property(ret, (char*)trav->name TSRMLS_CC);
prop             1656 ext/soap/php_encoding.c 				if (!prop) {
prop             1669 ext/soap/php_encoding.c 					if (Z_TYPE_P(prop) != IS_ARRAY) {
prop             1675 ext/soap/php_encoding.c 						Z_ADDREF_P(prop);
prop             1676 ext/soap/php_encoding.c 						add_next_index_zval(arr, prop);
prop             1678 ext/soap/php_encoding.c 						prop = arr;
prop             1681 ext/soap/php_encoding.c 					add_next_index_zval(prop, tmpVal);
prop             1897 ext/soap/php_encoding.c 	HashTable *prop = NULL;
prop             1912 ext/soap/php_encoding.c 		prop = Z_OBJPROP_P(data);
prop             1914 ext/soap/php_encoding.c 		prop = Z_ARRVAL_P(data);
prop             1933 ext/soap/php_encoding.c 				} else if (prop == NULL) {
prop             1950 ext/soap/php_encoding.c 				if (prop) prop->nApplyCount++;
prop             1952 ext/soap/php_encoding.c 				if (prop) prop->nApplyCount--;
prop             1958 ext/soap/php_encoding.c 				} else if (prop == NULL) {
prop             1973 ext/soap/php_encoding.c 		if (prop != NULL) {
prop             1983 ext/soap/php_encoding.c 				zend_hash_internal_pointer_reset(prop);
prop             1984 ext/soap/php_encoding.c 				while (zend_hash_get_current_data(prop,(void**)&val) == SUCCESS) {
prop             2000 ext/soap/php_encoding.c 					zend_hash_move_forward(prop);
prop             2053 ext/soap/php_encoding.c 		if (prop != NULL) {
prop             2054 ext/soap/php_encoding.c 			i = zend_hash_num_elements(prop);
prop             2055 ext/soap/php_encoding.c 			zend_hash_internal_pointer_reset(prop);
prop             2065 ext/soap/php_encoding.c 				key_type = zend_hash_get_current_key_ex(prop, &str_key, &str_key_len, &index, FALSE, NULL);
prop             2066 ext/soap/php_encoding.c 				zend_hash_get_current_data(prop, (void **)&zprop);
prop             2084 ext/soap/php_encoding.c 				zend_hash_move_forward(prop);
prop             3891 ext/soap/soap.c 		HashTable* prop;
prop             3896 ext/soap/soap.c 		prop = Z_OBJPROP_P(ret);
prop             3899 ext/soap/soap.c 		    zend_hash_find(prop, "headerfault", sizeof("headerfault"), (void**)&tmp) == SUCCESS) {
prop             3957 ext/soap/soap.c 		if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
prop             3961 ext/soap/soap.c 		if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
prop             4008 ext/soap/soap.c 			if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS &&
prop             4024 ext/soap/soap.c 			if (zend_hash_find(prop, "faultstring", sizeof("faultstring"), (void**)&tmp) == SUCCESS) {
prop             4028 ext/soap/soap.c 			if (zend_hash_find(prop, "faultactor", sizeof("faultactor"), (void**)&tmp) == SUCCESS) {
prop             4034 ext/soap/soap.c 			if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS &&
prop             4050 ext/soap/soap.c 			if (zend_hash_find(prop, "faultstring", sizeof("faultstring"), (void**)&tmp) == SUCCESS) {
prop             4064 ext/soap/soap.c 			if (zend_hash_find(prop, "detail", sizeof("detail"), (void**)&tmp) == SUCCESS &&
prop             4109 ext/soap/soap.c 		} else if (zend_hash_find(prop, "detail", sizeof("detail"), (void**)&tmp) == SUCCESS &&