Home
last modified time | relevance | path

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

1234

/php-src/ext/phar/phar/
H A Dinvertedregexiterator.inc19 /** @return !RegexIterator::accept()
21 function accept(): bool
23 return !RegexIterator::accept();
/php-src/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(): bool
77 TestFilter::accept
H A Dbug77263.phpt12 public function accept(): bool { return $this->getInnerIterator()->getSubPathname() != ''; }
16 public function accept(): bool { 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(): bool {}
37 function accept(): bool {}
50 $o->accept();
H A Diterator_052.phpt26 function accept(): bool
29 $ret = parent::accept();
H A Diterator_053.phpt26 function accept(): bool
29 $ret = parent::accept();
H A Diterator_040.phpt8 function accept(): bool
/php-src/Zend/tests/named_params/
H A Dinternal_variadics.phpt20 array_merge() does not accept unknown named parameters
21 array_diff_key() does not accept unknown named parameters
/php-src/ext/session/tests/
H A D018.phpt24 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
29 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
/php-src/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_ACCEPT_ENCODING.phpt19 // First execution, with gzip accept
23 // Second execution, with the encoding accept disabled
/php-src/ext/spl/
H A Dspl_iterators.stub.php28 public function accept(): bool {} function in CallbackFilterIterator
151 abstract public function accept(): bool; function in FilterIterator
181 public function accept(): bool {} function in ParentIterator
365 public function accept(): bool {} function in RegexIterator
394 public function accept(): bool {} function in RecursiveRegexIterator
/php-src/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');
/php-src/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-src/Zend/tests/
H A Derrmsg_015.phpt2 errmsg: __clone() cannot accept any arguments
H A Doss_fuzz_58181.phpt2 oss-fuzz #58181: Fix unexpected reference returned from CallbackFilterIterator::accept()
/php-src/ext/sockets/tests/
H A Dsocket_accept_failure.phpt13 Warning: socket_accept(): unable to accept incoming connection [%d]: %s in %s on line %d
/php-src/ext/intl/tests/
H A Dbug80763.phpt2 Bug #80763 (msgfmt_format() does not accept DateTime references)
/php-src/ext/mbstring/tests/
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
/php-src/ext/dom/tests/
H A Dbug69679.phpt2 Bug #69679 (DOMDocument::loadHTML refuses to accept NULL bytes)
/php-src/ext/openssl/tests/
H A Dbug37820.phpt2 openssl_sign/verify: accept different algos
/php-src/ext/standard/tests/assert/
H A Dassert_closures.phpt2 assert() - basic - accept closures as callback.

Completed in 54 milliseconds

1234