Searched refs:pdo_row_object_handlers (Results 1 – 2 of 2) sorted by relevance
52 extern zend_object_handlers pdo_row_object_handlers;
268 Z_OBJ_HT(stmt->lazy_object_ref) = &pdo_row_object_handlers; in get_lazy_object()2758 zend_object_handlers pdo_row_object_handlers = { variable2798 retval.handlers = &pdo_row_object_handlers; in pdo_row_new()
Completed in 12 milliseconds