Browse Source

Fix: 62067 Moved comments to FILE section

pull/90/head
zoe slattery 14 years ago
parent
commit
778d69ddfe
  1. 5
      ext/libxml/tests/bug61367-read.phpt
  2. 2
      ext/libxml/tests/bug61367-write.phpt

5
ext/libxml/tests/bug61367-read.phpt

@ -4,11 +4,12 @@ Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
<?php if(!extension_loaded('dom')) echo 'skip'; ?>
--INI--
open_basedir=.
; Suppress spurious "Trying to get property of non-object" notices
error_reporting=E_ALL & ~E_NOTICE
--FILE--
<?php
/*
* Note: Using error_reporting=E_ALL & ~E_NOTICE to supress "Trying to get property of non-object" notices.
*/
class StreamExploiter {
public function stream_close ( ) {
$doc = new DOMDocument;

2
ext/libxml/tests/bug61367-write.phpt

@ -4,8 +4,6 @@ Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test
<?php if(!extension_loaded('dom')) echo 'skip'; ?>
--INI--
open_basedir=.
; Suppress spurious "Trying to get property of non-object" notices
error_reporting=E_ALL & ~E_NOTICE
--FILE--
<?php

Loading…
Cancel
Save