summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-12 12:04:11 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-12 12:04:11 +0200
commit785f034e4188e60c0a6d2708646438f9872a1309 (patch)
treece202d84b957df6723d70e704325f2be073b327a /Zend/zend.h
parentb8b00263c5d58d2b15d6e59f80cc6b45c3dd3688 (diff)
parentba40f505e5804a5f62a1e220b0dce9d417a27f4d (diff)
downloadphp-git-785f034e4188e60c0a6d2708646438f9872a1309.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 600db9204f..a2b76291da 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -232,7 +232,7 @@ void zend_register_standard_ini_entries(void);
int zend_post_startup(void);
void zend_set_utility_values(zend_utility_values *utility_values);
-ZEND_API ZEND_COLD void _zend_bailout(const char *filename, uint32_t lineno);
+ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno);
ZEND_API size_t zend_vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap);
ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);