aboutsummaryrefslogtreecommitdiff
path: root/php/tests/generated_class_test.php
Commit message (Expand)AuthorAgeFilesLines
* Make assertEquals pass for message (#4947)Paul Yang2018-07-201-0/+13
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-251-30/+135
* Implement array constructor in php c extension.Bo Yang2018-05-251-0/+66
* Exclude valid constant name from reserved name.Bo Yang2017-09-121-73/+295
* Add prefix to php reserved keywords.Bo Yang2017-09-081-0/+222
* Use message name as defined in php runtime.Bo Yang2017-08-211-0/+12
* Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang2017-08-041-0/+13
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-241/+0
* Switch to addEnumType to fix fatal error (#3225)Ryan Gordon2017-06-191-15/+46
* Add new file option php_namespace. (#3162)Paul Yang2017-06-051-0/+21
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-291-2/+3
* Adds fluent setters for PHP (#3130)Brent Shaffer2017-05-291-0/+13
* Add nested enum descriptor in php rumtime. (#3009)v3.3.0rc1Paul Yang2017-04-241-1/+2
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-201-0/+11
* Add test for nested enum for php (#2989)Paul Yang2017-04-191-0/+9
* Enum defined without package have incorrect class name. (#2988)Paul Yang2017-04-191-4/+8
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-0/+14
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-101-0/+95
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-011-0/+109
* Add clear method to PHP message (#2700)Paul Yang2017-02-111-5/+21
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-3/+8
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-271-0/+6
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-2/+1
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-10/+55
* Fix the bug that message without namespace is not found in the descriptor poo...Paul Yang2016-10-111-0/+9
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+557