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--
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect)
--SKIPIF--
<?php # vim:ft=php
if (!extension_loaded("iconv")) print "skip";
<?php
if (!extension_loaded('iconv')) print 'skip';
?>
--FILE--
<?php
class testcase {