--TEST-- Bug #61165 (Segfault - strip_tags()) --FILE-- _this = $this; // <-- uncomment this return 'A'; } } $t = new T; for ($i = 0; $i < 3; $i++) { strip_tags($t); strip_tags(new T); } var_dump($handler); ?> --EXPECTF-- object(T)#%d (1) { ["_this"]=> *RECURSION* }