Searched refs:maxTemplateVars (Results 1 – 7 of 7) sorted by relevance
2 XSLTProcessor::$maxTemplateVars errors11 $oldValue = $processor->maxTemplateVars;14 $processor->maxTemplateVars = -1;19 var_dump($processor->maxTemplateVars === $oldValue);22 $processor->maxTemplateVars = -32.1;27 var_dump($processor->maxTemplateVars === $oldValue);30 $processor->maxTemplateVars = "-1";35 var_dump($processor->maxTemplateVars === $oldValue);39 XSLTProcessor::$maxTemplateVars must be greater than or equal to 041 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0[all …]
2 XSLTProcessor::$maxTemplateVars modification validation bypass12 $proc->maxTemplateVars = $value;21 $ref =& $proc->maxTemplateVars;29 unset($proc->maxTemplateVars);42 XSLTProcessor::$maxTemplateVars must be greater than or equal to 044 Indirect modification of XSLTProcessor::$maxTemplateVars is not allowed46 Cannot unset XSLTProcessor::$maxTemplateVars55 ["maxTemplateVars"]=>
21 ["maxTemplateVars"]=>
34 $proc->maxTemplateVars = 2;43 You can adjust $maxTemplateVars in order to raise the maximum number of variables/params (currently…
55 ["maxTemplateVars"]=>
80 public int $maxTemplateVars; variable in XSLTProcessor
362 ctxt->maxTemplateVars = Z_LVAL_P(max_template_vars); in php_xsl_apply_stylesheet()
Completed in 8 milliseconds