Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A Dzend_accelerator_debug.h32 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORM…
H A Dzend_accelerator_debug.c107 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) in zend_accel_error_noreturn()
/PHP-8.1/Zend/
H A Dzend.h278 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno);
341 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_A…
346 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn(int type, zend_string *filename, uint3…
358 ZEND_API ZEND_COLD ZEND_NORETURN void zend_strerror_noreturn(int type, int errn, const char *messag…
H A Dzend_exceptions.h71 ZEND_NORETURN void zend_exception_uncaught_error(const char *prefix, ...) ZEND_ATTRIBUTE_FORMAT(pri…
H A Dzend_portability.h276 # define ZEND_NORETURN __attribute__((noreturn)) macro
279 # define ZEND_NORETURN __declspec(noreturn) macro
281 # define ZEND_NORETURN macro
H A Dzend_fibers.c266 static ZEND_NORETURN void zend_fiber_trampoline(void) in zend_fiber_trampoline()
268 static ZEND_NORETURN void zend_fiber_trampoline(boost_context_data data) in zend_fiber_trampoline()
H A Dzend.c1189 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno) /* {{{ */ in _zend_bailout()
1624 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn( in zend_error_at_noreturn()
1641 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1655 ZEND_API ZEND_COLD ZEND_NORETURN void zend_strerror_noreturn(int type, int errn, const char *messag… in zend_strerror_noreturn()
H A Dzend_execute.h353 ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(void);
H A Dzend_exceptions.c971 ZEND_NORETURN void zend_exception_uncaught_error(const char *format, ...) { in zend_exception_uncaught_error()
H A Dzend_alloc.c357 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic()
370 static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error()
3080 static ZEND_COLD ZEND_NORETURN void zend_out_of_memory(void)
H A Dzend_execute_API.c1311 ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(void) /* {{{ */ in zend_timeout()
H A Dzend_compile.c1071 static zend_never_inline ZEND_COLD ZEND_NORETURN void do_bind_function_error(zend_string *lcname, z… in do_bind_function_error()
/PHP-8.1/ext/ffi/
H A Dphp_ffi.h213 void ZEND_NORETURN zend_ffi_parser_error(const char *msg, ...);
/PHP-8.1/ext/soap/
H A Dsoap.c54 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
1762 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…

Completed in 75 milliseconds