- Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.19, 8.3.21 - 8.3.26, 8.4.1 - 8.4.14
- success
- Output for 8.3.20
Process exited with code 139.
<?php
$object = new \ArrayObject([], \ArrayObject::ARRAY_AS_PROPS);
$foo = 'websocket';
$object->{$foo} = new \ArrayObject([], \ArrayObject::ARRAY_AS_PROPS);
$object = &$object->{$foo};
echo 'success';