Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 52) sorted by relevance

123

/php-src/ext/xsl/tests/
H A Dbug71571_a.phpt13 <xsl:template match="/">
14 <xsl:call-template name="recurse"/>
15 </xsl:template>
17 <xsl:template name="recurse">
18 <xsl:call-template name="recurse"/>
19 </xsl:template>
35 Warning: XSLTProcessor::transformToDoc(): runtime error: file %s line 8 element call-template in %s…
37 …r::transformToDoc(): xsltApplySequenceConstructor: A potential infinite template recursion was det…
38 You can adjust $maxTemplateDepth in order to raise the maximum number of nested template calls and …
H A Dbug71571_b.phpt13 <xsl:template match="/">
14 <xsl:call-template name="recurse"/>
15 </xsl:template>
17 <xsl:template name="recurse">
19 <xsl:call-template name="recurse">
21 </xsl:call-template>
22 </xsl:template>
32 // Set the template depth limit so high that we will certainly hit the variable depth limit first.
42 Warning: XSLTProcessor::transformToDoc(): xsltApplyXSLTTemplate: A potential infinite template recu…
H A Dbug70535.phpt10 …"http://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>success</xsl:text></xs…
H A Dbug33853.phpt18 <xsl:template match="/">
20 </xsl:template>
H A Dxpath_callables.inc26 <xsl:template match="//a">'
28 '</xsl:template>
H A Dphp_function_edge_cases.phpt14 <xsl:template match="/">
16 </xsl:template>
H A DcloneDocument.phpt21 <xsl:template match="/root">
24 </xsl:template>
H A Dthrow_in_autoload.phpt18 <xsl:template match="/">
20 </xsl:template>
H A Dbug64137.phpt13 …t method="text"/><xsl:param name="foo"/><xsl:template match="/"><xsl:value-of select="$foo"/></xsl…
H A DXSLTProcessor_namespace_mapper_lifetime.phpt20 <xsl:template match="/root">
22 </xsl:template>
H A Dxsltprocessor_transformToDoc.phpt22 <xsl:template match="allusers">
34 </xsl:template>
H A Dxsltprocessor_transformToURI.phpt25 <xsl:template match="allusers">
36 </xsl:template>
H A Dauto_registration_namespaces_new_dom.phpt15 <xsl:template match="/root">
18 </xsl:template>
H A Dbug69168.phpt13 <xsl:template match="allusers">
17 </xsl:template>
H A Dxsltprocessor_transformToXML.phpt25 <xsl:template match="allusers">
37 </xsl:template>
H A Dxsltprocessor_exsl_registerPhpFunctionNs.phpt31 <xsl:template match="date"><xsl:value-of select="date:year(@date)"/></xsl:template>
H A Dspecial_operations_with_properties.phpt20 <xsl:template match="/root">
23 </xsl:template>
/php-src/build/
H A Dgenif.sh22 template=$1
26 if test -z "$template"; then
48 cat $template | \
H A Dphp_cxx_compile_stdcxx.m4155 template <typename T>
286 template < int N >
369 template <int...>
378 template <>
401 template<typename T>
404 template<typename T>
407 template<typename T>
620 template<template<typename> typename X> struct D;
769 template <bool cond>
836 template <auto n>
[all …]
/php-src/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd">
6 </xsl:template>
H A Dcollection.xsl7 <xsl:template match="collection">
10 </xsl:template>
/php-src/win32/build/
H A Dconfig.w32.phpize.in66 * files that make up the snapshot template? */
67 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
118 if (FSO.FolderExists(PHP_PHP_BUILD + "\\template")) {
119 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\template");
120 } else if (FSO.FolderExists(PHP_PHP_BUILD + "\\..\\template")) {
121 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\..\\template");
/php-src/ext/xsl/tests/xinclude/
H A Dxinclude.phpt18 <xsl:template match="/root">
22 </xsl:template>
/php-src/ext/pdo_pgsql/tests/
H A Dbug62479.phpt47 $template = "CREATE USER $user WITH PASSWORD '%s'";
51 $sql = sprintf($template, 'my password');
62 $sql = sprintf($template, "my pass''word");
H A Dbug69362.phpt47 $template = "CREATE USER $user WITH PASSWORD '%s'";
51 $sql = sprintf($template, "''mypassword");

Completed in 23 milliseconds

123