Home
last modified time | relevance | path

Searched refs:offsetExists (Results 76 – 98 of 98) sorted by relevance

1234

/PHP-8.2/tests/classes/
H A Darray_access_011.phpt22 function offsetExists($index): bool {
52 function offsetExists($index): bool
H A Darray_access_008.phpt13 function offsetExists($index): bool {
H A Darray_access_005.phpt13 function offsetExists($index): bool {
/PHP-8.2/Zend/tests/
H A Dlist_keyed_evaluation_order.inc25 public function offsetExists($offset): bool {
H A Dobject_handlers.phpt29 function offsetExists($index): bool {
/PHP-8.2/Zend/tests/list/
H A Dlist_reference_006.phpt10 function offsetExists ($k): bool { return isset($this->s[$k]); }
/PHP-8.2/ext/spl/
H A Dspl_observer.stub.php79 public function offsetExists($object): bool {} function in SplObjectStorage
H A Dspl_dllist_arginfo.h99 ZEND_METHOD(SplDoublyLinkedList, offsetExists);
128 …ZEND_ME(SplDoublyLinkedList, offsetExists, arginfo_class_SplDoublyLinkedList_offsetExists, ZEND_AC…
H A Dspl_iterators.stub.php269 public function offsetExists($key): bool {} function in CachingIterator
H A Dspl_observer_arginfo.h203 …ZEND_MALIAS(SplObjectStorage, offsetExists, contains, arginfo_class_SplObjectStorage_offsetExists,…
H A Dspl_iterators_arginfo.h373 ZEND_METHOD(CachingIterator, offsetExists);
543 ZEND_ME(CachingIterator, offsetExists, arginfo_class_CachingIterator_offsetExists, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c802 PHP_METHOD(SplFixedArray, offsetExists) in PHP_METHOD() argument
H A Dspl_dllist.c667 PHP_METHOD(SplDoublyLinkedList, offsetExists) in PHP_METHOD() argument
H A Dspl_array.c653 PHP_METHOD(ArrayObject, offsetExists) in PHP_METHOD() argument
H A Dspl_iterators.c2561 PHP_METHOD(CachingIterator, offsetExists) in PHP_METHOD() argument
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_065.phpt9 function offsetExists($o): bool { return 1; }
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php168 public function offsetExists($localName): bool {} function in Phar
432 public function offsetExists($localName): bool {} function in PharData
H A Dphar_object_arginfo.h418 ZEND_METHOD(Phar, offsetExists);
497 ZEND_ME(Phar, offsetExists, arginfo_class_Phar_offsetExists, ZEND_ACC_PUBLIC)
558 ZEND_MALIAS(Phar, offsetExists, offsetExists, arginfo_class_PharData_offsetExists, ZEND_ACC_PUBLIC)
H A Dphar_object.c3504 PHP_METHOD(Phar, offsetExists) in PHP_METHOD() argument
/PHP-8.2/Zend/tests/weakrefs/
H A Dweakmap_basic_map_behavior.phpt62 var_dump($map->offsetExists($obj2));
/PHP-8.2/Zend/
H A Dzend_interfaces_arginfo.h96 …ZEND_ABSTRACT_ME_WITH_FLAGS(ArrayAccess, offsetExists, arginfo_class_ArrayAccess_offsetExists, ZEN…
H A Dzend_weakrefs.c699 ZEND_METHOD(WeakMap, offsetExists) in ZEND_METHOD() argument
/PHP-8.2/ext/phar/tests/
H A Dbadparameters.phpt171 $a->offsetExists(array());
258 Phar::offsetExists(): Argument #1 ($localName) must be of type string, array given

Completed in 89 milliseconds

1234