Home
last modified time | relevance | path

Searched refs:oracle_nulls (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h466 unsigned oracle_nulls:2; member
H A Dpdo_dbh.c735 dbh->oracle_nulls = zval_get_long(value); in pdo_dbh_attribute_set()
887 RETURN_LONG(dbh->oracle_nulls); in PHP_METHOD()
H A Dpdo_stmt.c626 if (value && !(value_len == 0 && stmt->dbh->oracle_nulls == PDO_NULL_EMPTY_STRING)) { in fetch_value()
666 if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { in fetch_value()

Completed in 19 milliseconds