pdo_dbstmt_object_handlers 2320 ext/pdo/pdo_stmt.c zend_object_handlers pdo_dbstmt_object_handlers;
pdo_dbstmt_object_handlers 2334 ext/pdo/pdo_stmt.c 	memcpy(&pdo_dbstmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
pdo_dbstmt_object_handlers 2335 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.write_property = dbstmt_prop_write;
pdo_dbstmt_object_handlers 2336 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.unset_property = dbstmt_prop_delete;
pdo_dbstmt_object_handlers 2337 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.get_method = dbstmt_method_get;
pdo_dbstmt_object_handlers 2338 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.compare_objects = dbstmt_compare;
pdo_dbstmt_object_handlers 2339 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.clone_obj = dbstmt_clone_obj;
pdo_dbstmt_object_handlers 2431 ext/pdo/pdo_stmt.c 	retval.handlers = &pdo_dbstmt_object_handlers;
pdo_dbstmt_object_handlers   46 ext/pdo/php_pdo_int.h extern zend_object_handlers pdo_dbstmt_object_handlers;