Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dphp_pdo_int.h41 extern zend_class_entry *pdo_dbstmt_ce;
H A Dpdo.c35 zend_class_entry *pdo_dbh_ce, *pdo_dbstmt_ce, *pdo_row_ce; variable
H A Dpdo_stmt.c2646 pdo_dbstmt_ce = zend_register_internal_class(&ce); in pdo_stmt_init()
2647 pdo_dbstmt_ce->get_iterator = pdo_stmt_iter_get; in pdo_stmt_init()
2648 pdo_dbstmt_ce->create_object = pdo_dbstmt_new; in pdo_stmt_init()
2649 pdo_dbstmt_ce->serialize = zend_class_serialize_deny; in pdo_stmt_init()
2650 pdo_dbstmt_ce->unserialize = zend_class_unserialize_deny; in pdo_stmt_init()
2651 zend_class_implements(pdo_dbstmt_ce, 1, zend_ce_traversable); in pdo_stmt_init()
2652 zend_declare_property_null(pdo_dbstmt_ce, "queryString", sizeof("queryString")-1, ZEND_ACC_PUBLIC); in pdo_stmt_init()
H A Dpdo_dbh.c519 if (!instanceof_function(dbstmt_ce, pdo_dbstmt_ce)) { in PHP_METHOD()
787 if (!instanceof_function(pce, pdo_dbstmt_ce)) { in pdo_dbh_attribute_set()
1568 dbh->inner->def_stmt_ce = pdo_dbstmt_ce; in pdo_dbh_new()

Completed in 25 milliseconds