]> granicus.if.org Git - php/commit
Update zend_func_info for zend, array extensions
authorTyson Andre <tysonandre775@hotmail.com>
Sun, 6 Oct 2019 18:37:22 +0000 (14:37 -0400)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 08:15:30 +0000 (10:15 +0200)
commit3c2ba240a911085f8242ebe55ed4b37fd7315de6
tree5124e63a95b1bf1c5e221cb69c807e4a64b78bd7
parent647b1c7fcf04447658459f507271c0a5ce75229a
Update zend_func_info for zend, array extensions

Some of these functions now have real reflection types
and will throw instead of return null/false.

Others provide the exact same reflection type information
that zend_func_info does. (or would after updating outdated types)

Closes GH-4790.
ext/opcache/Optimizer/zend_func_info.c