protobuf/php/tests
Joshua Haberman 7e95c64dfb
[PHP] Fixed $msg->setMessage(null) to properly clear the message. (#8472)
* [PHP] Fixed $msg->setMessage(null) to properly clear the message.

Fixes: https://github.com/protocolbuffers/protobuf/issues/8457

* Changed pure PHP to throw TypeError, and added a test for null.

* Added more tests and fixed null in setter for oneof.
2021-05-14 16:48:45 -07:00
..
proto feat: add support for deprecated fields to PHP compiler (#8223) 2021-01-29 11:33:27 -08:00
ArrayTest.php [PHP] Fixed $msg->setMessage(null) to properly clear the message. (#8472) 2021-05-14 16:48:45 -07:00
compatibility_test.sh Fixed spelling (reenable -> re-enable) 2020-08-17 11:37:42 -07:00
compile_extension.sh Fixed PHP memory leaks and arginfo errors (#8614) 2021-05-13 23:16:49 -07:00
DescriptorsTest.php Updated and simplified PHP testing structure (#8558) 2021-05-04 10:19:22 -07:00
EncodeDecodeTest.php [PHP] Fixed $msg->setMessage(null) to properly clear the message. (#8472) 2021-05-14 16:48:45 -07:00
force_c_ext.php Updated and simplified PHP testing structure (#8558) 2021-05-04 10:19:22 -07:00
gdb_test.sh Simplified PHP testing scripts. (#7574) 2020-05-28 19:24:08 -07:00
GeneratedClassTest.php [PHP] Fixed $msg->setMessage(null) to properly clear the message. (#8472) 2021-05-14 16:48:45 -07:00
GeneratedPhpdocTest.php Updated and simplified PHP testing structure (#8558) 2021-05-04 10:19:22 -07:00
GeneratedServiceTest.php Port for php8 (#8105) 2020-12-04 13:46:34 -08:00
MapFieldTest.php Fixed clone for Message, RepeatedField, and MapField. (#8245) 2021-02-02 09:15:10 -08:00
memory_leak_test.php Updated and simplified PHP testing structure (#8558) 2021-05-04 10:19:22 -07:00
multirequest.php Fix Multiple Request for PHP (#7008) 2019-12-12 13:59:51 -08:00
multirequest.sh Simplified PHP testing scripts. (#7574) 2020-05-28 19:24:08 -07:00
PhpImplementationTest.php Updated and simplified PHP testing structure (#8558) 2021-05-04 10:19:22 -07:00
test_base.php Port for php8 (#8105) 2020-12-04 13:46:34 -08:00
test_util.php Updated upb to pick up several bugfixes (#7740) 2020-08-07 14:44:49 -07:00
valgrind.supp Added proto3 presence support for PHP (#7724) 2020-08-07 14:44:49 -07:00
WellKnownTest.php Port for php8 (#8105) 2020-12-04 13:46:34 -08:00
WrapperTypeSettersTest.php Port for php8 (#8105) 2020-12-04 13:46:34 -08:00