protobuf/php/tests
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
..
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
array_test.php Fix cycle dependency for repeated field not collected by gc (#3399) 2017-07-25 00:49:16 -07:00
autoload.php Make php generated code conform to PSR-4. (#2435) 2016-12-08 11:16:49 -08:00
compatibility_test.sh Add json encode/decode for php. (#3226) 2017-06-30 12:14:09 -07:00
descriptors_test.php Add getClass for php Descriptor in c extension (#3443) 2017-08-02 18:33:25 -07:00
encode_decode_test.php Initial value in generated code cannot be used by c extension. (#3367) 2017-07-14 15:48:48 -06:00
gdb_test.sh Add json encode/decode for php. (#3226) 2017-06-30 12:14:09 -07:00
generated_class_test.php 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
generated_phpdoc_test.php adds PHPDoc @return and @param for getters and setters respectively (#3131) 2017-06-27 16:28:28 -07:00
generated_service_test.php Support PHP generic services (#3269) 2017-07-18 07:45:18 -07:00
map_field_test.php Fix cycle dependency for repeated field not collected by gc (#3399) 2017-07-25 00:49:16 -07:00
memory_leak_test.php 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
php_implementation_test.php Add json encode/decode for php. (#3226) 2017-06-30 12:14:09 -07:00
test_base.php Add json encode/decode for php. (#3226) 2017-06-30 12:14:09 -07:00
test_util.php Switch to addEnumType to fix fatal error (#3225) 2017-06-19 18:15:49 -07:00
test.sh Expose descriptor API in php c extension (#3422) 2017-08-02 07:42:27 -07:00
undefined_test.php Add json encode/decode for php. (#3226) 2017-06-30 12:14:09 -07:00
well_known_test.php Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00