Home
last modified time | relevance | path

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

/PHP-5.4/ext/odbc/
H A Dphp_odbc.c226 ZEND_ARG_INFO(0, conn_id)
2639 int type, conn_id; in odbc_do_connect() local
2645 conn_id = (int)index_ptr->ptr; in odbc_do_connect()
2646 ptr = zend_list_find(conn_id, &type); /* check if the connection is still there */ in odbc_do_connect()
2649 zend_list_addref(conn_id); in odbc_do_connect()
2650 Z_LVAL_P(return_value) = conn_id; in odbc_do_connect()

Completed in 11 milliseconds