Searched refs:importStylesheet (Results 1 – 25 of 42) sorted by relevance
12
2 XSLTProcessor::importStylesheet() - Test with invalid stylesheet11 var_dump($xslt->importStylesheet($dummy));18 XSLTProcessor::importStylesheet(): Argument #1 ($stylesheet) must be a valid XML node
8 $proc->importStylesheet($xsl);
9 $proc->importStylesheet($xsl);
15 $xslt->importStylesheet($xsl);
18 $proc->importStylesheet($xsl);
14 $proc->importStylesheet($phpfuncxsl);
10 $proc->importStylesheet($xsl);
17 $proc->importStylesheet($xsl);
16 $proc->importStylesheet($xsl);
25 $proc->importStylesheet($xsl);
16 $proc->importStylesheet($phpfuncxsl);
57 ZEND_METHOD(XSLTProcessor, importStylesheet);72 …ZEND_ME(XSLTProcessor, importStylesheet, arginfo_class_XSLTProcessor_importStylesheet, ZEND_ACC_PU…
Completed in 20 milliseconds