Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c433 if (!dbstmt_ce->constructor) { in pdo_stmt_instantiate()
439 if (UNEXPECTED(object_init_ex(object, dbstmt_ce) != SUCCESS)) { in pdo_stmt_instantiate()
457 if (dbstmt_ce->constructor) { in pdo_stmt_construct()
472 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
493 zend_class_entry *dbstmt_ce, *pce; in PHP_METHOD() local
518 dbstmt_ce = pce; in PHP_METHOD()
519 if (!instanceof_function(dbstmt_ce, pdo_dbstmt_ce)) { in PHP_METHOD()
525 …if (dbstmt_ce->constructor && !(dbstmt_ce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_A… in PHP_METHOD()
545 dbstmt_ce = dbh->def_stmt_ce; in PHP_METHOD()
549 if (!pdo_stmt_instantiate(dbh, return_value, dbstmt_ce, &ctor_args)) { in PHP_METHOD()
[all …]

Completed in 6 milliseconds