Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds