Searched refs:pgsql_handle (Results 1 – 1 of 1) sorted by relevance
6779 … pgsql_result_handle *pgsql_handle = (pgsql_result_handle *) emalloc(sizeof(pgsql_result_handle)); local6780 pgsql_handle->conn = pg_link;6781 pgsql_handle->result = pg_result;6782 pgsql_handle->row = 0;6783 RETURN_RES(zend_register_resource(pgsql_handle, le_result));
Completed in 19 milliseconds