Searched refs:hasExsltSupport (Results 1 – 7 of 7) 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');
64 ZEND_METHOD(XSLTProcessor, hasExsltSupport);79 …ZEND_ME(XSLTProcessor, hasExsltSupport, arginfo_class_XSLTProcessor_hasExsltSupport, ZEND_ACC_PUBL…
108 public function hasExsltSupport(): bool {} function in XSLTProcessor
863 PHP_METHOD(XSLTProcessor, hasExsltSupport) in PHP_METHOD() argument
Completed in 9 milliseconds