--TEST-- SPL: Bug #48493 spl_autoload_unregister() can't handle prepended functions --FILE-- --EXPECT-- array(2) { [0]=> string(9) "autoload1" [1]=> string(9) "autoload2" } array(1) { [0]=> string(9) "autoload1" }