--TEST-- Crash xslt_process with reused handler (this test may take a while) --SKIPIF-- --FILE-- $val)); if(!$result or $result != utf8_decode($val)) print "Failed $i / ".utf8_decode($val).": $result\n\tDecode: " . decode(utf8_decode($val)) . "\n" ; } print "OK\n"; xslt_free($xh); $t2 = time(); $op_time = $t2 - $t1; if($op_time > $want_time) print "This test took more than $want_time seconds. Either you have a very slow / busy machine, or there's something very wrong with the speed. Your time: $op_time"; ?> --EXPECT-- OK