Home
last modified time | relevance | path

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

/PHP-7.2/ext/odbc/
H A Dphp_odbc.c3376 char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable; in PHP_FUNCTION() local
3381 …&ptable, &ptable_len, &fcat, &fcat_len, &fschema, &fschema_len, &ftable, &ftable_len) == FAILURE) { in PHP_FUNCTION()
3394 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
3422 ftable, SAFE_SQL_NTS(ftable) ); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_API.c2992 HashTable *ftable; in zend_is_callable_check_func() local
3070 ftable = &fcc->calling_scope->function_table; in zend_is_callable_check_func()
3080 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3098 } else if ((fcc->function_handler = zend_hash_find_ptr(ftable, lmname)) != NULL) { in zend_is_callable_check_func()

Completed in 19 milliseconds