MCPcopy Create free account
hub / github.com/apache/thrift / zval_is_bool

Function zval_is_bool

lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501static inline
502bool zval_is_bool(zval* v) {
503 return Z_TYPE_P(v) == IS_TRUE || Z_TYPE_P(v) == IS_FALSE;
504}
505
506static
507void binary_deserialize(int8_t thrift_typeID, PHPInputTransport& transport, zval* return_value, HashTable* fieldspec) {

Callers 1

binary_serializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected