History log of /php-src/Zend/zend_verify_type_inference.h (Results 1 – 3 of 3)
Revision Date Author Comments
# ea297654 24-Sep-2024 DanielEScherzer

Zend/*: fix a bunch of typos (GH-16017)

* Zend/*: fix a bunch of typos

* Zend/tests/try/try_catch_finally_005.phpt: update string length


# 7040e8ee 23-Jan-2024 Ilija Tovilo

[skip ci] Use _exit for type inference verification

Otherwise we get useless leak warnings when building with asan.


# ffc250d2 09-Jan-2024 Ilija Tovilo

Add runtime type inference verification

Co-authored-by: Dmitry Stogov <dmitry@zend.com>

Closes GH-12930