Home
last modified time | relevance | path

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

/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_http_response.cc1312 if (ZVAL_IS_OBJECT(zobject)) { in PHP_METHOD()
1330 …if (!ZVAL_IS_OBJECT(zrequest) || !instanceof_function(Z_OBJCE_P(zrequest), swoole_http_request_ce)… in PHP_METHOD()
1335 if (!ZVAL_IS_OBJECT(zobject)) { in PHP_METHOD()
H A Dphp_swoole_private.h482 #ifndef ZVAL_IS_OBJECT
483 static sw_inline zend_bool ZVAL_IS_OBJECT(zval *v) { in ZVAL_IS_OBJECT() function