Home
last modified time | relevance | path

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

123

/PHP-7.4/Zend/tests/
H A Dbug75420.15.phpt6 public function offsetExists($x) { }
H A Dbug75420.13.phpt6 public function offsetExists($x) { $GLOBALS["obj"] = 24; return true; }
H A Dbug75420.9.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
H A Dobjects_032.phpt17 public function offsetExists($n) {
H A Dbug75420.11.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.14.phpt6 public function offsetExists($x) { $GLOBALS["obj"] = 24; return true; }
H A Dbug54367.phpt8 public function offsetExists($offset) { }
H A Dbug75420.10.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.12.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
H A DArrayAccess_indirect_append.phpt19 public function offsetExists($name) {}
H A Dtemporary_cleaning_013.phpt57 function offsetExists($x) { return true; }
70 function offsetExists($x) { return true; }
128 function offsetExists($x) { return true; }
138 function offsetExists($x) { return true; }
163 function offsetExists($x) { return true; }
188 function offsetExists($x) { return true; }
227 function offsetExists($x) { return true; }
H A Dbug68896.phpt13 function offsetExists($offset) {
H A Dbug32252.phpt8 function offsetExists($offset)
H A Dbug69955.phpt7 function offsetExists($offset)
H A Ddereference_005.phpt20 public function offsetExists($offset) {
H A Dbug64417.phpt14 public function offsetExists($offset) {
H A Dbug39297.phpt13 public function offsetExists($offset) {
H A Dbug70321.phpt26 public function offsetExists($key) {
/PHP-7.4/tests/classes/
H A Darray_access_006.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_007.phpt13 function offsetExists($index) {
H A Darray_access_012.phpt19 public function offsetExists($index) {
/PHP-7.4/Zend/tests/anon/
H A D004.phpt18 public function offsetExists($offset) { return isset($this->data[$offset]); }
/PHP-7.4/ext/opcache/tests/
H A Dbug77275.phpt15 public function offsetExists($offset) { throw new \Exception; }
/PHP-7.4/ext/spl/tests/
H A Dbug31185.phpt9 public function offsetExists($index) {

Completed in 23 milliseconds

123