Searched refs:pdo_row_ce (Results 1 – 3 of 3) sorted by relevance
48 extern zend_class_entry *pdo_row_ce;
34 zend_class_entry *pdo_dbh_ce, *pdo_dbstmt_ce, *pdo_row_ce; variable
219 zend_object_std_init(&row->std, pdo_row_ce); in get_lazy_object()2535 if ((fbc = zend_hash_find_ptr(&pdo_row_ce->function_table, lc_method_name)) == NULL) { in row_method_get()2603 pdo_row_ce = zend_register_internal_class(&ce); in pdo_stmt_init()2604 …pdo_row_ce->ce_flags |= ZEND_ACC_FINAL; /* when removing this a lot of handlers need to be redone … in pdo_stmt_init()2605 pdo_row_ce->create_object = pdo_row_new; in pdo_stmt_init()2606 pdo_row_ce->serialize = zend_class_serialize_deny; in pdo_stmt_init()2607 pdo_row_ce->unserialize = zend_class_unserialize_deny; in pdo_stmt_init()
Completed in 11 milliseconds