--TEST-- Check XSLTProcessor::hasExsltSupport() with 1 parameter --CREDITS-- Rodrigo Prado de Jesus --SKIPIF-- --FILE-- hasExsltSupport('stringValue'); } catch (ArgumentCountError $exception) { echo $exception->getMessage() . "\n"; } ?> --EXPECT-- XSLTProcessor::hasExsltSupport() expects exactly 0 arguments, 1 given