Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
b9c4daad
Commit
b9c4daad
authored
Jul 09, 2017
by
Paul Yang
Committed by
GitHub
Jul 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uncomment php tests (#3301)
parent
bd5ab154
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
encode_decode.c
php/ext/google/protobuf/encode_decode.c
+1
-1
encode_decode_test.php
php/tests/encode_decode_test.php
+0
-0
No files found.
php/ext/google/protobuf/encode_decode.c
View file @
b9c4daad
...
...
@@ -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
;
}
...
...
php/tests/encode_decode_test.php
View file @
b9c4daad
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment