Home
last modified time | relevance | path

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

1234

/PHP-8.2/tests/classes/
H A Darray_access_008.phpt13 function offsetExists($index): bool {
H A Darray_access_005.phpt13 function offsetExists($index): bool {
/PHP-8.2/ext/spl/
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.php299 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.c820 PHP_METHOD(SplFixedArray, offsetExists) in PHP_METHOD() argument
H A Dspl_dllist.c668 PHP_METHOD(SplDoublyLinkedList, offsetExists) in PHP_METHOD() argument
H A Dspl_array.c657 PHP_METHOD(ArrayObject, offsetExists) in PHP_METHOD() argument
H A Dspl_iterators.c2595 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.php184 public function offsetExists($localName): bool {} function in Phar
448 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.c3487 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.c607 ZEND_METHOD(WeakMap, offsetExists) in ZEND_METHOD() argument
/PHP-8.2/Zend/tests/
H A Dobject_handlers.phpt29 function offsetExists($index): bool {
/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
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc11710 /* Magic offsetExists() may increase refcount of the key */
H A Dzend_jit_x86.dasc12460 /* Magic offsetExists() may increase refcount of the key */

Completed in 158 milliseconds

1234