mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +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--
|
--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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue