Commit b9c4daad authored by Paul Yang's avatar Paul Yang Committed by GitHub

Uncomment php tests (#3301)

parent bd5ab154
...@@ -474,7 +474,7 @@ static void map_slot_init(void* memory, upb_fieldtype_t type, zval* cache) { ...@@ -474,7 +474,7 @@ static void map_slot_init(void* memory, upb_fieldtype_t type, zval* cache) {
*(zval***)memory = holder; *(zval***)memory = holder;
#else #else
*(zval**)memory = cache; *(zval**)memory = cache;
// PHP_PROTO_ZVAL_STRINGL(*(zval**)memory, "", 0, 1); PHP_PROTO_ZVAL_STRINGL(*(zval**)memory, "", 0, 1);
#endif #endif
break; break;
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment