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());
7 if (!$proc->hasExsltSupport()) die('skip EXSLT support not available');
60 ZEND_METHOD(XSLTProcessor, hasExsltSupport);75 …ZEND_ME(XSLTProcessor, hasExsltSupport, arginfo_class_XSLTProcessor_hasExsltSupport, ZEND_ACC_PUBL…
41 public function hasExsltSupport() {} function in XSLTProcessor
863 PHP_METHOD(XSLTProcessor, hasExsltSupport) in PHP_METHOD() argument
Completed in 9 milliseconds