/PHP-8.2/ext/phar/phar/ |
H A D | invertedregexiterator.inc | 19 /** @return !RegexIterator::accept() 21 function accept(): bool 23 return !RegexIterator::accept();
|
/PHP-8.2/ext/spl/tests/ |
H A D | bug46088.phpt | 2 Bug #46088 (RegexIterator::accept - segfault) 7 var_dump($x->accept());
|
H A D | bug37457.phpt | 2 Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator) 49 public function accept(): bool 77 TestFilter::accept
|
H A D | bug77263.phpt | 12 public function accept(): bool { return $this->getInnerIterator()->getSubPathname() != ''; } 16 public function accept(): bool { return $this->getInnerIterator()->getSubPathname() != ' '; }
|
H A D | splfixedarray_offsetExists_larger.phpt | 2 Checks that offsetExists() does not accept a value larger than the array.
|
H A D | bug54384.phpt | 27 function accept(): bool {} 37 function accept(): bool {} 50 $o->accept();
|
H A D | iterator_052.phpt | 26 function accept(): bool 29 $ret = parent::accept();
|
H A D | iterator_053.phpt | 26 function accept(): bool 29 $ret = parent::accept();
|
H A D | iterator_040.phpt | 8 function accept(): bool
|
/PHP-8.2/Zend/tests/named_params/ |
H A D | internal_variadics.phpt | 20 array_merge() does not accept unknown named parameters 21 array_diff_key() does not accept unknown named parameters
|
/PHP-8.2/ext/session/tests/ |
H A D | 018.phpt | 24 <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-8.2/ext/curl/tests/ |
H A D | curl_setopt_CURLOPT_ACCEPT_ENCODING.phpt | 19 // First execution, with gzip accept 23 // Second execution, with the encoding accept disabled
|
/PHP-8.2/ext/spl/ |
H A D | spl_iterators.stub.php | 28 public function accept(): bool {} function in CallbackFilterIterator 163 abstract public function accept(): bool; function in FilterIterator 193 public function accept(): bool {} function in ParentIterator 416 public function accept(): bool {} function in RegexIterator 445 public function accept(): bool {} function in RecursiveRegexIterator
|
/PHP-8.2/ext/standard/tests/network/ |
H A D | bug76755.phpt | 2 Bug #76755 (setcookie does not accept "double" type for expire time)
|
H A D | shutdown.phpt | 44 die('Unable to accept connection'); 57 die('Unable to accept connection');
|
/PHP-8.2/ext/date/tests/ |
H A D | bug75928.phpt | 2 Bug #75928: Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`
|
H A D | bug75577.phpt | 2 Test for bug #75577: DateTime::createFromFormat does not accept 'v' format specifier
|
/PHP-8.2/Zend/tests/ |
H A D | errmsg_015.phpt | 2 errmsg: __clone() cannot accept any arguments
|
H A D | oss_fuzz_58181.phpt | 2 oss-fuzz #58181: Fix unexpected reference returned from CallbackFilterIterator::accept()
|
/PHP-8.2/ext/sockets/tests/ |
H A D | socket_accept_failure.phpt | 13 Warning: socket_accept(): unable to accept incoming connection [%d]: %s in %s on line %d
|
/PHP-8.2/ext/standard/tests/assert/ |
H A D | assert_closures.phpt | 2 assert() - basic - accept closures as callback.
|
/PHP-8.2/ext/intl/tests/ |
H A D | bug80763.phpt | 2 Bug #80763 (msgfmt_format() does not accept DateTime references)
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | bug72694.phpt | 2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
|
/PHP-8.2/ext/dom/tests/ |
H A D | bug69679.phpt | 2 Bug #69679 (DOMDocument::loadHTML refuses to accept NULL bytes)
|
/PHP-8.2/ext/openssl/tests/ |
H A D | bug37820.phpt | 2 openssl_sign/verify: accept different algos
|