Skip to content

Commit

Permalink
php: missed a macro;
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jul 29, 2016
1 parent c70f2f7 commit c1f25fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/ext/grpc/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void php_grpc_read_args_array(zval *args_array,
array_hash = Z_ARRVAL_P(args_array);
if (!array_hash) {
zend_throw_exception(spl_ce_InvalidArgumentException,
"array_hash is NULL", 1);
"array_hash is NULL", 1 TSRMLS_CC);
return;
}
args->num_args = zend_hash_num_elements(array_hash);
Expand Down

0 comments on commit c1f25fb

Please sign in to comment.