Home
last modified time | relevance | path

Searched refs:PHP_GRPC_BVAL_IS_TRUE (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/php/ext/grpc/
Dphp7_wrapper.h123 #define PHP_GRPC_BVAL_IS_TRUE(zv) Z_TYPE_P(zv) == IS_TRUE macro
Dchannel.c360 if (PHP_GRPC_BVAL_IS_TRUE(force_new_obj)) { in PHP_METHOD()