php-src/ext/xsl/tests/xsl-phpinfo.phpt
Nikita Popov c5401854fc Run tidy
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
2020-09-18 14:28:32 +02:00

18 lines
319 B
PHP

--TEST--
Test phpinfo() displays xsl info
--SKIPIF--
<?php
if (!extension_loaded("xsl")) {
die("SKIP extension gettext not loaded\n");
}
?>
--FILE--
<?php
phpinfo();
?>
--EXPECTF--
%a
libxslt compiled against libxml Version%a
--CREDITS--
Christian Weiske, cweiske@php.net
PHP Testfest Berlin 2009-05-09