ftable           2762 Zend/zend_API.c 	HashTable *ftable;
ftable           2817 Zend/zend_API.c 		ftable = &fcc->calling_scope->function_table;
ftable           2827 Zend/zend_API.c 		ftable = &ce_org->function_table;
ftable           2846 Zend/zend_API.c 	} else if (zend_hash_find(ftable, lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) {
ftable           3321 ext/odbc/php_odbc.c 	char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable;
ftable           3326 ext/odbc/php_odbc.c 		&ptable, &ptable_len, &fcat, &fcat_len, &fschema, &fschema_len, &ftable, &ftable_len) == FAILURE) {
ftable           3339 ext/odbc/php_odbc.c 		EMPTY_TO_NULL(ftable);
ftable           3365 ext/odbc/php_odbc.c 			ftable, SAFE_SQL_NTS(ftable) );