summaryrefslogtreecommitdiff
path: root/src/tests/disabled_function_local_var_crash.phpt (follow)
AgeCommit message (Collapse)Author
2018-01-26Fix a segfault in `get_local_var` (#138)Thibault "bui" Koechlin
This commit fixes a segfault where 'get_local_var' would fail if no functions where called yet (`symtable` will be NULL)