Home
last modified time | relevance | path

Searched refs:offsetExists (Results 51 – 75 of 96) sorted by relevance

1234

/PHP-8.2/tests/classes/
H A Darray_access_007.phpt13 function offsetExists($index): bool {
H A Darray_access_012.phpt19 public function offsetExists($index): bool {
H A Darray_access_003.phpt11 function offsetExists($index): bool {
H A Darray_access_004.phpt9 function offsetExists($index): bool {
H A Darray_access_010.phpt20 function offsetExists($index): bool {
50 function offsetExists($index): bool
H A Darray_access_011.phpt22 function offsetExists($index): bool {
52 function offsetExists($index): bool
/PHP-8.2/Zend/tests/
H A Dbug69955.phpt7 function offsetExists($offset): bool
H A Ddereference_005.phpt20 public function offsetExists($offset): bool {
H A Dbug64417.phpt14 public function offsetExists($offset): bool {
H A Dbug70321.phpt26 public function offsetExists($key): bool {
H A Dbug39297.phpt13 public function offsetExists($offset): bool {
H A Dbug41209.phpt29 public function offsetExists($id): bool
H A Dlist_destructuring_to_special_variables.phpt19 public function offsetExists($name): bool {}
H A Dlist_keyed_ArrayAccess.phpt35 public function offsetExists($offset): bool {
H A Dbug40833.phpt53 function offsetExists($offset): bool
H A Dlist_keyed_evaluation_order.inc25 public function offsetExists($offset): bool {
/PHP-8.2/Zend/tests/anon/
H A D004.phpt18 … public function offsetExists($offset): bool { return isset($this->data[$offset]); }
H A D005.phpt20 public function offsetExists($offset): bool { return isset($this->data[$offset]); }
/PHP-8.2/ext/opcache/tests/
H A Dbug77275.phpt15 public function offsetExists($offset): bool { throw new \Exception; }
/PHP-8.2/ext/spl/
H A Dspl_dllist.stub.php68 public function offsetExists($index): bool {} function in SplDoublyLinkedList
H A Dspl_array_arginfo.h157 ZEND_METHOD(ArrayObject, offsetExists);
194 ZEND_ME(ArrayObject, offsetExists, arginfo_class_ArrayObject_offsetExists, ZEND_ACC_PUBLIC)
224 …ZEND_MALIAS(ArrayObject, offsetExists, offsetExists, arginfo_class_ArrayIterator_offsetExists, ZEN…
H A Dspl_observer.stub.php79 public function offsetExists($object): bool {} function in SplObjectStorage
/PHP-8.2/ext/spl/tests/
H A Dbug31185.phpt9 public function offsetExists($index): bool {
/PHP-8.2/Zend/tests/list/
H A Dlist_reference_007.phpt11 function offsetExists ($k): bool { return isset($this->s[$k]); }
H A Dlist_reference_006.phpt10 function offsetExists ($k): bool { return isset($this->s[$k]); }

Completed in 30 milliseconds

1234