aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/call.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-02-03 11:21:11 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-02-03 11:21:11 -0800
commit5ca9f921ae2a9b5d8b9111465c447c202e2944cb (patch)
tree800876ed9322c7d4bf3ebdb51726166cca418b21 /src/php/ext/grpc/call.h
parentc0728c44bf90de42b04662d3962fc2b552473c75 (diff)
Changed PHP metadata representation to associative array of arrays of strings
Diffstat (limited to 'src/php/ext/grpc/call.h')
-rw-r--r--src/php/ext/grpc/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/ext/grpc/call.h b/src/php/ext/grpc/call.h
index 232c5d7cf2..ba1f1e797f 100644
--- a/src/php/ext/grpc/call.h
+++ b/src/php/ext/grpc/call.h
@@ -19,6 +19,7 @@
zend_throw_exception(spl_ce_LogicException, \
#func_name " was called incorrectly", \
(long)error_code TSRMLS_CC); \
+ return; \
} \
} while (0)