Home
last modified time | relevance | path

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

/PHP-7.3/ext/oci8/
H A Doci8_failover.c55 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in callback_fn()
108 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in php_oci_register_taf_callback()
118 if (!Z_ISNULL(connection->taf_callback)) { in php_oci_register_taf_callback()
H A Doci8.c2275 if (!Z_ISNULL(connection->taf_callback)) { in php_oci_connection_close()
2731 …if (connection->used_this_request && !Z_ISUNDEF(connection->taf_callback) && !Z_ISNULL(connection-… in php_oci_persistent_helper()
/PHP-7.3/ext/session/
H A Dphp_session.h285 if (!Z_ISNULL(PS(http_session_vars))) { \
/PHP-7.3/Zend/
H A Dzend_types.h633 #define Z_ISNULL(zval) (Z_TYPE(zval) == IS_NULL) macro
634 #define Z_ISNULL_P(zval_p) Z_ISNULL(*(zval_p))
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c2204 if (!Z_ISNULL(intern->stmt_obj_zval)) { in php_sqlite3_result_object_free_storage()
2275 if (!Z_ISNULL(param->parameter)) { in sqlite3_param_dtor()
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c1580 if (!Z_ISNULL(MBREX(search_str))) { in PHP_FUNCTION()

Completed in 34 milliseconds