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 6c5a665 commit 9c779deCopy full SHA for 9c779de
zephir_parser.c
@@ -63,7 +63,7 @@ PHP_FUNCTION(zephir_parse_file)
63
}
64
RETURN_ZVAL(&ret, 1, 1);
65
#else
66
- RETVAL_ZVAL(ret, 1, 0);
+ RETVAL_ZVAL(ret, 1, 1);
67
#endif
68
69
/* }}} */
0 commit comments