Home
last modified time | relevance | path

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

/PHP-5.3/ext/odbc/
H A Dphp_odbc.c226 ZEND_ARG_INFO(0, conn_id)
2606 int type, conn_id; in odbc_do_connect() local
2612 conn_id = (int)index_ptr->ptr; in odbc_do_connect()
2613 ptr = zend_list_find(conn_id, &type); /* check if the connection is still there */ in odbc_do_connect()
2616 zend_list_addref(conn_id); in odbc_do_connect()
2617 Z_LVAL_P(return_value) = conn_id; in odbc_do_connect()

Completed in 11 milliseconds