cursor_closer    2069 ext/pdo/pdo_stmt.c 	if (!stmt->methods->cursor_closer) {
cursor_closer    2089 ext/pdo/pdo_stmt.c 	if (!stmt->methods->cursor_closer(stmt)) {
cursor_closer     416 ext/pdo/php_pdo_driver.h 	pdo_stmt_cursor_closer_func 	cursor_closer;