Home
last modified time | relevance | path

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

/PHP-7.4/ext/zip/
H A Dphp_zip.h54 #define ZIPARCHIVE_METHOD(name) ZEND_NAMED_FUNCTION(c_ziparchive_ ##name)
/PHP-7.4/main/
H A Dphp.h381 #define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c367 static ZEND_NAMED_FUNCTION(accel_file_exists) function
376 static ZEND_NAMED_FUNCTION(accel_is_file) function
385 static ZEND_NAMED_FUNCTION(accel_is_readable) function
/PHP-7.4/Zend/
H A Dzend_closures.c249 static ZEND_NAMED_FUNCTION(zend_closure_call_magic) /* {{{ */ { in ZEND_NAMED_FUNCTION() function
678 static ZEND_NAMED_FUNCTION(zend_closure_internal_handler) /* {{{ */ in ZEND_NAMED_FUNCTION() function
H A Dzend_API.h63 #define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS) macro
64 #define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name))
65 #define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
/PHP-7.4/ext/standard/
H A Dfilestat.c994 ZEND_NAMED_FUNCTION(name) { \
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c760 ZEND_NAMED_FUNCTION(fname) { \

Completed in 31 milliseconds