Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c411 if (!dbstmt_ce->constructor) { in pdo_stmt_instantiate()
417 if (UNEXPECTED(object_init_ex(object, dbstmt_ce) != SUCCESS)) { in pdo_stmt_instantiate()
435 if (dbstmt_ce->constructor) { in pdo_stmt_construct()
441 fci.function_table = &dbstmt_ce->function_table; in pdo_stmt_construct()
453 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
475 zend_class_entry *dbstmt_ce, *pce; in PHP_METHOD() local
499 dbstmt_ce = pce; in PHP_METHOD()
500 if (!instanceof_function(dbstmt_ce, pdo_dbstmt_ce)) { in PHP_METHOD()
506 …if (dbstmt_ce->constructor && !(dbstmt_ce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_A… in PHP_METHOD()
526 dbstmt_ce = dbh->def_stmt_ce; in PHP_METHOD()
[all …]

Completed in 8 milliseconds