Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo/
H A Dphp_pdo_int.h38 extern zend_class_entry *pdo_dbstmt_ce;
H A Dpdo.c34 zend_class_entry *pdo_dbh_ce, *pdo_dbstmt_ce, *pdo_row_ce; variable
H A Dpdo_dbh.c534 if (!instanceof_function(dbstmt_ce, pdo_dbstmt_ce)) { in PHP_METHOD()
827 if (!instanceof_function(pce, pdo_dbstmt_ce)) { in pdo_dbh_attribute_set()
1511 dbh->inner->def_stmt_ce = pdo_dbstmt_ce; in pdo_dbh_new()
H A Dpdo_stmt.c2474 pdo_dbstmt_ce = register_class_PDOStatement(zend_ce_aggregate); in pdo_stmt_init()
2475 pdo_dbstmt_ce->get_iterator = pdo_stmt_iter_get; in pdo_stmt_init()
2476 pdo_dbstmt_ce->create_object = pdo_dbstmt_new; in pdo_stmt_init()

Completed in 16 milliseconds