]> granicus.if.org Git - php/commitdiff
nuke crap, end scripts always with ?>
authorfoobar <sniper@php.net>
Fri, 3 Jun 2005 23:13:23 +0000 (23:13 +0000)
committerfoobar <sniper@php.net>
Fri, 3 Jun 2005 23:13:23 +0000 (23:13 +0000)
ext/xml/tests/bug32001.phpt

index 57b0d130c8f999652689ce9b2b9e1077a0a595b5..26bf58427c6db9b3cbe1dc94eb03934118df5507 100644 (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 {