Searched refs:maxTemplateDepth (Results 1 – 8 of 8) sorted by relevance
2 XSLTProcessor::$maxTemplateDepth errors11 $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 041 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0[all …]
2 XSLTProcessor::$maxTemplateDepth modification validation bypass12 $proc->maxTemplateDepth = $value;21 $ref =& $proc->maxTemplateDepth;29 unset($proc->maxTemplateDepth);42 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 044 Indirect modification of XSLTProcessor::$maxTemplateDepth is not allowed46 Cannot unset XSLTProcessor::$maxTemplateDepth53 ["maxTemplateDepth"]=>
19 ["maxTemplateDepth"]=>
29 $proc->maxTemplateDepth = 2;38 You can adjust $maxTemplateDepth in order to raise the maximum number of nested template calls and …
53 ["maxTemplateDepth"]=>
33 $proc->maxTemplateDepth = 2**30;
78 public int $maxTemplateDepth; variable in XSLTProcessor
358 ctxt->maxTemplateDepth = Z_LVAL_P(max_template_depth); in php_xsl_apply_stylesheet()
Completed in 27 milliseconds