prop             1197 Zend/zend_API.c 	    zval *prop;
prop             1201 Zend/zend_API.c     	ZEND_HASH_FOREACH_STR_KEY_VAL(properties, key, prop) {
prop             1207 Zend/zend_API.c 				ZVAL_COPY_VALUE(slot, prop);
prop             1208 Zend/zend_API.c 				ZVAL_INDIRECT(prop, slot);
prop             1217 Zend/zend_API.c     zval *prop, tmp;
prop             1222 Zend/zend_API.c    	ZEND_HASH_FOREACH_KEY_VAL(properties, h, key, prop) {
prop             1249 Zend/zend_API.c 				ZVAL_COPY_VALUE(slot, prop);
prop             1259 Zend/zend_API.c 				prop = zend_hash_update(object->properties, key, prop);
prop             1260 Zend/zend_API.c 				zval_add_ref(prop);
prop             1266 Zend/zend_API.c 			prop = zend_hash_index_update(object->properties, h, prop);
prop             1267 Zend/zend_API.c 			zval_add_ref(prop);
prop             1082 Zend/zend_builtin_functions.c 	zval *prop, prop_copy;
prop             1095 Zend/zend_builtin_functions.c 		prop = NULL;
prop             1097 Zend/zend_builtin_functions.c 			prop = &ce->default_static_members_table[prop_info->offset];
prop             1099 Zend/zend_builtin_functions.c 			prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)];
prop             1101 Zend/zend_builtin_functions.c 		if (!prop || Z_TYPE_P(prop) == IS_UNDEF) {
prop             1106 Zend/zend_builtin_functions.c 		ZVAL_DEREF(prop);
prop             1107 Zend/zend_builtin_functions.c 		if (UNEXPECTED(Z_COPYABLE_P(prop))) {
prop             1108 Zend/zend_builtin_functions.c 			ZVAL_DUP(&prop_copy, prop);
prop             1109 Zend/zend_builtin_functions.c 			prop = &prop_copy;
prop             1111 Zend/zend_builtin_functions.c 			Z_TRY_ADDREF_P(prop);
prop             1116 Zend/zend_builtin_functions.c 		if (Z_OPT_CONSTANT_P(prop)) {
prop             1117 Zend/zend_builtin_functions.c 			if (UNEXPECTED(zval_update_constant_ex(prop, 0, NULL) != SUCCESS)) {
prop             1122 Zend/zend_builtin_functions.c 		zend_hash_add_new(Z_ARRVAL_P(return_value), key, prop);
prop              196 Zend/zend_objects.c 		zval *prop, new_prop;
prop              211 Zend/zend_objects.c 		ZEND_HASH_FOREACH_KEY_VAL(old_object->properties, num_key, key, prop) {
prop              212 Zend/zend_objects.c 			if (Z_TYPE_P(prop) == IS_INDIRECT) {
prop              213 Zend/zend_objects.c 				ZVAL_INDIRECT(&new_prop, new_object->properties_table + (Z_INDIRECT_P(prop) - old_object->properties_table));
prop              215 Zend/zend_objects.c 				ZVAL_COPY_VALUE(&new_prop, prop);
prop             2548 ext/curl/interface.c 						zval *prop, rv;
prop             2551 ext/curl/interface.c 						prop = zend_read_property(curl_CURLFile_class, current, "name", sizeof("name")-1, 0, &rv);
prop             2552 ext/curl/interface.c 						if (Z_TYPE_P(prop) != IS_STRING) {
prop             2555 ext/curl/interface.c 							postval = Z_STR_P(prop);
prop             2561 ext/curl/interface.c 							prop = zend_read_property(curl_CURLFile_class, current, "mime", sizeof("mime")-1, 0, &rv);
prop             2562 ext/curl/interface.c 							if (Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
prop             2563 ext/curl/interface.c 								type = Z_STRVAL_P(prop);
prop             2565 ext/curl/interface.c 							prop = zend_read_property(curl_CURLFile_class, current, "postname", sizeof("postname")-1, 0, &rv);
prop             2566 ext/curl/interface.c 							if (Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
prop             2567 ext/curl/interface.c 								filename = Z_STRVAL_P(prop);
prop               85 ext/dom/documentfragment.c     xmlAttrPtr prop;
prop               90 ext/dom/documentfragment.c 			prop = tree->properties;
prop               91 ext/dom/documentfragment.c 			while (prop != NULL) {
prop               92 ext/dom/documentfragment.c 				prop->doc = doc;
prop               93 ext/dom/documentfragment.c 				if (prop->children) {
prop               94 ext/dom/documentfragment.c 					cur = prop->children;
prop              100 ext/dom/documentfragment.c 				prop = prop->next;
prop               89 ext/intl/uchar/uchar.c 	zend_long prop;
prop               92 ext/intl/uchar/uchar.c 	if ((zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &zcp, &prop) == FAILURE) ||
prop               97 ext/intl/uchar/uchar.c 	RETURN_BOOL(u_hasBinaryProperty(cp, (UProperty)prop));
prop              108 ext/intl/uchar/uchar.c 	zend_long prop;
prop              111 ext/intl/uchar/uchar.c 	if ((zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &zcp, &prop) == FAILURE) ||
prop              116 ext/intl/uchar/uchar.c 	RETURN_LONG(u_getIntPropertyValue(cp, (UProperty)prop));
prop              125 ext/intl/uchar/uchar.c 	zend_long prop;
prop              127 ext/intl/uchar/uchar.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &prop) == FAILURE) {
prop              131 ext/intl/uchar/uchar.c 	RETURN_LONG(u_getIntPropertyMinValue((UProperty)prop));
prop              140 ext/intl/uchar/uchar.c 	zend_long prop;
prop              142 ext/intl/uchar/uchar.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &prop) == FAILURE) {
prop              146 ext/intl/uchar/uchar.c 	RETURN_LONG(u_getIntPropertyMaxValue((UProperty)prop));
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              824 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              494 ext/opcache/zend_file_cache.c 		zend_property_info *prop;
prop              497 ext/opcache/zend_file_cache.c 		prop = Z_PTR_P(zv);
prop              498 ext/opcache/zend_file_cache.c 		UNSERIALIZE_PTR(prop);
prop              500 ext/opcache/zend_file_cache.c 		if (prop->ce && !IS_SERIALIZED(prop->ce)) {
prop              501 ext/opcache/zend_file_cache.c 			SERIALIZE_PTR(prop->ce);
prop              503 ext/opcache/zend_file_cache.c 		if (prop->name && !IS_SERIALIZED(prop->name)) {
prop              504 ext/opcache/zend_file_cache.c 			SERIALIZE_STR(prop->name);
prop              506 ext/opcache/zend_file_cache.c 		if (prop->doc_comment && !IS_SERIALIZED(prop->doc_comment)) {
prop              507 ext/opcache/zend_file_cache.c 			SERIALIZE_STR(prop->doc_comment);
prop             1042 ext/opcache/zend_file_cache.c 		zend_property_info *prop;
prop             1045 ext/opcache/zend_file_cache.c 		prop = Z_PTR_P(zv);
prop             1047 ext/opcache/zend_file_cache.c 		if (prop->ce && !IS_UNSERIALIZED(prop->ce)) {
prop             1048 ext/opcache/zend_file_cache.c 			UNSERIALIZE_PTR(prop->ce);
prop             1050 ext/opcache/zend_file_cache.c 		if (prop->name && !IS_UNSERIALIZED(prop->name)) {
prop             1051 ext/opcache/zend_file_cache.c 			UNSERIALIZE_STR(prop->name);
prop             1053 ext/opcache/zend_file_cache.c 		if (prop->doc_comment && !IS_UNSERIALIZED(prop->doc_comment)) {
prop             1054 ext/opcache/zend_file_cache.c 			UNSERIALIZE_STR(prop->doc_comment);
prop              694 ext/opcache/zend_persist.c 	zend_property_info *prop = zend_shared_alloc_get_xlat_entry(Z_PTR_P(zv));
prop              696 ext/opcache/zend_persist.c 	if (prop) {
prop              697 ext/opcache/zend_persist.c 		Z_PTR_P(zv) = prop;
prop              702 ext/opcache/zend_persist.c 	prop = Z_PTR_P(zv) = ZCG(arena_mem);
prop              704 ext/opcache/zend_persist.c 	prop->ce = zend_shared_alloc_get_xlat_entry(prop->ce);
prop              705 ext/opcache/zend_persist.c 	zend_accel_store_interned_string(prop->name);
prop              706 ext/opcache/zend_persist.c 	if (prop->doc_comment) {
prop              708 ext/opcache/zend_persist.c 			zend_accel_store_string(prop->doc_comment);
prop              710 ext/opcache/zend_persist.c 			if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) {
prop              711 ext/opcache/zend_persist.c 				zend_shared_alloc_register_xlat_entry(prop->doc_comment, prop->doc_comment);
prop              713 ext/opcache/zend_persist.c 			zend_string_release(prop->doc_comment);
prop              714 ext/opcache/zend_persist.c 			prop->doc_comment = NULL;
prop              285 ext/opcache/zend_persist_calc.c 	zend_property_info *prop = Z_PTR_P(zv);
prop              287 ext/opcache/zend_persist_calc.c 	if (!zend_shared_alloc_get_xlat_entry(prop)) {
prop              288 ext/opcache/zend_persist_calc.c 		zend_shared_alloc_register_xlat_entry(prop, prop);
prop              290 ext/opcache/zend_persist_calc.c 		ADD_INTERNED_STRING(prop->name, 0);
prop              291 ext/opcache/zend_persist_calc.c 		if (ZCG(accel_directives).save_comments && prop->doc_comment) {
prop              292 ext/opcache/zend_persist_calc.c 			ADD_STRING(prop->doc_comment);
prop             2829 ext/pcre/pcrelib/pcre_compile.c const ucd_record *prop = GET_UCD(c);
prop             2834 ext/pcre/pcrelib/pcre_compile.c   return (prop->chartype == ucp_Lu ||
prop             2835 ext/pcre/pcrelib/pcre_compile.c           prop->chartype == ucp_Ll ||
prop             2836 ext/pcre/pcrelib/pcre_compile.c           prop->chartype == ucp_Lt) == negated;
prop             2839 ext/pcre/pcrelib/pcre_compile.c   return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
prop             2842 ext/pcre/pcrelib/pcre_compile.c   return (pdata == prop->chartype) == negated;
prop             2845 ext/pcre/pcrelib/pcre_compile.c   return (pdata == prop->script) == negated;
prop             2850 ext/pcre/pcrelib/pcre_compile.c   return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2851 ext/pcre/pcrelib/pcre_compile.c           PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
prop             2866 ext/pcre/pcrelib/pcre_compile.c     return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
prop             2871 ext/pcre/pcrelib/pcre_compile.c   return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2872 ext/pcre/pcrelib/pcre_compile.c           PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
prop             2876 ext/pcre/pcrelib/pcre_compile.c   p = PRIV(ucd_caseless_sets) + prop->caseset;
prop             2556 ext/pcre/pcrelib/pcre_exec.c       const ucd_record *prop = GET_UCD(c);
prop             2565 ext/pcre/pcrelib/pcre_exec.c         if ((prop->chartype == ucp_Lu ||
prop             2566 ext/pcre/pcrelib/pcre_exec.c              prop->chartype == ucp_Ll ||
prop             2567 ext/pcre/pcrelib/pcre_exec.c              prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
prop             2572 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
prop             2577 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != prop->chartype) == (op == OP_PROP))
prop             2582 ext/pcre/pcrelib/pcre_exec.c         if ((ecode[2] != prop->script) == (op == OP_PROP))
prop             2589 ext/pcre/pcrelib/pcre_exec.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2590 ext/pcre/pcrelib/pcre_exec.c              PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
prop             2608 ext/pcre/pcrelib/pcre_exec.c           if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
prop             2615 ext/pcre/pcrelib/pcre_exec.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop             2616 ext/pcre/pcrelib/pcre_exec.c              PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
prop              133 ext/pcre/pcrelib/pcre_xclass.c     const ucd_record *prop = GET_UCD(c);
prop              143 ext/pcre/pcrelib/pcre_xclass.c       if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
prop              144 ext/pcre/pcrelib/pcre_xclass.c            prop->chartype == ucp_Lt) == isprop) return !negated;
prop              148 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
prop              153 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == prop->chartype) == isprop) return !negated;
prop              157 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == prop->script) == isprop) return !negated;
prop              161 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop              162 ext/pcre/pcrelib/pcre_xclass.c            PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
prop              180 ext/pcre/pcrelib/pcre_xclass.c         if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
prop              187 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
prop              188 ext/pcre/pcrelib/pcre_xclass.c            PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
prop              220 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z &&
prop              221 ext/pcre/pcrelib/pcre_xclass.c             (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
prop              222 ext/pcre/pcrelib/pcre_xclass.c               (prop->chartype == ucp_Cf &&
prop              232 ext/pcre/pcrelib/pcre_xclass.c       if ((prop->chartype != ucp_Zl &&
prop              233 ext/pcre/pcrelib/pcre_xclass.c            prop->chartype != ucp_Zp &&
prop              234 ext/pcre/pcrelib/pcre_xclass.c             (PRIV(ucp_gentype)[prop->chartype] != ucp_C ||
prop              235 ext/pcre/pcrelib/pcre_xclass.c               (prop->chartype == ucp_Cf &&
prop              246 ext/pcre/pcrelib/pcre_xclass.c       if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P ||
prop              247 ext/pcre/pcrelib/pcre_xclass.c             (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop)
prop              194 ext/reflection/php_reflection.c 	zend_property_info prop;
prop              332 ext/reflection/php_reflection.c 			zend_string_release(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);
prop              466 ext/reflection/php_reflection.c 		zend_property_info *prop;
prop              468 ext/reflection/php_reflection.c 		ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop) {
prop              469 ext/reflection/php_reflection.c 			if(prop->flags & ZEND_ACC_SHADOW) {
prop              471 ext/reflection/php_reflection.c 			} else if (prop->flags & ZEND_ACC_STATIC) {
prop              480 ext/reflection/php_reflection.c 		zend_property_info *prop;
prop              482 ext/reflection/php_reflection.c 		ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop) {
prop              483 ext/reflection/php_reflection.c 			if ((prop->flags & ZEND_ACC_STATIC) && !(prop->flags & ZEND_ACC_SHADOW)) {
prop              484 ext/reflection/php_reflection.c 				_property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf));
prop              527 ext/reflection/php_reflection.c 		zend_property_info *prop;
prop              529 ext/reflection/php_reflection.c 		ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop) {
prop              530 ext/reflection/php_reflection.c 			if (!(prop->flags & (ZEND_ACC_STATIC|ZEND_ACC_SHADOW))) {
prop              531 ext/reflection/php_reflection.c 				_property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf));
prop              906 ext/reflection/php_reflection.c static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent)
prop              911 ext/reflection/php_reflection.c 	if (!prop) {
prop              914 ext/reflection/php_reflection.c 		if (!(prop->flags & ZEND_ACC_STATIC)) {
prop              915 ext/reflection/php_reflection.c 			if (prop->flags & ZEND_ACC_IMPLICIT_PUBLIC) {
prop              923 ext/reflection/php_reflection.c 		switch (prop->flags & ZEND_ACC_PPP_MASK) {
prop              934 ext/reflection/php_reflection.c 		if(prop->flags & ZEND_ACC_STATIC) {
prop              938 ext/reflection/php_reflection.c 		zend_unmangle_property_name(prop->name, &class_name, (const char**)&prop_name);
prop             1314 ext/reflection/php_reflection.c static void reflection_property_factory(zend_class_entry *ce, zend_property_info *prop, zval *object)
prop             1323 ext/reflection/php_reflection.c 	zend_unmangle_property_name_ex(prop->name, &class_name, &prop_name, &prop_name_len);
prop             1325 ext/reflection/php_reflection.c 	if (!(prop->flags & ZEND_ACC_PRIVATE)) {
prop             1336 ext/reflection/php_reflection.c 			prop = tmp_info;
prop             1343 ext/reflection/php_reflection.c 	ZVAL_STR_COPY(&classname, prop->ce->name);
prop             1349 ext/reflection/php_reflection.c 	reference->prop = *prop;
prop             3723 ext/reflection/php_reflection.c 	zval *prop, prop_copy;
prop             3735 ext/reflection/php_reflection.c 		prop = NULL;
prop             3737 ext/reflection/php_reflection.c 			prop = &ce->default_static_members_table[prop_info->offset];
prop             3739 ext/reflection/php_reflection.c 			prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)];
prop             3741 ext/reflection/php_reflection.c 		if (!prop) {
prop             3746 ext/reflection/php_reflection.c 		ZVAL_DEREF(prop);
prop             3747 ext/reflection/php_reflection.c 		ZVAL_DUP(&prop_copy, prop);
prop             3791 ext/reflection/php_reflection.c 	zval *prop, *def_value = NULL;
prop             3802 ext/reflection/php_reflection.c 	prop = zend_std_get_static_property(ce, name, 1);
prop             3803 ext/reflection/php_reflection.c 	if (!prop) {
prop             3812 ext/reflection/php_reflection.c 		ZVAL_DEREF(prop);
prop             3813 ext/reflection/php_reflection.c 		ZVAL_COPY(return_value, prop);
prop             5235 ext/reflection/php_reflection.c 		reference->prop.flags = ZEND_ACC_IMPLICIT_PUBLIC;
prop             5236 ext/reflection/php_reflection.c 		reference->prop.name = Z_STR(propname);
prop             5237 ext/reflection/php_reflection.c 		reference->prop.doc_comment = NULL;
prop             5238 ext/reflection/php_reflection.c 		reference->prop.ce = ce;
prop             5240 ext/reflection/php_reflection.c 		reference->prop = *property_info;
prop             5263 ext/reflection/php_reflection.c 	_property_string(&str, &ref->prop, NULL, "");
prop             5288 ext/reflection/php_reflection.c 	RETURN_BOOL(ref->prop.flags & mask);
prop             5344 ext/reflection/php_reflection.c 	RETURN_LONG(ref->prop.flags);
prop             5360 ext/reflection/php_reflection.c 	if (!(ref->prop.flags & (ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC)) && intern->ignore_visibility == 0) {
prop             5367 ext/reflection/php_reflection.c 	if ((ref->prop.flags & ZEND_ACC_STATIC)) {
prop             5371 ext/reflection/php_reflection.c 		if (Z_TYPE(CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) == IS_UNDEF) {
prop             5372 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
prop             5375 ext/reflection/php_reflection.c 		ZVAL_DUP(return_value, &CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]);
prop             5385 ext/reflection/php_reflection.c 		zend_unmangle_property_name_ex(ref->prop.name, &class_name, &prop_name, &prop_name_len);
prop             5406 ext/reflection/php_reflection.c 	if (!(ref->prop.flags & ZEND_ACC_PUBLIC) && intern->ignore_visibility == 0) {
prop             5413 ext/reflection/php_reflection.c 	if ((ref->prop.flags & ZEND_ACC_STATIC)) {
prop             5423 ext/reflection/php_reflection.c 		if (Z_TYPE(CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) == IS_UNDEF) {
prop             5424 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
prop             5427 ext/reflection/php_reflection.c 		variable_ptr = &CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset];
prop             5448 ext/reflection/php_reflection.c 		zend_unmangle_property_name_ex(ref->prop.name, &class_name, &prop_name, &prop_name_len);
prop             5470 ext/reflection/php_reflection.c 	if (zend_unmangle_property_name_ex(ref->prop.name, &class_name, &prop_name, &prop_name_len) != SUCCESS) {
prop             5503 ext/reflection/php_reflection.c 	if (ref->prop.doc_comment) {
prop             5504 ext/reflection/php_reflection.c 		RETURN_STR_COPY(ref->prop.doc_comment);
prop             1575 ext/soap/php_encoding.c 				zval *prop;
prop             1580 ext/soap/php_encoding.c 				prop = get_zval_property(ret, (char*)trav->name, &rv);
prop             1581 ext/soap/php_encoding.c 				if (!prop) {
prop             1593 ext/soap/php_encoding.c 					if (Z_TYPE_P(prop) != IS_ARRAY) {
prop             1596 ext/soap/php_encoding.c 						Z_ADDREF_P(prop);
prop             1597 ext/soap/php_encoding.c 						add_next_index_zval(&arr, prop);
prop             1599 ext/soap/php_encoding.c 						prop = &arr;
prop             1602 ext/soap/php_encoding.c 					add_next_index_zval(prop, &tmpVal);
prop             1808 ext/soap/php_encoding.c 	HashTable *prop = NULL;
prop             1822 ext/soap/php_encoding.c 		prop = Z_OBJPROP_P(data);
prop             1824 ext/soap/php_encoding.c 		prop = Z_ARRVAL_P(data);
prop             1844 ext/soap/php_encoding.c 				} else if (prop == NULL) {
prop             1861 ext/soap/php_encoding.c 				if (prop) ZEND_HASH_INC_APPLY_COUNT(prop);
prop             1863 ext/soap/php_encoding.c 				if (prop) ZEND_HASH_DEC_APPLY_COUNT(prop);
prop             1870 ext/soap/php_encoding.c 				} else if (prop == NULL) {
prop             1885 ext/soap/php_encoding.c 		if (prop != NULL) {
prop             1895 ext/soap/php_encoding.c 				ZEND_HASH_FOREACH_VAL(prop, val) {
prop             1960 ext/soap/php_encoding.c 		if (prop != NULL) {
prop             1965 ext/soap/php_encoding.c 			ZEND_HASH_FOREACH_STR_KEY_VAL_IND(prop, str_key, zprop) {
prop             3883 ext/soap/soap.c 		HashTable* prop;
prop             3888 ext/soap/soap.c 		prop = Z_OBJPROP_P(ret);
prop             3891 ext/soap/soap.c 		    (tmp = zend_hash_str_find(prop, "headerfault", sizeof("headerfault")-1)) != NULL) {
prop             3949 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(prop, "faultcodens", sizeof("faultcodens")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
prop             3953 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(prop, "_name", sizeof("_name")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
prop             3998 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultcode", sizeof("faultcode")-1)) != NULL &&
prop             4013 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultstring", sizeof("faultstring")-1)) != NULL) {
prop             4017 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultactor", sizeof("faultactor")-1)) != NULL) {
prop             4023 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultcode", sizeof("faultcode")-1)) != NULL &&
prop             4038 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultstring", sizeof("faultstring")-1)) != NULL) {
prop             4052 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "detail", sizeof("detail")-1)) != NULL &&
prop             4096 ext/soap/soap.c 		} else if ((tmp = zend_hash_str_find(prop, "detail", sizeof("detail")-1)) != NULL &&
prop             3484 ext/standard/array.c 	zval *prop = NULL;
prop             3490 ext/standard/array.c 			prop = zend_read_property(Z_OBJCE_P(data), data, ZSTR_VAL(key), ZSTR_LEN(key), 1, rv);
prop             3495 ext/standard/array.c 			prop = zend_hash_find(Z_ARRVAL_P(data), Z_STR_P(name));
prop             3497 ext/standard/array.c 			prop = zend_hash_index_find(Z_ARRVAL_P(data), Z_LVAL_P(name));
prop             3501 ext/standard/array.c 	if (prop) {
prop             3502 ext/standard/array.c 		ZVAL_DEREF(prop);
prop             3505 ext/standard/array.c 	return prop;
prop              935 ext/zip/php_zip.c 		zval tmp, *prop;
prop              939 ext/zip/php_zip.c 		} else if ((prop = php_zip_property_reader(obj, hnd, &tmp)) != NULL) {