We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d775ba8 commit 554541cCopy full SHA for 554541c
ext/ffi/ffi_parser.c
@@ -3552,7 +3552,7 @@ static void parse(void) {
3552
}
3553
3554
3555
-int zend_ffi_parse_decl(const char *str, size_t len) {
+zend_result zend_ffi_parse_decl(const char *str, size_t len) {
3556
if (SETJMP(FFI_G(bailout))==0) {
3557
FFI_G(allow_vla) = 0;
3558
FFI_G(attribute_parsing) = 0;
@@ -3565,7 +3565,7 @@ int zend_ffi_parse_decl(const char *str, size_t len) {
3565
3566
3567
3568
-int zend_ffi_parse_type(const char *str, size_t len, zend_ffi_dcl *dcl) {
+zend_result zend_ffi_parse_type(const char *str, size_t len, zend_ffi_dcl *dcl) {
3569
int sym;
3570
3571
0 commit comments