protobuf/php/tests/proto
Paul Yang 49b44bff2b Fix the bug in php c extension that setting one field can change another field's value. (#3455)
* Fix the bug in php c extension that setting one field can change another
field's value.

The reason is that previously, in c extension, it was assumed that the
order that fields were declared in php is the same as the order of
fields in upb. This is not true. Now, for every field in upb, we will
look up the actual property that is corresponding to the upb field.

* Cleanup pull request

* Fix indentation

* Port to php5

* Port with php7.1

* Port to zts
2017-08-04 16:35:49 -07:00
..
test_descriptors.proto Expose descriptor API in php c extension (#3422) 2017-08-02 07:42:27 -07:00
test_empty_php_namespace.proto Add new file option php_namespace. (#3162) 2017-06-05 00:10:18 -07:00
test_import_descriptor_proto.proto Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00
test_include.proto Make php generated code conform to PSR-4. (#2435) 2016-12-08 11:16:49 -08:00
test_no_namespace.proto Add a test case for nested enum, which was missed previously. (#3010) 2017-04-25 10:47:09 -07:00
test_php_namespace.proto Add new file option php_namespace. (#3162) 2017-06-05 00:10:18 -07:00
test_prefix.proto Prepend "PB" to generated classes whose name are reserved words. (#2990) 2017-04-20 01:19:03 -07:00
test_service_namespace.proto Support PHP generic services (#3269) 2017-07-18 07:45:18 -07:00
test_service.proto Support PHP generic services (#3269) 2017-07-18 07:45:18 -07:00
test.proto Fix the bug in php c extension that setting one field can change another field's value. (#3455) 2017-08-04 16:35:49 -07:00