Home
last modified time | relevance | path

Searched refs:Z_ISNULL_P (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c546 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_prepare_param_types()
603 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_store_types()
/PHP-8.3/Zend/
H A Dzend_types.h956 #define Z_ISNULL_P(zval_p) Z_ISNULL(*(zval_p)) macro
/PHP-8.3/ext/oci8/
H A Doci8_statement.c1395 if (Z_ISNULL_P(val)) { in php_oci_bind_in_callback()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c277 …if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_STR && param->max_value_len <= 0 && !Z_ISNULL_P in really_register_bound_param()
/PHP-8.3/ext/curl/
H A Dinterface.c2013 if (Z_ISNULL_P(zvalue)) { in _php_curl_setopt()

Completed in 41 milliseconds