Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c435 if (!dbstmt_ce->constructor) { in pdo_stmt_instantiate()
442 object_init_ex(object, dbstmt_ce); in pdo_stmt_instantiate()
460 if (dbstmt_ce->constructor) { in pdo_stmt_construct()
466 fci.function_table = &dbstmt_ce->function_table; in pdo_stmt_construct()
489 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
518 zend_class_entry *dbstmt_ce, **pce; in PHP_METHOD() local
540 dbstmt_ce = *pce; in PHP_METHOD()
541 if (!instanceof_function(dbstmt_ce, pdo_dbstmt_ce TSRMLS_CC)) { in PHP_METHOD()
547 …if (dbstmt_ce->constructor && !(dbstmt_ce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_A… in PHP_METHOD()
567 dbstmt_ce = dbh->def_stmt_ce; in PHP_METHOD()
[all …]

Completed in 10 milliseconds