mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
Merge branch 'PHP-7.4'
* PHP-7.4: fix typo
This commit is contained in:
commit
bb3f261839
@ -437,7 +437,7 @@ int zend_ssa_escape_analysis(const zend_script *script, zend_op_array *op_array,
|
||||
}
|
||||
|
||||
|
||||
/* 1. Build EES (Equi-Esape Sets) */
|
||||
/* 1. Build EES (Equi-Escape Sets) */
|
||||
ees = do_alloca(sizeof(int) * ssa_vars_count, use_heap);
|
||||
if (!ees) {
|
||||
return FAILURE;
|
||||
|
Loading…
Reference in New Issue
Block a user