Home
last modified time | relevance | path

Searched refs:reset (Results 51 – 75 of 122) sorted by relevance

12345

/PHP-7.4/Zend/
H A Dzend_signal.h60 zend_bool reset; /* reset signal handlers on each request */ member
/PHP-7.4/tests/classes/
H A Diterators_007.phpt10 …public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
H A Diterators_006.phpt15 reset($this->array);
/PHP-7.4/ext/mysqli/tests/
H A Dbug62046.phpt28 if (FALSE === $stmt->reset()) {
H A Dmysqli_ping.phpt33 printf("[004] Error codes should have been reset\n");
/PHP-7.4/ext/spl/tests/
H A Dbug37457.phpt43 $this->valid = (false !== reset($this->array));
H A Dbug73423.phpt27 reset ($this->foo);
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator7.phpt35 return reset($this->a);
H A Dphar_buildfromiterator9.phpt35 return reset($this->a);
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt35 return reset($this->a);
H A Dphar_buildfromiterator5.phpt35 return reset($this->a);
H A Dphar_buildfromiterator6.phpt35 return reset($this->a);
H A Dphar_buildfromiterator9.phpt35 return reset($this->a);
H A Dphar_buildfromiterator7.phpt35 return reset($this->a);
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt35 return reset($this->a);
H A Dphar_buildfromiterator5.phpt35 return reset($this->a);
H A Dphar_buildfromiterator6.phpt35 return reset($this->a);
H A Dphar_buildfromiterator9.phpt35 return reset($this->a);
H A Dphar_buildfromiterator7.phpt35 return reset($this->a);
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3stmt_getsql_expanded.phpt32 $stmt->reset();
H A Dbug77051.phpt2 Bug #77051 SQLite3::bindParam memory bug when missing ::reset call
H A Dsqlite3_28_clear_bindings.phpt28 $stmt->reset();
/PHP-7.4/Zend/tests/
H A Dbug43344_1.phpt13 reset($a);
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt46 echo "-- Testing each() with reset() function --\n";
47 /* reset the $arrays and use each to get the first element */
48 var_dump( reset($arrays) );
590 -- Testing each() with reset() function --
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt71 string(13) "Level 3 reset"
126 string(35) "Network dropped connection on reset"
128 string(24) "Connection reset by peer"

Completed in 69 milliseconds

12345