Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c428 static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_class_entry *dbstmt_ce, zval *… in pdo_stmt_instantiate() function
571 if (!pdo_stmt_instantiate(dbh, return_value, dbstmt_ce, ctor_args TSRMLS_CC)) { in PHP_METHOD()
1107 …if (!pdo_stmt_instantiate(dbh, return_value, dbh->def_stmt_ce, dbh->def_stmt_ctor_args TSRMLS_CC))… in PHP_METHOD()

Completed in 10 milliseconds