diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:41:45 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:42:08 +0100 |
| commit | 169805777c17892865ae462ae0a0895344a7fd3c (patch) | |
| tree | 715ab54d18d387e0f2fec607a97462af525f2556 /Zend/zend_execute.c | |
| parent | 6b38251820be4ab2eb38c55d41c6680d0bff83f3 (diff) | |
| parent | 58b17906f512866c2e34844fa497ecdf7f1e1e3d (diff) | |
| download | php-git-169805777c17892865ae462ae0a0895344a7fd3c.tar.gz | |
Merge branch 'PHP-7.4'
* PHP-7.4:
Apply tidy formatting
Diffstat (limited to 'Zend/zend_execute.c')
| -rw-r--r-- | Zend/zend_execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 9203fa6eb5..18fb8e9aba 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -1597,7 +1597,7 @@ static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, string_len = Z_STRLEN_P(value); c = (zend_uchar)Z_STRVAL_P(value)[0]; } - + if (string_len != 1) { if (string_len == 0) { /* Error on empty input string */ |
