Home
last modified time | relevance | path

Searched refs:ZVAL_IS_NULL (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/xsl/
H A Dphp_xsl.h93 if (ZVAL_IS_NULL(zval)) { \
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c217 } else if (ZVAL_IS_NULL(parameter)) { in oci_bind_input_cb()
/PHP-7.4/Zend/
H A Dzend_API.h659 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL) macro

Completed in 18 milliseconds