Home
last modified time | relevance | path

Searched refs:maxTemplateDepth (Results 1 – 10 of 10) sorted by relevance

/PHP-8.4/ext/xsl/tests/
H A DmaxTemplateDepth_errors.phpt2 XSLTProcessor::$maxTemplateDepth errors
11 $oldValue = $processor->maxTemplateDepth;
14 $processor->maxTemplateDepth = -1;
19 var_dump($processor->maxTemplateDepth === $oldValue);
22 $processor->maxTemplateDepth = -32.1;
27 var_dump($processor->maxTemplateDepth === $oldValue);
30 $processor->maxTemplateDepth = "-1";
35 var_dump($processor->maxTemplateDepth === $oldValue);
39 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
41 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
[all …]
H A DmaxTemplateDepth_modification_validation_bypass.phpt2 XSLTProcessor::$maxTemplateDepth modification validation bypass
12 $proc->maxTemplateDepth = $value;
21 $ref =& $proc->maxTemplateDepth;
29 unset($proc->maxTemplateDepth);
42 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
44 Indirect modification of XSLTProcessor::$maxTemplateDepth is not allowed
46 Cannot unset XSLTProcessor::$maxTemplateDepth
53 ["maxTemplateDepth"]=>
H A Dnew_without_constructor.phpt19 ["maxTemplateDepth"]=>
H A Dbug71571_a.phpt29 $proc->maxTemplateDepth = 2;
38 You can adjust $maxTemplateDepth in order to raise the maximum number of nested template calls and …
H A DmaxTemplateVars_modification_validation_bypass.phpt53 ["maxTemplateDepth"]=>
H A Dbug71571_b.phpt33 $proc->maxTemplateDepth = 2**30;
/PHP-8.4/ext/xsl/
H A Dphp_xsl.stub.php78 public int $maxTemplateDepth; variable in XSLTProcessor
H A Dxsltprocessor.c358 ctxt->maxTemplateDepth = Z_LVAL_P(max_template_depth); in php_xsl_apply_stylesheet()
/PHP-8.4/
H A DNEWS1026 . Added XSLTProcessor::$maxTemplateDepth and XSLTProcessor::$maxTemplateVars.
H A DUPGRADING448 . Added XSLTProcessor::$maxTemplateDepth and XSLTProcessor::$maxTemplateVars

Completed in 16 milliseconds