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 b563c13 commit f9d4c88Copy full SHA for f9d4c88
Zend/zend_ast.c
@@ -60,7 +60,7 @@ ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_fcc(void) {
60
ast = zend_ast_alloc(sizeof(zend_ast_fcc));
61
ast->kind = ZEND_AST_CALLABLE_CONVERT;
62
ast->attr = 0;
63
- ast->lineno = ZEND_MAP_PTR_NEW_OFFSET();
+ ast->lineno = CG(zend_lineno);
64
ZEND_MAP_PTR_INIT(ast->fptr, NULL);
65
66
return (zend_ast *) ast;
0 commit comments