Searched refs:pdo_row_ce (Results 1 – 3 of 3) sorted by relevance
50 extern zend_class_entry *pdo_row_ce;
35 zend_class_entry *pdo_dbh_ce, *pdo_dbstmt_ce, *pdo_row_ce; variable
248 zend_object_std_init(&row->std, pdo_row_ce); in get_lazy_object()2592 if ((fbc = zend_hash_find_ptr(&pdo_row_ce->function_table, lc_method_name)) == NULL) { in row_method_get()2665 pdo_row_ce = zend_register_internal_class(&ce); in pdo_stmt_init()2666 …pdo_row_ce->ce_flags |= ZEND_ACC_FINAL; /* when removing this a lot of handlers need to be redone … in pdo_stmt_init()2667 pdo_row_ce->create_object = pdo_row_new; in pdo_stmt_init()2668 pdo_row_ce->serialize = zend_class_serialize_deny; in pdo_stmt_init()2669 pdo_row_ce->unserialize = zend_class_unserialize_deny; in pdo_stmt_init()
Completed in 20 milliseconds