Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds