Searched refs:ZEND_FN (Results 1 – 6 of 6) sorted by relevance
363 #define PHP_FN ZEND_FN
493 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()516 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
147 ZEND_FN(pass), /* handler */1172 if (fbc->internal_function.handler == ZEND_FN(pass)) { in zend_internal_call_should_throw()
68 #define ZEND_FN(name) zif_##name macro
2113 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()
3318 func->internal_function.handler = ZEND_FN(accel_chdir);
Completed in 59 milliseconds