Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h52 extern zend_object_handlers pdo_row_object_handlers;
H A Dpdo_stmt.c268 Z_OBJ_HT(stmt->lazy_object_ref) = &pdo_row_object_handlers; in get_lazy_object()
2752 zend_object_handlers pdo_row_object_handlers = { variable
2794 retval.handlers = &pdo_row_object_handlers; in pdo_row_new()

Completed in 13 milliseconds