Home
last modified time | relevance | path

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

/php-src/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
721 static ZEND_NAMED_FUNCTION(zend_closure_internal_handler) /* {{{ */ in ZEND_NAMED_FUNCTION() function
H A Dzend_API.h74 #define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS) macro
75 #define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(zif_##name)
76 #define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(zim_##classname##_##name)
/php-src/main/
H A Dphp.h369 #define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION
/php-src/ext/opcache/
H A Dzend_accelerator_module.c390 static ZEND_NAMED_FUNCTION(accel_file_exists) function
399 static ZEND_NAMED_FUNCTION(accel_is_file) function
408 static ZEND_NAMED_FUNCTION(accel_is_readable) function
/php-src/ext/standard/
H A Dfilestat.c981 ZEND_NAMED_FUNCTION(name) { \
/php-src/ext/zend_test/
H A Dtest.c1073 static ZEND_NAMED_FUNCTION(zend_test_internal_dnf_arguments) in ZEND_NAMED_FUNCTION() function
/php-src/ext/phar/
H A Dfunc_interceptors.c656 ZEND_NAMED_FUNCTION(fname) { \

Completed in 47 milliseconds