1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fixed pass name

This commit is contained in:
Dmitry Stogov
2017-07-11 11:56:51 +03:00
parent d26ff1b88d
commit 9915b1f5cd

View File

@@ -87,7 +87,7 @@ int zend_dfa_analyze_op_array(zend_op_array *op_array, zend_optimizer_ctx *ctx,
}
if (ctx->debug_level & ZEND_DUMP_DFA_SSA) {
zend_dump_op_array(op_array, ZEND_DUMP_SSA, "before dfa pass", ssa);
zend_dump_op_array(op_array, ZEND_DUMP_SSA, "dfa ssa", ssa);
}