43 zval *
args, uint32_t variadic_num_args);
zend_class_entry * pdo_row_ce
zend_class_entry * pdo_dbstmt_ce
HashTable pdo_driver_specific_ce_hash
HashTable pdo_driver_hash
zend_class_entry * pdo_exception_ce
zend_object_handlers pdo_dbstmt_object_handlers
zend_object_handlers pdo_row_object_handlers
struct _pdo_stmt_t pdo_stmt_t
struct _pdo_dbh_object_t pdo_dbh_object_t
pdo_driver_t * pdo_find_driver(const char *name, int namelen)
const zend_function_entry pdo_dbstmt_functions[]
void pdo_row_free_storage(zend_object *std)
void pdo_sqlstate_init_error_table(void)
const char * pdo_sqlstate_state_to_description(char *state)
const zend_function_entry pdo_row_functions[]
zend_object * pdo_row_new(zend_class_entry *ce)
const zend_function_entry pdo_dbh_functions[]
zend_object_iterator * php_pdo_dbstmt_iter_get(zend_class_entry *ce, zval *object)
zend_object_iterator * pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref)
bool pdo_stmt_describe_columns(pdo_stmt_t *stmt)
void pdo_dbh_init(int module_number)
void pdo_sqlstate_fini_error_table(void)
bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num, zval *args, uint32_t variadic_num_args)
zend_object * pdo_dbstmt_new(zend_class_entry *ce)
bool pdo_hash_methods(pdo_dbh_object_t *dbh, int kind)
int php_pdo_list_entry(void)
void pdo_dbstmt_free_storage(zend_object *std)
struct _zend_function_entry zend_function_entry
struct _zend_object_iterator zend_object_iterator
#define ZEND_RSRC_DTOR_FUNC(name)
struct _zend_class_entry zend_class_entry
struct _zend_object zend_object
struct _zend_array HashTable
struct _zend_object_handlers zend_object_handlers