Home
last modified time | relevance | path

Searched refs:doXInclude (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/xsl/tests/
H A Dspecial_operations_with_properties.phpt38 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
H A Dnew_without_constructor.phpt15 ["doXInclude"]=>
H A DmaxTemplateDepth_modification_validation_bypass.phpt49 ["doXInclude"]=>
H A DmaxTemplateVars_modification_validation_bypass.phpt49 ["doXInclude"]=>
/php-src/ext/xsl/tests/xinclude/
H A Dxinclude.phpt2 doXInclude
27 $xslt->doXInclude = true;
32 $xslt->doXInclude = false;
/php-src/ext/xsl/
H A Dphp_xsl.stub.php74 public bool $doXInclude = false; variable in XSLTProcessor
H A Dxsltprocessor.c299 zval *doXInclude, rv; in php_xsl_apply_stylesheet() local
358 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in php_xsl_apply_stylesheet()
359 ctxt->xinclude = zend_is_true(doXInclude); in php_xsl_apply_stylesheet()
/php-src/
H A DUPGRADING593 XSLTProcessor::$doXInclude are now declared.

Completed in 11 milliseconds