15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
|
|
--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
|