{% macro mymacro() %}
test
{% endmacro %}
{{ mymacro() }}
This produces 502 error in phalcon 2.0.7. In php-fpm log i see:
[15-Sep-2015 08:59:39] WARNING: [pool www] child 618610 exited on signal 11 (SIGSEGV) after 1.351020 seconds from start
[15-Sep-2015 08:59:39] NOTICE: [pool www] child 618617 started
And that's all, no any other errors. Whats wrong?
PHP 5.5.25