/PHP-8.0/ext/phar/phar/ |
H A D | invertedregexiterator.inc | 19 /** @return !RegexIterator::accept() 21 function accept() 23 return !RegexIterator::accept();
|
/PHP-8.0/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() 77 TestFilter::accept
|
H A D | bug77263.phpt | 12 public function accept() { return $this->getInnerIterator()->getSubPathname() != ''; } 16 public function accept() { 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(){} 37 function accept(){} 50 $o->accept();
|
H A D | iterator_052.phpt | 26 function accept() 29 $ret = parent::accept();
|
H A D | iterator_040.phpt | 8 function accept()
|
H A D | iterator_053.phpt | 26 function accept() 29 $ret = parent::accept();
|
H A D | iterator_002.phpt | 21 function accept()
|
/PHP-8.0/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.0/ext/spl/ |
H A D | spl_iterators.stub.php | 28 public function accept() {} function in CallbackFilterIterator 142 abstract public function accept(); function in FilterIterator 172 public function accept() {} function in ParentIterator 326 public function accept() {} function in RegexIterator 355 public function accept() {} function in RecursiveRegexIterator
|
/PHP-8.0/ext/session/tests/ |
H A D | 018.phpt | 22 <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-8.0/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.0/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.0/ext/sockets/tests/ |
H A D | socket_accept_failure.phpt | 11 Warning: socket_accept(): unable to accept incoming connection [%d]: %s in %s on line %d
|
/PHP-8.0/Zend/tests/ |
H A D | errmsg_015.phpt | 2 errmsg: __clone() cannot accept any arguments
|
/PHP-8.0/ext/standard/tests/assert/ |
H A D | assert_closures.phpt | 2 assert() - basic - accept closures as callback.
|
/PHP-8.0/ext/intl/tests/ |
H A D | bug80763.phpt | 2 Bug #80763 (msgfmt_format() does not accept DateTime references)
|
/PHP-8.0/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.0/ext/dom/tests/ |
H A D | bug69679.phpt | 2 Bug #69679 (DOMDocument::loadHTML refuses to accept NULL bytes)
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug37820.phpt | 2 openssl_sign/verify: accept different algos
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | bug74547.phpt | 2 Bug #74547 mysqli::change_user() doesn't accept null as $database argument w/strict_types
|