Home
last modified time | relevance | path

Searched refs:isValid (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/xmlreader/tests/
H A D007.phpt19 if ($reader->isValid()) {
34 if ($reader->isValid()) {
H A D008.phpt34 if ($reader->isValid()) {
62 if ($reader->isValid()) {
/PHP-8.4/ext/xmlreader/
H A Dphp_xmlreader.stub.php160 public function isValid(): bool {} function in XMLReader
H A Dphp_xmlreader_arginfo.h118 ZEND_METHOD(XMLReader, isValid);
148 ZEND_ME(XMLReader, isValid, arginfo_class_XMLReader_isValid, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c677 PHP_METHOD(XMLReader, isValid) in PHP_METHOD() argument
/PHP-8.4/sapi/fpm/tests/
H A Dresponse.inc363 if ($this->isValid()) {
445 if ( ! $this->isValid()) {
471 private function isValid()

Completed in 21 milliseconds