Home
last modified time | relevance | path

Searched refs:Z_ISNULL (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/oci8/
H A Doci8_failover.c53 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in callback_fn()
106 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in php_oci_register_taf_callback()
116 if (!Z_ISNULL(connection->taf_callback)) { in php_oci_register_taf_callback()
H A Doci8.c1504 if (!Z_ISNULL(connection->taf_callback)) { in php_oci_connection_close()
1960 …if (connection->used_this_request && !Z_ISUNDEF(connection->taf_callback) && !Z_ISNULL(connection-… in php_oci_persistent_helper()
/PHP-8.0/ext/session/
H A Dphp_session.h279 if (!Z_ISNULL(PS(http_session_vars))) { \
/PHP-8.0/Zend/
H A Dzend_types.h789 #define Z_ISNULL(zval) (Z_TYPE(zval) == IS_NULL) macro
790 #define Z_ISNULL_P(zval_p) Z_ISNULL(*(zval_p))
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c2256 if (!Z_ISNULL(intern->stmt_obj_zval)) { in php_sqlite3_result_object_free_storage()
2327 if (!Z_ISNULL(param->parameter)) { in sqlite3_param_dtor()
/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c1493 if (!Z_ISNULL(MBREX(search_str))) { in PHP_FUNCTION()

Completed in 50 milliseconds