mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
nuke crap, end scripts always with ?>
This commit is contained in:
parent
51eebc6096
commit
83dff0b68b
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue