Home
last modified time | relevance | path

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

/php-src/ext/odbc/
H A Dphp_odbc.c3020 char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable;
3025 …&ptable, &ptable_len, &fcat, &fcat_len, &fschema, &fschema_len, &ftable, &ftable_len) == FAILURE) {
3038 EMPTY_TO_NULL(ftable);
3066 (SQLCHAR *) ftable, SAFE_SQL_NTS(ftable) );
/php-src/Zend/
H A Dzend_API.c3863 HashTable *ftable; in zend_is_callable_check_func() local
3947 ftable = &fcc->calling_scope->function_table; in zend_is_callable_check_func()
3962 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3980 } else if ((zv = zend_hash_find(ftable, lmname)) != NULL) { in zend_is_callable_check_func()

Completed in 27 milliseconds