Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/
H A Dphp_zip.h58 #define ZIPARCHIVE_METHOD(name) ZEND_NAMED_FUNCTION(c_ziparchive_ ##name)
/PHP-7.3/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.3/main/
H A Dphp.h408 #define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION
/PHP-7.3/Zend/
H A Dzend_closures.c226 static ZEND_NAMED_FUNCTION(zend_closure_call_magic) /* {{{ */ { in ZEND_NAMED_FUNCTION() function
643 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.3/ext/standard/
H A Dfilestat.c997 ZEND_NAMED_FUNCTION(name) { \
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c760 ZEND_NAMED_FUNCTION(fname) { \

Completed in 36 milliseconds