mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
14 lines
224 B
PHP
14 lines
224 B
PHP
--TEST--
|
|
Test phpinfo() displays xsl info
|
|
--EXTENSIONS--
|
|
xsl
|
|
--FILE--
|
|
<?php
|
|
phpinfo();
|
|
?>
|
|
--EXPECTF--
|
|
%a
|
|
libxslt compiled against libxml Version%a
|
|
--CREDITS--
|
|
Christian Weiske, cweiske@php.net
|
|
PHP Testfest Berlin 2009-05-09
|