Home
last modified time | relevance | path

Searched refs:ZEND_NAMED_FUNCTION (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_enum.c265 static ZEND_NAMED_FUNCTION(zend_enum_cases_func) in ZEND_NAMED_FUNCTION() function
405 static ZEND_NAMED_FUNCTION(zend_enum_from_func) in ZEND_NAMED_FUNCTION() function
410 static ZEND_NAMED_FUNCTION(zend_enum_try_from_func) in ZEND_NAMED_FUNCTION() function
H A Dzend_closures.c285 static ZEND_NAMED_FUNCTION(zend_closure_call_magic) /* {{{ */ { in ZEND_NAMED_FUNCTION() function
710 static ZEND_NAMED_FUNCTION(zend_closure_internal_handler) /* {{{ */ in ZEND_NAMED_FUNCTION() function
H A Dzend_API.h72 #define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS) macro
73 #define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(zif_##name)
74 #define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(zim_##classname##_##name)
/PHP-8.3/main/
H A Dphp.h368 #define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c380 static ZEND_NAMED_FUNCTION(accel_file_exists) function
389 static ZEND_NAMED_FUNCTION(accel_is_file) function
398 static ZEND_NAMED_FUNCTION(accel_is_readable) function
/PHP-8.3/ext/standard/
H A Dfilestat.c1005 ZEND_NAMED_FUNCTION(name) { \
/PHP-8.3/ext/zend_test/
H A Dtest.c1125 static ZEND_NAMED_FUNCTION(zend_test_internal_dnf_arguments) in ZEND_NAMED_FUNCTION() function
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c656 ZEND_NAMED_FUNCTION(fname) { \

Completed in 44 milliseconds