]> granicus.if.org Git - php/commit
Handle exceptions during SCCP function evaluation
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 27 Nov 2020 16:00:12 +0000 (17:00 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 27 Nov 2020 16:00:12 +0000 (17:00 +0100)
commite5aae358554d09dff75b81970d2ab3f03968fe09
treebdbff587b42757ac589688f740671310d77ccdee
parent4f3cf983dcdab2e5443d621894f1c52c1847749e
Handle exceptions during SCCP function evaluation

Easier to handle them than to ensure they can't happen in the
first place.
ext/opcache/Optimizer/sccp.c
ext/opcache/tests/opt/sccp_exception.phpt [new file with mode: 0644]