Home
last modified time | relevance | path

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

1234

/php-src/Zend/tests/
H A Dbug78356.phpt10 public function offsetExists($offset): bool
H A Dobjects_035.phpt13 public function offsetExists($n): bool {
H A Dbug75420.16.phpt6 public function offsetExists($x): bool { }
H A Dbug30346.phpt9 public function offsetExists( $offset ): bool { return false; }
H A Dbug75420.15.phpt6 public function offsetExists($x): bool { }
H A Dbug33710.phpt8 function offsetExists($offset): bool { return true;}
H A Dobjects_032.phpt17 public function offsetExists($n): bool {
H A Dbug75420.11.phpt6 public function offsetExists($x): bool { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.13.phpt6 public function offsetExists($x): bool { $GLOBALS["obj"] = 24; return true; }
H A Dbug75420.14.phpt6 public function offsetExists($x): bool { $GLOBALS["obj"] = 24; return true; }
H A Dbug75420.9.phpt6 public function offsetExists($x): bool { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.10.phpt6 public function offsetExists($x): bool { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.12.phpt6 public function offsetExists($x): bool { $GLOBALS["name"] = 24; return true; }
H A Dbug54367.phpt8 public function offsetExists($offset): bool { }
H A Dtemporary_cleaning_013.phpt57 function offsetExists($x): bool { return true; }
70 function offsetExists($x): bool { return true; }
131 function offsetExists($x): bool { return true; }
141 function offsetExists($x): bool { return true; }
167 function offsetExists($x): bool { return true; }
193 function offsetExists($x): bool { return true; }
232 function offsetExists($x): bool { return true; }
H A DArrayAccess_indirect_append.phpt19 public function offsetExists($name): bool {}
H A Dobjects_034.phpt13 public function offsetExists($n): bool {
H A Dbug68896.phpt13 function offsetExists($offset): bool {
H A Dbug32252.phpt8 function offsetExists($offset): bool
/php-src/ext/spl/
H A Dspl_fixedarray.stub.php35 public function offsetExists($index): bool {} function in SplFixedArray
H A Dspl_fixedarray_arginfo.h66 ZEND_METHOD(SplFixedArray, offsetExists);
83 ZEND_ME(SplFixedArray, offsetExists, arginfo_class_SplFixedArray_offsetExists, ZEND_ACC_PUBLIC)
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_004.phpt10 function offsetExists($x): bool {}
/php-src/Zend/
H A Dzend_interfaces.stub.php34 public function offsetExists(mixed $offset): bool; function
/php-src/tests/classes/
H A Darray_access_009.phpt23 if (!$object->offsetExists($element))
31 function offsetExists($index): bool {
62 function offsetExists($index): bool
H A Darray_access_006.phpt13 function offsetExists($index): bool {

Completed in 28 milliseconds

1234