Home
last modified time | relevance | path

Searched refs:ZEND_NORETURN (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_portability.h258 # define ZEND_NORETURN __attribute__((noreturn)) macro
261 # define ZEND_NORETURN __declspec(noreturn) macro
263 # define ZEND_NORETURN macro
H A Dzend.h84 ZEND_COLD void zend_error_noreturn(int type, const char *format, ...) ZEND_NORETURN;
86 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...);
H A Dzend_alloc.c362 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic()
375 static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error()
2874 static ZEND_COLD ZEND_NORETURN void zend_out_of_memory(void)
H A Dzend.c1303 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
/PHP-7.0/
H A DUPGRADING.INTERNALS142 ZEND_NORETURN is defined as __declspec(noreturn) on VS

Completed in 54 milliseconds