Home
last modified time | relevance | path

Searched refs:hasExsltSupport (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/xsl/tests/
H A Dxsltprocessor_hasExsltSupport_wrongparam_001.phpt2 Check XSLTProcessor::hasExsltSupport() with 1 parameter
11 $proc->hasExsltSupport('stringValue');
17 XSLTProcessor::hasExsltSupport() expects exactly 0 arguments, 1 given
H A Dxsltprocessor_hasExsltSupport.phpt2 Test the basics to function XSLTProcessor::hasExsltSupport().
10 var_dump($proc->hasExsltSupport());
H A Dxslt010.phpt7 if (!$proc->hasExsltSupport()) die('skip EXSLT support not available');
H A Dxslt010_gt10129.phpt7 if (!$proc->hasExsltSupport()) die('skip EXSLT support not available');
/PHP-8.0/ext/xsl/
H A Dphp_xsl_arginfo.h60 ZEND_METHOD(XSLTProcessor, hasExsltSupport);
75 …ZEND_ME(XSLTProcessor, hasExsltSupport, arginfo_class_XSLTProcessor_hasExsltSupport, ZEND_ACC_PUBL…
H A Dphp_xsl.stub.php41 public function hasExsltSupport() {} function in XSLTProcessor
H A Dxsltprocessor.c863 PHP_METHOD(XSLTProcessor, hasExsltSupport) in PHP_METHOD() argument

Completed in 24 milliseconds