Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp.h363 #define PHP_FN ZEND_FN
/PHP-8.1/ext/zend_test/
H A Dtest.c470 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
493 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
/PHP-8.1/Zend/
H A Dzend_execute.c147 ZEND_FN(pass), /* handler */
1172 if (fbc->internal_function.handler == ZEND_FN(pass)) { in zend_internal_call_should_throw()
H A Dzend_API.h68 #define ZEND_FN(name) zif_##name macro
/PHP-8.1/ext/ffi/
H A Dffi.c2113 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure()
2864 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c3318 func->internal_function.handler = ZEND_FN(accel_chdir);

Completed in 60 milliseconds