Skip to content

Commit 154e0c9

Browse files
committed
Update zend_string.h
1 parent 0e1164d commit 154e0c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Zend/zend_string.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#include "zend_types.h"
2323
#include "zend_gc.h"
2424
#include "zend_alloc.h"
25+
26+
ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
27+
2528
#include "zend_multiply.h"
2629

2730
BEGIN_EXTERN_C()

0 commit comments

Comments
 (0)