Searched refs:ftable (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/odbc/ |
H A D | php_odbc.c | 3024 char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable; 3029 …&ptable, &ptable_len, &fcat, &fcat_len, &fschema, &fschema_len, &ftable, &ftable_len) == FAILURE) { 3042 EMPTY_TO_NULL(ftable); 3070 (SQLCHAR *) ftable, SAFE_SQL_NTS(ftable) );
|
/PHP-8.4/Zend/ |
H A D | zend_API.c | 3856 HashTable *ftable; in zend_is_callable_check_func() local 3940 ftable = &fcc->calling_scope->function_table; in zend_is_callable_check_func() 3955 ftable = &ce_org->function_table; in zend_is_callable_check_func() 3973 } else if ((zv = zend_hash_find(ftable, lmname)) != NULL) { in zend_is_callable_check_func()
|
Completed in 62 milliseconds