Home
last modified time | relevance | path

Searched refs:importStylesheet (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.0/ext/xsl/tests/
H A Dxsltprocessor_importStylesheet-invalidparam.phpt2 XSLTProcessor::importStylesheet() - Test with invalid stylesheet
15 var_dump($xslt->importStylesheet($dummy));
22 XSLTProcessor::importStylesheet(): Argument #1 ($stylesheet) must be a valid XML node
H A Dxsltprocessor_removeParameter-invalidparam.phpt12 $proc->importStylesheet($xsl);
H A Dxsltprocessor_getParameter.phpt12 $proc->importStylesheet($xsl);
H A Dxsltprocessor_removeParameter.phpt12 $proc->importStylesheet($xsl);
H A Dxslt001.phpt9 $proc->importStylesheet($xsl);
H A Dxslt003.phpt9 $proc->importStylesheet($xsl);
H A Dxslt006.phpt9 $proc->importStylesheet($xsl);
H A Dbug48221.phpt10 $proc->importStylesheet($xsl);
H A Dxsltprocessor_registerPHPFunctions-array.phpt18 $proc->importStylesheet($phpfuncxsl);
H A Dxsltprocessor_registerPHPFunctions-string.phpt18 $proc->importStylesheet($phpfuncxsl);
H A Dxslt007.phpt9 $proc->importStylesheet($xsl);
H A Dxslt009.phpt20 $proc->importStylesheet($xsl);
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt18 $proc->importStylesheet($phpfuncxsl);
H A Dxsltprocessor_setparameter-nostring.phpt14 $proc->importStylesheet($xsl);
H A Dxsltprocessor_setparameter-errorquote.phpt14 $proc->importStylesheet($xsl);
H A Dbug70535.phpt17 $xslt->importStylesheet($xsl);
H A Dxslt005.phpt16 $proc->importStylesheet($xsl);
H A Dxslt008-mb.phpt19 $proc->importStylesheet($xsl);
H A Dxslt008.phpt19 $proc->importStylesheet($xsl);
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt18 $proc->importStylesheet($phpfuncxsl);
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt18 $proc->importStylesheet($phpfuncxsl);
H A Dxslt004.phpt16 $proc->importStylesheet($xsl);
H A Dbug26384.phpt25 $proc->importStylesheet($xsl);
/PHP-8.0/ext/xsl/
H A Dphp_xsl_arginfo.h53 ZEND_METHOD(XSLTProcessor, importStylesheet);
68 …ZEND_ME(XSLTProcessor, importStylesheet, arginfo_class_XSLTProcessor_importStylesheet, ZEND_ACC_PU…
H A Dphp_xsl.stub.php11 public function importStylesheet(object $stylesheet) {} function in XSLTProcessor

Completed in 166 milliseconds

12