Searched defs:xpath (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/simplexml/ |
H A D | php_simplexml.h | 57 xmlXPathContextPtr xpath; member
|
H A D | simplexml.stub.php | 15 public function xpath(string $expression): array|null|false {} function in SimpleXMLElement
|
H A D | simplexml.c | 1232 PHP_METHOD(SimpleXMLElement, xpath) in PHP_METHOD() argument
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 422 …public function C14N(bool $exclusive = false, bool $withComments = false, ?array $xpath = null, ?a… 425 …le(string $uri, bool $exclusive = false, bool $withComments = false, ?array $xpath = null, ?array … 1464 …public function C14N(bool $exclusive = false, bool $withComments = false, ?array $xpath = null, ?a… 1466 …le(string $uri, bool $exclusive = false, bool $withComments = false, ?array $xpath = null, ?array …
|
Completed in 21 milliseconds