Searched refs:ftable (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/odbc/ |
H A D | php_odbc.c | 3328 char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable; in PHP_FUNCTION() local 3333 …&ptable, &ptable_len, &fcat, &fcat_len, &fschema, &fschema_len, &ftable, &ftable_len) == FAILURE) { in PHP_FUNCTION() 3346 EMPTY_TO_NULL(ftable); in PHP_FUNCTION() 3372 ftable, SAFE_SQL_NTS(ftable) ); in PHP_FUNCTION()
|
/PHP-5.6/Zend/ |
H A D | zend_API.c | 2807 HashTable *ftable; in zend_is_callable_check_func() local 2862 ftable = &fcc->calling_scope->function_table; in zend_is_callable_check_func() 2872 ftable = &ce_org->function_table; in zend_is_callable_check_func() 2891 } else if (zend_hash_find(ftable, lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { in zend_is_callable_check_func()
|
Completed in 36 milliseconds