Skip to content

Commit 778d69d

Browse files
author
zoe slattery
committed
Fix: 62067 Moved comments to FILE section
1 parent 79d5250 commit 778d69d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ext/libxml/tests/bug61367-read.phpt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
44
<?php if(!extension_loaded('dom')) echo 'skip'; ?>
55
--INI--
66
open_basedir=.
7-
; Suppress spurious "Trying to get property of non-object" notices
87
error_reporting=E_ALL & ~E_NOTICE
98
--FILE--
109
<?php
11-
10+
/*
11+
* Note: Using error_reporting=E_ALL & ~E_NOTICE to supress "Trying to get property of non-object" notices.
12+
*/
1213
class StreamExploiter {
1314
public function stream_close ( ) {
1415
$doc = new DOMDocument;

ext/libxml/tests/bug61367-write.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test
44
<?php if(!extension_loaded('dom')) echo 'skip'; ?>
55
--INI--
66
open_basedir=.
7-
; Suppress spurious "Trying to get property of non-object" notices
8-
error_reporting=E_ALL & ~E_NOTICE
97
--FILE--
108
<?php
119

0 commit comments

Comments
 (0)