master
typo
Fix memory leak
Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385)
Deprecate implicit nullable parameter types (#12959)
Migrate skip checks to --EXTENSIONS--, p3
Zend: Warn when destructuring non-array values (#19439)
Fixed incorrect QM_ASSIGN elimination
Fixed inorrect QM_ASSIGN elimination
[skip ci] Fix var count in opcache test for i386
Add zend_test.observer.enabled=0 to opcache tests asserting specific TMP count
Implement GH-15680: Enhance zend_dump_op_array to Properly Represent Non-Printable Characters in String Literals
Merge branch 'PHP-8.0'
Fixed incorrect DCE for ADD_ARRAY_ELEMENT instruction
Fixed incorrect DCE of a constructor call
Fixed incorrect DCE for FREE
Fix assertion
Fix SSA reconstruction when body of "foreach" loop is removed
Fixed GH-10008: Narrowing occurred during type inference of ZEND_ADD_ARRAY_ELEMENT
Fix GH-10801: Named arguments in CTE functions cause a segfault
Fix nightly failure in test variation due to number of temp variables varying when observers are enabled
Enact follow-up phase of the "Path to Saner Increment/Decrement operators" RFC (#19374)
Fix GH-14873: PHP 8.4 min function fails on typed integer
zend_compile: Optimize arguments for ZEND_NEW (#20259)
Fix GH-19792: SCCP causes UAF for return value if both warning and exception are triggered
Fix GH-8074: Wrong type inference of range() result
Deprecate ${} string interpolation
Improve type narrowing fix
Improve illegal offset error messages (#10504)
Fixed assertion when check "instanceof" on unlinked class
Fix type narrowing warning during type inference of ZEND_FETCH_DIM_W
Fix type inference
Fix type inference for FETCH_DI_UNSET
[RFC] Path to Saner Increment/Decrement operators (#10358)
Drop range inference for IS_NULL/IS_FALSE/IS_TRUE.
Fix SSA construction and type inference
Fixed type inference
Fixed GH-12511: Use must be in next opline assertion with patched infection
Fixed GH-8251: Narrowing occurred during type inference of ZEND_FETCH_DIM_W
Merge branch 'PHP-8.3'
Fix ISSET_ISEMPTY_VAR missoptimization
Fix incorrect JMP optimization
Fix memory leak because of incorrect optimization
Fix incorrect optimization
Fix incorrect optimization that leads to memory leak
Fix memory leak in SCCP
Fixed NAN handling in SCCP
Fix too aggressive DCE that leads to memory leak
Fix incorrect constant propagation for VERIFY_RETURN_TYPE
Handle exceptions during SCCP function evaluation
Fix handling of sccp exceptions
Respect strict_types during sccp function call evaluation
Only replace IN_ARRAY result type for JMPZ/JMPNZ
Reorder optimization passes to avoid miss-optimization
Add zend_test.observer.enabled=0 to more tests
Merge branch 'PHP-8.2' into PHP-8.3
XFAIL: Return types cannot be inferred through prototypes