Searched refs:doXInclude (Results 1 – 1 of 1) sorted by relevance
481 zval *doXInclude, member, rv; in php_xsl_apply_stylesheet() local532 doXInclude = zend_std_read_property(id, &member, BP_VAR_IS, NULL, &rv); in php_xsl_apply_stylesheet()533 if (Z_TYPE_P(doXInclude) != IS_NULL) { in php_xsl_apply_stylesheet()534 convert_to_long(doXInclude); in php_xsl_apply_stylesheet()535 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
Completed in 11 milliseconds