protobuf/php/tests
Paul Yang 4523c9c233 Allow proto files to import descriptor.proto (#2995)
descriptor.proto uses proto2 syntax, which is not ready for external
usage. However, some proto3 files import descriptor.proto and cannot be
used. In this PR, all references (We cheated by only removing
extensions, which is enough for now. User should avoid using messages
defined in descriptor.proto as field type.) to content in
descriptor.proto are removed from generated files. Those that import
descriptor.proto can be used like other proto files.
2017-04-20 16:55:56 -07:00
..
proto Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00
array_test.php Make PHP c extension work with PHP7 (#2951) 2017-04-19 16:23:51 -07:00
autoload.php Make php generated code conform to PSR-4. (#2435) 2016-12-08 11:16:49 -08:00
encode_decode_test.php Add file option php_class_prefix (#2849) 2017-03-17 11:08:06 -07:00
gdb_test.sh Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00
generated_class_test.php Prepend "PB" to generated classes whose name are reserved words. (#2990) 2017-04-20 01:19:03 -07:00
map_field_test.php Make PHP c extension work with PHP7 (#2951) 2017-04-19 16:23:51 -07:00
memory_leak_test.php Prepend "PB" to generated classes whose name are reserved words. (#2990) 2017-04-20 01:19:03 -07:00
php_implementation_test.php Bug fix: When encoding, negative int32 values should be padded to int64 (#2660) 2017-03-15 14:16:49 -07:00
test_base.php Rename encode/decode to serializeToString/mergeFromString (#2795) 2017-03-08 14:31:34 -08:00
test_util.php Make PHP c extension work with PHP7 (#2951) 2017-04-19 16:23:51 -07:00
test.sh Add mergeFrom method on Message (#2766) 2017-03-01 10:39:48 -08:00
well_known_test.php Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00