Searched refs:hasExsltSupport (Results 1 – 8 of 8) sorted by relevance
2 Check XSLTProcessor::hasExsltSupport() with 1 parameter11 $proc->hasExsltSupport('stringValue');17 XSLTProcessor::hasExsltSupport() expects exactly 0 arguments, 1 given
2 Test the basics to function XSLTProcessor::hasExsltSupport().10 var_dump($proc->hasExsltSupport());
8 if (!$proc->hasExsltSupport()) die('skip EXSLT support not available');
116 public function hasExsltSupport(): bool {} function in XSLTProcessor
69 ZEND_METHOD(XSLTProcessor, hasExsltSupport);84 …ZEND_ME(XSLTProcessor, hasExsltSupport, arginfo_class_XSLTProcessor_hasExsltSupport, ZEND_ACC_PUBL…
832 PHP_METHOD(XSLTProcessor, hasExsltSupport) in PHP_METHOD() argument
Completed in 13 milliseconds