📄 Viewing: foreach_by_ref_to_property.phpt

--TEST--
Foreach by ref assignment to property
--FILE--
<?php
$obj = new stdClass;
foreach ([0] as &$obj->prop) {
    var_dump($obj->prop);
}
?>
--EXPECT--
int(0)

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests