]> granicus.if.org Git - php/commitdiff
Fixed test.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 25 Apr 2004 16:50:47 +0000 (16:50 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 25 Apr 2004 16:50:47 +0000 (16:50 +0000)
ext/tidy/tests/008.phpt

index 47c9474b2e808b2f755eb927be9472425112b9b3..6ddbd191b813d37824ab8ff27f58d25d142bcbef 100644 (file)
@@ -7,10 +7,8 @@ Accessing the error buffer via $obj->error_buf...
 --INI--
 --FILE--
 <?php 
-
        $a = tidy_parse_string("<HTML><asd asdf></HTML>");
-       echo $a->error_buf;
+       echo $a->errorBuffer;
 ?>
 --EXPECT--
 line 1 column 1 - Warning: missing <!DOCTYPE> declaration