Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo/
H A Dphp_pdo_int.h52 extern zend_class_entry *pdo_row_ce;
H A Dpdo.c37 zend_class_entry *pdo_dbh_ce, *pdo_dbstmt_ce, *pdo_row_ce; variable
H A Dpdo_stmt.c246 zend_object_std_init(&row->std, pdo_row_ce); in get_lazy_object()
2294 pdo_row_ce = zend_register_internal_class(&ce); in pdo_stmt_init()
2295pdo_row_ce->ce_flags |= ZEND_ACC_FINAL; /* when removing this a lot of handlers need to be redone … in pdo_stmt_init()
2296 pdo_row_ce->create_object = pdo_row_new; in pdo_stmt_init()
2297 pdo_row_ce->serialize = pdo_row_serialize; in pdo_stmt_init()
2298 pdo_row_ce->unserialize = zend_class_unserialize_deny; in pdo_stmt_init()
2631 if ((fbc = zend_hash_find_ptr(&pdo_row_ce->function_table, lc_method_name)) == NULL) { in row_method_get()

Completed in 12 milliseconds