str_name_len 4221 ext/reflection/php_reflection.c size_t classname_len, str_name_len; str_name_len 4250 ext/reflection/php_reflection.c str_name_len = ZSTR_LEN(name); str_name_len 4256 ext/reflection/php_reflection.c str_name_len = ZSTR_LEN(name) - (classname_len + 2); str_name_len 4275 ext/reflection/php_reflection.c if ((property_info = zend_hash_str_find_ptr(&ce->properties_info, str_name, str_name_len)) != NULL && (property_info->flags & ZEND_ACC_SHADOW) == 0) {