mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
nuke crap, end scripts always with ?>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user