Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_oci/
H A Doci_statement.c212 } else if (ZVAL_IS_NULL(parameter)) { in oci_bind_input_cb()
/PHP-8.1/Zend/
H A Dzend_API.h843 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL) macro

Completed in 17 milliseconds