Home
last modified time | relevance | path

Searched refs:offsetExists (Results 1 – 25 of 74) sorted by last modified time

123

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c755 SPL_METHOD(SplFixedArray, offsetExists) in SPL_METHOD() argument
1052 SPL_ME(SplFixedArray, offsetExists, arginfo_fixedarray_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_array.c704 SPL_METHOD(Array, offsetExists) in SPL_METHOD() argument
1979 SPL_ME(Array, offsetExists, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
2009 SPL_ME(Array, offsetExists, arginfo_array_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_iterators.c2860 SPL_METHOD(CachingIterator, offsetExists) in SPL_METHOD() argument
3004 SPL_ME(CachingIterator, offsetExists, arginfo_caching_it_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c756 SPL_METHOD(SplDoublyLinkedList, offsetExists) in SPL_METHOD() argument
1441 SPL_ME(SplDoublyLinkedList, offsetExists, arginfo_dllist_offsetGet, ZEND_ACC_PUBLIC)
H A Dspl_observer.c1010 SPL_MA(SplObjectStorage, offsetExists, SplObjectStorage, contains, arginfo_offsetGet, 0)
/PHP-7.4/ext/phar/
H A Dphar_object.c3549 PHP_METHOD(Phar, offsetExists) in PHP_METHOD() argument
5324 PHP_ME(Phar, offsetExists, arginfo_phar_offsetExists, ZEND_ACC_PUBLIC)
5393 PHP_ME(Phar, offsetExists, arginfo_phar_offsetExists, ZEND_ACC_PUBLIC)
/PHP-7.4/tests/classes/
H A Darray_access_001.phpt9 function offsetExists($index) {
98 ObjectOne::offsetExists(0)
101 ObjectOne::offsetExists(1)
104 ObjectOne::offsetExists(2)
107 ObjectOne::offsetExists(4th)
110 ObjectOne::offsetExists(5th)
112 ObjectOne::offsetExists(6)
115 ObjectOne::offsetExists(0)
117 ObjectOne::offsetExists(1)
119 ObjectOne::offsetExists(2)
[all …]
H A Darray_access_002.phpt9 function offsetExists($index) {
98 ObjectOne::offsetExists(0)
101 ObjectOne::offsetExists(1)
104 ObjectOne::offsetExists(2)
107 ObjectOne::offsetExists(4th)
110 ObjectOne::offsetExists(5th)
112 ObjectOne::offsetExists(6)
115 ObjectOne::offsetExists(0)
117 ObjectOne::offsetExists(1)
119 ObjectOne::offsetExists(2)
[all …]
H A Darray_access_003.phpt11 function offsetExists($index) {
H A Darray_access_004.phpt9 function offsetExists($index) {
H A Darray_access_005.phpt13 function offsetExists($index) {
H A Darray_access_007.phpt13 function offsetExists($index) {
H A Darray_access_011.phpt22 function offsetExists($index) {
52 function offsetExists($index)
H A Darray_access_012.phpt19 public function offsetExists($index) {
H A Darray_access_013.phpt8 … public function offsetExists($offset) { throw new Exception(__METHOD__); return false; }
54 Caught in Test::offsetExists()
H A Darray_access_008.phpt13 function offsetExists($index) {
H A Darray_access_009.phpt23 if (!$object->offsetExists($element))
31 function offsetExists($index) {
62 function offsetExists($index)
H A Darray_access_010.phpt20 function offsetExists($index) {
50 function offsetExists($index)
/PHP-7.4/ext/spl/tests/
H A Diterator_044.phpt27 var_dump($this->offsetExists($v));
37 var_dump($it->offsetExists(0));
55 var_dump($it->offsetExists());
75 Warning: CachingIterator::offsetExists() expects exactly 1 parameter, 0 given in %siterator_044.php…
90 Warning: CachingIterator::offsetExists() expects parameter 1 to be string, object given in %siterat…
135 Warning: CachingIterator::offsetExists() expects parameter 1 to be string, object given in %siterat…
H A Dbug28822.phpt2 Bug #28822 (ArrayObject::offsetExists() works inverted)
8 var_dump($array->offsetExists('key'));
9 var_dump($array->offsetExists('nokey'));
H A Dbug31185.phpt9 public function offsetExists($index) {
H A Dbug40442.phpt2 Bug #40442 (ArrayObject::offsetExists broke in 5.2.1, works in 5.2.0)
7 var_dump($a->offsetExists('property'));
H A Dbug40872.phpt2 Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclosed integers)
23 var_dump($projects->offsetExists(1));
24 var_dump($projects->offsetExists('2'));
H A Dfixedarray_002.phpt25 public function offsetExists($n) {
26 echo "A::offsetExists\n";
27 return parent::offsetExists($n);
84 A::offsetExists
85 A::offsetExists
86 A::offsetExists
87 A::offsetExists
/PHP-7.4/ext/phar/tests/
H A Dbadparameters.phpt118 $a->offsetExists(array());
189 Warning: Phar::offsetExists() expects parameter 1 to be a valid path, array given in %sbadparameter…

Completed in 76 milliseconds

123