View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002287 | Xdebug | Uncategorized | public | 2024-09-05 21:04 | 2024-09-06 13:21 |
Reporter | bkdotcom | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Xdebug v3.4.0alpha2-de | OS | OSX | OS Version | 12.7.6 |
Summary | 0002287: zend_mm_heap corrupted in develop mode | ||||
Description | Reflecting a class containing new php 8.4 features (property hooks / asymmetric-visibility) with zend_mm_heap corrupted | ||||
Steps To Reproduce | <?php /**
$newFeatures = new NewFeatures(); $refObj = new ReflectionObject($newFeatures); foreach ($refProps as $refProp) { echo 'the end' . "\n\n"; function propInfo(ReflectionProperty $refProperty, $obj) | ||||
Additional Information | commenting out any one of the properties and the script will complete... some sort of internal buffer issue?! | ||||
Tags | No tags attached. | ||||
Operating System | osx | ||||
PHP Version | 8.4-dev | ||||