Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo/
H A Dphp_pdo_driver.h455 unsigned oracle_nulls:2; member
H A Dpdo_dbh.c765 dbh->oracle_nulls = lval; in pdo_dbh_attribute_set()
914 RETURN_LONG(dbh->oracle_nulls); in PHP_METHOD()
H A Dpdo_stmt.c506 && stmt->dbh->oracle_nulls == PDO_NULL_EMPTY_STRING) { in fetch_value()
562 if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { in fetch_value()

Completed in 20 milliseconds