Skip to content

Commit 56a13b6

Browse files
committed
Update zend_string.h
1 parent 85b5bd4 commit 56a13b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Zend/zend_string.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
#include "zend_errors.h"
2727

28-
#include "zend_multiply.h"
29-
3028
BEGIN_EXTERN_C()
3129

3230
ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
3331

32+
#include "zend_multiply.h"
33+
3434
typedef void (*zend_string_copy_storage_func_t)(void);
3535
typedef zend_string *(ZEND_FASTCALL *zend_new_interned_string_func_t)(zend_string *str);
3636
typedef zend_string *(ZEND_FASTCALL *zend_string_init_interned_func_t)(const char *str, size_t size, bool permanent);

0 commit comments

Comments
 (0)