Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c38 static int pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *value);
409 pdo_dbh_attribute_set(dbh, long_key, attr_value); in PHP_METHOD()
689 static int pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *value) /* {{{ */ in pdo_dbh_attribute_set() function
857 if (pdo_dbh_attribute_set(dbh, attr, value) != FAILURE) { in PHP_METHOD()

Completed in 8 milliseconds