Searched refs:importStylesheet (Results 1 – 25 of 40) sorted by relevance
12
2 XSLTProcessor::importStylesheet() - Test with invalid stylesheet15 var_dump($xslt->importStylesheet($dummy));22 XSLTProcessor::importStylesheet(): Argument #1 ($stylesheet) must be a valid XML node
12 $proc->importStylesheet($xsl);
9 $proc->importStylesheet($xsl);
10 $proc->importStylesheet($xsl);
18 $proc->importStylesheet($phpfuncxsl);
20 $proc->importStylesheet($xsl);
14 $proc->importStylesheet($xsl);
17 $xslt->importStylesheet($xsl);
16 $proc->importStylesheet($xsl);
19 $proc->importStylesheet($xsl);
25 $proc->importStylesheet($xsl);
53 ZEND_METHOD(XSLTProcessor, importStylesheet);68 …ZEND_ME(XSLTProcessor, importStylesheet, arginfo_class_XSLTProcessor_importStylesheet, ZEND_ACC_PU…
11 public function importStylesheet(object $stylesheet) {} function in XSLTProcessor
Completed in 25 milliseconds