Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A Dzend_accelerator_debug.h34 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.3/Zend/
H A Dzend.h284 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno);
348 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_A…
353 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn(int type, zend_string *filename, uint3…
367 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.h301 # define ZEND_NORETURN __attribute__((noreturn)) macro
304 # define ZEND_NORETURN __declspec(noreturn) macro
306 # define ZEND_NORETURN macro
H A Dzend.c1199 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno) /* {{{ */ in _zend_bailout()
1626 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn( in zend_error_at_noreturn()
1643 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1657 ZEND_API ZEND_COLD ZEND_NORETURN void zend_strerror_noreturn(int type, int errn, const char *messag… in zend_strerror_noreturn()
H A Dzend_fibers.c350 static ZEND_NORETURN void zend_fiber_trampoline(void) in zend_fiber_trampoline()
352 static ZEND_NORETURN void zend_fiber_trampoline(boost_context_data data) in zend_fiber_trampoline()
H A Dzend_execute.h386 ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(void);
H A Dzend_alloc.c358 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic()
371 static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error()
2709 static ZEND_COLD ZEND_NORETURN void zend_out_of_memory(void);
2800 static ZEND_COLD ZEND_NORETURN void zend_out_of_memory(void)
H A Dzend_exceptions.c973 ZEND_NORETURN void zend_exception_uncaught_error(const char *format, ...) { in zend_exception_uncaught_error()
H A Dzend_execute_API.c1370 ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(void) /* {{{ */ in zend_timeout()
H A Dzend_compile.c1192 static zend_never_inline ZEND_COLD ZEND_NORETURN void do_bind_function_error(zend_string *lcname, z… in do_bind_function_error()
/PHP-8.3/ext/ffi/
H A Dphp_ffi.h214 void ZEND_NORETURN zend_ffi_parser_error(const char *msg, ...);
/PHP-8.3/ext/soap/
H A Dsoap.c53 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
1716 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…

Completed in 79 milliseconds