Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h467 unsigned oracle_nulls:2; member
H A Dpdo_dbh.c756 dbh->oracle_nulls = Z_LVAL_P(value); in pdo_dbh_attribute_set()
911 RETURN_LONG(dbh->oracle_nulls); in PHP_METHOD()
H A Dpdo_stmt.c640 if (value && !(value_len == 0 && stmt->dbh->oracle_nulls == PDO_NULL_EMPTY_STRING)) { in fetch_value()
683 if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { in fetch_value()

Completed in 31 milliseconds