Home
last modified time | relevance | path

Searched refs:ZEND_FN (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/dl_test/
H A Ddl_test.c67 …ZEND_FENTRY(dl_test_use_register_functions_directly, ZEND_FN(dl_test_use_register_functions_direct…
/php-src/main/
H A Dphp.h367 #define PHP_FN ZEND_FN
/php-src/ext/zend_test/
H A Dtest.c766 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
790 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
/php-src/Zend/
H A Dzend_execute.c154 ZEND_FN(pass), /* handler */
1275 …if (fbc->internal_function.handler == ZEND_FN(pass) || (fbc->internal_function.fn_flags & ZEND_ACC… in zend_internal_call_should_throw()
H A Dzend_API.h71 #define ZEND_FN(name) zif_##name macro
/php-src/ext/ffi/
H A Dffi.c2176 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure()
2929 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func()
/php-src/ext/opcache/
H A DZendAccelerator.c3305 func->internal_function.handler = ZEND_FN(accel_chdir);

Completed in 76 milliseconds