nuke crap, end scripts always with ?>

This commit is contained in:
foobar 2005-06-03 23:13:23 +00:00
parent 51eebc6096
commit 83dff0b68b

View file

@ -1,8 +1,9 @@
--TEST-- --TEST--
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect) Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect)
--SKIPIF-- --SKIPIF--
<?php # vim:ft=php <?php
if (!extension_loaded("iconv")) print "skip"; if (!extension_loaded('iconv')) print 'skip';
?>
--FILE-- --FILE--
<?php <?php
class testcase { class testcase {