Searched refs:doXInclude (Results 1 – 7 of 7) sorted by relevance
38 echo "--- Unset doXInclude ---\n";42 unset($xslt->doXInclude);55 $xinclude =& $xslt->doXInclude;63 --- Unset doXInclude ---64 Typed property XSLTProcessor::$doXInclude must not be accessed before initialization
15 ["doXInclude"]=>
49 ["doXInclude"]=>
2 doXInclude27 $xslt->doXInclude = true;32 $xslt->doXInclude = false;
74 public bool $doXInclude = false; variable in XSLTProcessor
294 zval *doXInclude, rv; in php_xsl_apply_stylesheet() local352 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in php_xsl_apply_stylesheet()353 ctxt->xinclude = zend_is_true(doXInclude); in php_xsl_apply_stylesheet()
Completed in 11 milliseconds