Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt28 function isValid($param) {
33 if (isValid($m->$mf)) {
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.stub.php23 public function isValid() {} function in XMLReader
H A Dphp_xmlreader_arginfo.h91 ZEND_METHOD(XMLReader, isValid);
119 ZEND_ME(XMLReader, isValid, arginfo_class_XMLReader_isValid, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c646 PHP_METHOD(XMLReader, isValid) in PHP_METHOD() argument
/PHP-8.0/sapi/fpm/tests/
H A Dresponse.inc207 if ($this->isValid()) {
274 if ( ! $this->isValid()) {
300 private function isValid()

Completed in 13 milliseconds