Searched refs:ZVAL_IS_NULL (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/pdo_oci/ | ||
H A D | oci_statement.c | 212 } else if (ZVAL_IS_NULL(parameter)) { in oci_bind_input_cb() |
/PHP-8.1/Zend/ | ||
H A D | zend_API.h | 843 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL) macro |
Completed in 16 milliseconds