aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google/protobuf/encode_decode.c
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-07-09 07:49:25 -0700
committerGitHub <noreply@github.com>2017-07-09 07:49:25 -0700
commitb9c4daadf7e27c0a533f86d567a89b691aa0ad9f (patch)
treec6f74536051b542b84558c996a10376d363812c5 /php/ext/google/protobuf/encode_decode.c
parentbd5ab154dad4b4e2bf673a44aa32f7264a208e18 (diff)
downloadprotobuf-b9c4daadf7e27c0a533f86d567a89b691aa0ad9f.tar.gz
protobuf-b9c4daadf7e27c0a533f86d567a89b691aa0ad9f.tar.bz2
protobuf-b9c4daadf7e27c0a533f86d567a89b691aa0ad9f.zip
Uncomment php tests (#3301)
Diffstat (limited to 'php/ext/google/protobuf/encode_decode.c')
-rw-r--r--php/ext/google/protobuf/encode_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/ext/google/protobuf/encode_decode.c b/php/ext/google/protobuf/encode_decode.c
index b07abfa7..ef3d4cf6 100644
--- a/php/ext/google/protobuf/encode_decode.c
+++ b/php/ext/google/protobuf/encode_decode.c
@@ -474,7 +474,7 @@ static void map_slot_init(void* memory, upb_fieldtype_t type, zval* cache) {
*(zval***)memory = holder;
#else
*(zval**)memory = cache;
- // PHP_PROTO_ZVAL_STRINGL(*(zval**)memory, "", 0, 1);
+ PHP_PROTO_ZVAL_STRINGL(*(zval**)memory, "", 0, 1);
#endif
break;
}