Home
last modified time | relevance | path

Searched refs:reset (Results 26 – 50 of 141) sorted by relevance

123456

/php-src/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt11 $s0 = reset($s);
H A Dsocket_export_stream-1.phpt11 $s0 = reset($s);
/php-src/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
H A Dbug61730.phpt11 reset($myArray);
H A Dbug35022.phpt13 reset($state);
H A Darray_shift_variation7.phpt6 * Test that the internal pointer is reset after calling array_shift()
/php-src/Zend/tests/
H A Dbug43344_13.phpt6 reset($a);
H A Dbug72943.phpt2 Bug #72943 (assign_dim on string doesn't reset hval)
H A Dbug43344_5.phpt7 reset($a);
H A Dbug43344_9.phpt7 reset($a);
H A Dbug37715.phpt15 reset($a);
H A Dbug32993.phpt9 public function rewind(): void { reset($this->arr); }
/php-src/ext/opcache/tests/jit/
H A Dgh10635.phpt11 return reset($this->a);
H A Dbug81512.phpt25 reset($stage);
/php-src/ext/ffi/tests/
H A DarrayPointer.phpt11 var_dump(reset($data));
/php-src/ext/curl/tests/
H A Dbug66109.phpt2 Bug #66109 (Option CURLOPT_CUSTOMREQUEST can't be reset to default.)
H A Dbug64267.phpt2 Bug #64267 (CURLOPT_INFILE doesn't allow reset)
/php-src/ext/standard/tests/streams/
H A Dbug53427.phpt6 $read["myindex"] = reset($read);
/php-src/ext/intl/tests/
H A Dbug14562.phpt18 setlocale(LC_ALL, "C"); // reset for printing
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_error1.phpt2 Readonly property cannot be reset twice during cloning
H A Dreadonly_clone_success1.phpt2 Readonly property can be reset once during cloning
H A Dreadonly_clone_success4.phpt2 Readonly property can be reset once during cloning even after a type error
H A Dreadonly_clone_error2.phpt2 Readonly property cannot be reset after cloning when there is no custom clone handler
/php-src/ext/mbstring/tests/
H A Dbug48697.phpt2 Bug #48697 (mb_internal_encoding() value gets reset by parse_str() or mb_parse_str()
/php-src/ext/sqlite3/tests/
H A Dbug66550.phpt17 $stmt->reset();

Completed in 27 milliseconds

123456