xref: /PHP-7.4/ext/xsl/tests/phpfunc-nostring.xsl (revision 128cd0d0)
1<?xml version="1.0" encoding="iso-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3    xmlns:php="http://php.net/xsl"
4>
5    <xsl:output  method="text" encoding="iso-8859-1" indent="no"/>
6    <xsl:template match="/">
7     <xsl:value-of select="php:function(123,'this is an example')"/>
8    </xsl:template>
9</xsl:stylesheet>
10