Home
last modified time | relevance | path

Searched refs:pdo_dbstmt_object_handlers (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h44 extern zend_object_handlers pdo_dbstmt_object_handlers;
H A Dpdo_stmt.c2332 zend_object_handlers pdo_dbstmt_object_handlers; variable
2346 memcpy(&pdo_dbstmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_stmt_init()
2347 pdo_dbstmt_object_handlers.write_property = dbstmt_prop_write; in pdo_stmt_init()
2348 pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete; in pdo_stmt_init()
2349 pdo_dbstmt_object_handlers.get_method = dbstmt_method_get; in pdo_stmt_init()
2350 pdo_dbstmt_object_handlers.compare_objects = dbstmt_compare; in pdo_stmt_init()
2351 pdo_dbstmt_object_handlers.clone_obj = dbstmt_clone_obj; in pdo_stmt_init()
2443 retval.handlers = &pdo_dbstmt_object_handlers; in pdo_dbstmt_new()

Completed in 11 milliseconds