mirror of
https://github.com/php/php-src.git
synced 2025-01-07 19:44:02 +08:00
14 lines
262 B
PHP
14 lines
262 B
PHP
--TEST--
|
|
Tidy::diagnose() NULL pointer dereference
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded("tidy")) print "skip"; ?>
|
|
--FILE--
|
|
<?php
|
|
|
|
$nx = new Tidy("*");
|
|
$nx->diagnose();
|
|
|
|
?>
|
|
--EXPECTF--
|
|
Warning: tidy::__construct(): Cannot Load '*' into memory%win %s on line %d
|