Home
last modified time | relevance | path

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

1234

/PHP-5.6/ext/phar/phar/
H A Dinvertedregexiterator.inc19 /** @return !RegexIterator::accept()
21 function accept()
23 return !RegexIterator::accept();
/PHP-5.6/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 Diterator_056.phpt8 function accept() {
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 DsplDoublyLinkedList_shift_noParams.phpt2 Checks that the shift() method of DoublyLinkedList does not accept args.
H A DSplDoublyLinkedList_pop_noParams.phpt2 Checks that the pop() method of DoublyLinkedList does not accept args.
H A Diterator_053.phpt26 function accept()
29 $ret = parent::accept();
H A Diterator_040.phpt8 function accept()
H A Diterator_002.phpt21 function accept()
/PHP-5.6/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-5.6/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-5.6/ext/spl/internal/
H A Dfilteriterator.inc23 * method accept(). Typically this invloves reading the current element or
54 abstract function accept();
63 if ($this->accept()) {
H A Dparentiterator.inc26 function accept()
H A Dregexiterator.inc68 function accept()
106 /** @return the key after accept has been called
113 /** @return the current value after accept has been called
/PHP-5.6/ext/spl/examples/
H A Dnocvsdir.php37 function accept() function in NoCvsDirectory
H A Dcallbackfilteriterator.inc21 const USE_FALSE = 0; /**< mode: accept no elements, no callback */
22 const USE_TRUE = 1; /**< mode: accept all elements, no callback */
53 public function accept()
/PHP-5.6/ext/standard/tests/network/
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-5.6/ext/standard/tests/assert/
H A Dassert_closures.phpt2 assert() - basic - accept closures as callback.
/PHP-5.6/ext/mbstring/tests/
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
/PHP-5.6/ext/dom/tests/
H A Dbug69679.phpt2 Bug #69679 (DOMDocument::loadHTML refuses to accept NULL bytes)
/PHP-5.6/ext/openssl/tests/
H A Dbug37820.phpt2 openssl_sign/verify: accept different algos

Completed in 23 milliseconds

1234