pdo_dbstmt_object_handlers 2266 ext/pdo/pdo_stmt.c zend_object_handlers pdo_dbstmt_object_handlers; pdo_dbstmt_object_handlers 2280 ext/pdo/pdo_stmt.c memcpy(&pdo_dbstmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); pdo_dbstmt_object_handlers 2281 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.offset = XtOffsetOf(pdo_stmt_t, std); pdo_dbstmt_object_handlers 2282 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.dtor_obj = zend_objects_destroy_object; pdo_dbstmt_object_handlers 2283 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.free_obj = pdo_dbstmt_free_storage; pdo_dbstmt_object_handlers 2284 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.write_property = dbstmt_prop_write; pdo_dbstmt_object_handlers 2285 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete; pdo_dbstmt_object_handlers 2286 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.get_method = dbstmt_method_get; pdo_dbstmt_object_handlers 2287 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.compare_objects = dbstmt_compare; pdo_dbstmt_object_handlers 2288 ext/pdo/pdo_stmt.c pdo_dbstmt_object_handlers.clone_obj = dbstmt_clone_obj; pdo_dbstmt_object_handlers 2363 ext/pdo/pdo_stmt.c stmt->std.handlers = &pdo_dbstmt_object_handlers; pdo_dbstmt_object_handlers 46 ext/pdo/php_pdo_int.h extern zend_object_handlers pdo_dbstmt_object_handlers;