| commit | 0564434e0b85a2d7487f1c6f0b129d9697e1134a | [log] [tgz] |
|---|---|---|
| author | Volodymyr Panivko <sveneld300@gmail.com> | Sat Mar 07 14:16:50 2026 +0100 |
| committer | Jens Geyer <jensg@apache.org> | Sun Mar 15 22:39:44 2026 +0100 |
| tree | 918fd74c254a436295bf7472569cb39410df5477 | |
| parent | 604179840b49853201cb8b65997b29d165c4f8b5 [diff] [blame] |
THRIFT-5587: Add UUID support for PHP Client: py Patch: Volodymyr Panivko This closes #3332
diff --git a/test/php/Handler.php b/test/php/Handler.php index 5ca06a2..3ea1f58 100644 --- a/test/php/Handler.php +++ b/test/php/Handler.php
@@ -42,6 +42,11 @@ return $thing; } + public function testUuid($thing) + { + return $thing; + } + public function testStruct(\ThriftTest\Xtruct $thing) { return $thing;