--TEST-- Bug #67539 (ArrayIterator use-after-free due to object change during sorting) --FILE-- unserialize($GLOBALS['it']->serialize()); } catch (Error $e) { echo $e->getMessage(), "\n"; } return 0; } $it->uksort('badsort'); ?> --EXPECT-- Modification of ArrayObject during sorting is prohibited