Home
last modified time | relevance | path

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

/PHP-5.6/ext/odbc/
H A Dphp_odbc.c226 ZEND_ARG_INFO(0, conn_id)
2667 int type, conn_id; in odbc_do_connect() local
2673 conn_id = (int)index_ptr->ptr; in odbc_do_connect()
2674 ptr = zend_list_find(conn_id, &type); /* check if the connection is still there */ in odbc_do_connect()
2677 zend_list_addref(conn_id); in odbc_do_connect()
2678 Z_LVAL_P(return_value) = conn_id; in odbc_do_connect()

Completed in 12 milliseconds