Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo/
H A Dphp_pdo_int.h50 extern zend_object_handlers pdo_row_object_handlers;
H A Dpdo_stmt.c2080 zend_object_handlers pdo_row_object_handlers; variable
2501 pdo_row_object_handlers.free_obj = pdo_row_free_storage; in pdo_stmt_init()
2502 pdo_row_object_handlers.clone_obj = NULL; in pdo_stmt_init()
2504 pdo_row_object_handlers.read_property = row_prop_read; in pdo_stmt_init()
2505 pdo_row_object_handlers.write_property = row_prop_write; in pdo_stmt_init()
2506 pdo_row_object_handlers.has_property = row_prop_exists; in pdo_stmt_init()
2507 pdo_row_object_handlers.unset_property = row_prop_delete; in pdo_stmt_init()
2508 pdo_row_object_handlers.read_dimension = row_dim_read; in pdo_stmt_init()
2509 pdo_row_object_handlers.write_dimension = row_dim_write; in pdo_stmt_init()
2510 pdo_row_object_handlers.has_dimension = row_dim_exists; in pdo_stmt_init()
[all …]

Completed in 10 milliseconds