Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-7.4/ext/phar/phar/
H A Dinvertedregexiterator.inc19 /** @return !RegexIterator::accept()
21 function accept()
23 return !RegexIterator::accept();
/PHP-7.4/ext/spl/tests/
H A Dbug46088.phpt2 Bug #46088 (RegexIterator::accept - segfault)
7 var_dump($x->accept());
H A Dbug37457.phpt2 Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)
49 public function accept()
78 TestFilter::accept
H A Dbug77263.phpt12 public function accept() { return $this->getInnerIterator()->getSubPathname() != ''; }
16 public function accept() { return $this->getInnerIterator()->getSubPathname() != ' '; }
H A Dsplfixedarray_offsetExists_larger.phpt2 Checks that offsetExists() does not accept a value larger than the array.
H A Dbug54384.phpt27 function accept(){}
37 function accept(){}
50 $o->accept();
H A Diterator_052.phpt26 function accept()
29 $ret = parent::accept();
H A Diterator_040.phpt8 function accept()
H A Diterator_053.phpt26 function accept()
29 $ret = parent::accept();
H A Diterator_002.phpt21 function accept()
/PHP-7.4/Zend/tests/
H A Derrmsg_015.phpt2 errmsg: __clone() cannot accept any arguments
14 Fatal error: Method test::__clone() cannot accept any arguments in %s on line %d
/PHP-7.4/ext/session/tests/
H A D018.phpt22 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
27 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
/PHP-7.4/ext/standard/tests/network/
H A Dbug76755.phpt2 Bug #76755 (setcookie does not accept "double" type for expire time)
H A Dshutdown.phpt44 die('Unable to accept connection');
57 die('Unable to accept connection');
H A Dtcp4loop.phpt27 die('Unable to accept connection');
/PHP-7.4/ext/date/tests/
H A Dbug75928.phpt2 Bug #75928: Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`
H A Dbug75577.phpt2 Test for bug #75577: DateTime::createFromFormat does not accept 'v' format specifier
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_closures.phpt2 assert() - basic - accept closures as callback.
/PHP-7.4/ext/intl/tests/
H A Dbug80763.phpt2 Bug #80763 (msgfmt_format() does not accept DateTime references)
/PHP-7.4/ext/mbstring/tests/
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
/PHP-7.4/ext/pdo/tests/
H A Dpdo_drivers_error.phpt2 Test that PDO::getAvailableDrivers / pdo_drivers does not accept any parameters
/PHP-7.4/ext/dom/tests/
H A Dbug69679.phpt2 Bug #69679 (DOMDocument::loadHTML refuses to accept NULL bytes)
/PHP-7.4/ext/openssl/tests/
H A Dbug37820.phpt2 openssl_sign/verify: accept different algos
/PHP-7.4/ext/mysqli/tests/
H A Dbug74547.phpt2 Bug #74547 mysqli::change_user() doesn't accept null as $database argument w/strict_types
/PHP-7.4/win32/
H A Dsockets.c74 redirect = accept(sock[0],(struct sockaddr*)&address, &size); in socketpair()

Completed in 29 milliseconds

1234