Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp.h377 #define PHP_FN ZEND_FN
/PHP-8.0/ext/zend_test/
H A Dtest.c332 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
353 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
/PHP-8.0/Zend/
H A Dzend_execute.c146 ZEND_FN(pass), /* handler */
1118 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.0/ext/ffi/
H A Dffi.c2104 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure()
2843 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3103 func->internal_function.handler = ZEND_FN(accel_chdir);

Completed in 66 milliseconds