Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_list.c109 …id TSRMLS_DC, int default_id, const char *resource_type_name, int *found_resource_type, int num_re… in zend_fetch_resource() argument
151 if (found_resource_type) { in zend_fetch_resource()
152 *found_resource_type = actual_resource_type; in zend_fetch_resource()
H A Dzend_list.h83 …id TSRMLS_DC, int default_id, const char *resource_type_name, int *found_resource_type, int num_re…
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2713 int found_resource_type = le_conn; in PHP_FUNCTION() local
2719 …ction *) zend_fetch_resource(&pv_conn TSRMLS_CC, -1, "ODBC-Link", &found_resource_type, 2, le_conn… in PHP_FUNCTION()
2720 if (found_resource_type==le_pconn) { in PHP_FUNCTION()

Completed in 24 milliseconds