Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo/
H A Dphp_pdo_int.h50 extern zend_object_handlers pdo_row_object_handlers;
H A Dpdo_stmt.c221 row->std.handlers = &pdo_row_object_handlers; in get_lazy_object()
2081 zend_object_handlers pdo_row_object_handlers; variable
2479 row->std.handlers = &pdo_row_object_handlers; in pdo_row_new()
2503 pdo_row_object_handlers.free_obj = pdo_row_free_storage; in pdo_stmt_init()
2504 pdo_row_object_handlers.clone_obj = NULL; in pdo_stmt_init()
2506 pdo_row_object_handlers.read_property = row_prop_read; in pdo_stmt_init()
2507 pdo_row_object_handlers.write_property = row_prop_write; in pdo_stmt_init()
2508 pdo_row_object_handlers.has_property = row_prop_exists; in pdo_stmt_init()
2510 pdo_row_object_handlers.read_dimension = row_dim_read; in pdo_stmt_init()
2512 pdo_row_object_handlers.has_dimension = row_dim_exists; in pdo_stmt_init()
[all …]

Completed in 11 milliseconds