Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dpgsql.c6779 … pgsql_result_handle *pgsql_handle = (pgsql_result_handle *) emalloc(sizeof(pgsql_result_handle)); local
6780 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 27 milliseconds