]> granicus.if.org Git - php/commit
Fixed bug #79784
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Jul 2020 12:22:58 +0000 (14:22 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Jul 2020 12:22:58 +0000 (14:22 +0200)
commit62bec0e083aee4cba17d459fb4e07e1599772b12
tree3170a49724919e86cb9fbb21b08e483a48f29141
parentb0014adb021cc6e765cea9f160537b64f4d6b1a5
Fixed bug #79784

The fix here is essentially the same as for bug #78598, just for
the undefined variable notice, rather than the undefined index one.
NEWS
Zend/tests/bug79784.phpt [new file with mode: 0644]
Zend/zend_execute.c