Thrift test improvements, tests for both inline and normal PHP code gen
Summary: So you can A/B test and see 6ms vs. 4ms response time :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664773 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/StressTest.thrift b/test/StressTest.thrift
index a1f909c..3cce4eb 100644
--- a/test/StressTest.thrift
+++ b/test/StressTest.thrift
@@ -4,10 +4,10 @@
void echoVoid(),
byte echoByte(byte arg),
- u16 echoU16(u16 arg),
- u32 echoU32(u32 arg),
- u64 echoU64(u64 arg),
- i16 echoI16(i16 arg),
+// u16 echoU16(u16 arg),
+// u32 echoU32(u32 arg),
+// u64 echoU64(u64 arg),
+// i16 echoI16(i16 arg),
i32 echoI32(i32 arg),
i64 echoI64(i64 arg),
string echoString(string arg),