Home
last modified time | relevance | path

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

/PHP-8.4/ext/pdo/
H A Dpdo_dbh.c39 static bool pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *value);
477 pdo_dbh_attribute_set(dbh, long_key, attr_value); in internal_construct()
780 static bool pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *value) /* {{{ */ in pdo_dbh_attribute_set() function
946 RETURN_BOOL(pdo_dbh_attribute_set(dbh, attr, value)); in PHP_METHOD()

Completed in 7 milliseconds