summaryrefslogtreecommitdiff
path: root/test/php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php')
-rwxr-xr-xtest/php/TestClient.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/php/TestClient.php b/test/php/TestClient.php
index c334aeea2..ea17435ae 100755
--- a/test/php/TestClient.php
+++ b/test/php/TestClient.php
@@ -128,6 +128,10 @@ $dub = $testClient->testDouble(-852.234234234);
print_r(" = $dub\n");
/**
+ * BINARY TEST -- TODO
+ */
+
+/**
* STRUCT TEST
*/
print_r("testStruct({\"Zero\", 1, -3, -5})");