Home
last modified time | relevance | path

Searched refs:fn (Results 251 – 253 of 253) sorted by relevance

1...<<11

/php-src/Zend/
H A Dzend_execute.c1312 static void zend_verify_internal_func_info(zend_function *fn, zval *retval) { in zend_verify_internal_func_info() argument
1314 zend_string *name = fn->common.function_name; in zend_verify_internal_func_info()
1315 uint32_t type_mask = zend_get_internal_func_info(fn, NULL, NULL); in zend_verify_internal_func_info()
/php-src/ext/ffi/
H A Dffi.c3531 zend_string *fn; in ZEND_METHOD() local
3536 Z_PARAM_STR(fn) in ZEND_METHOD()
3544 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c175 static void lua_pushcclosure(lua_State*L,lua_CFunction fn,int n);
5559 static void lua_pushcclosure(lua_State*L,lua_CFunction fn,int n){
5564 cl->c.f=fn;

Completed in 48 milliseconds

1...<<11