Home
last modified time | relevance | path

Searched refs:reset (Results 76 – 100 of 141) sorted by relevance

123456

/php-src/ext/phar/tests/zip/
H A Dphar_buildfromiterator6.phpt35 reset($this->a);
H A Dphar_buildfromiterator7.phpt35 reset($this->a);
/php-src/Zend/
H A Dzend_signal.h60 bool reset; /* reset signal handlers on each request */ member
/php-src/ext/phar/tests/
H A Dphar_buildfromiterator7.phpt35 reset($this->a);
H A Dphar_buildfromiterator9.phpt35 reset($this->a);
H A Dphar_buildfromiterator4.phpt35 reset($this->a);
/php-src/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt35 reset($this->a);
/php-src/ext/standard/tests/general_functions/
H A Dhttp_response_code.phpt10 * first place. Other SAPIs will properly reset the response code for each request. */
/php-src/ext/mysqli/tests/
H A Dbug62046.phpt29 if (FALSE === $stmt->reset()) {
H A Dmysqli_last_insert_id.phpt58 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
73 …printf("[010] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
102 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
148 …printf("[027] API id should have been reset to 0 because previous query failed, got API %d, SQL %d…
H A Dmysqli_change_user_insert_id.phpt30 // LAST_INSERT_ID should be reset
H A Dmysqli_stmt_error.phpt30 // reset after error & success
H A Dmysqli_stmt_errno.phpt30 // reset after error & success
H A Dmysqli_stmt_execute.phpt55 // calling reset between executions
83 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n",
/php-src/tests/classes/
H A Diterators_007.phpt10 …public function rewind(): void { if ($this->x == 0) throw new Exception(__METHOD__); reset($thi…
H A Diterators_006.phpt17 reset($this->array);
/php-src/ext/sqlite3/tests/
H A Dsqlite3stmt_getsql_expanded.phpt33 $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-src/ext/spl/tests/
H A Dbug37457.phpt43 $this->valid = (false !== reset($this->array));
H A Dbug73423.phpt27 reset ($this->foo);
/php-src/ext/standard/tests/array/
H A Dend_64bit.phpt58 reset( $array_test );
65 var_dump( reset($array_test) );
H A Dend.phpt58 reset( $array_test );
65 var_dump( reset($array_test) );
/php-src/ext/odbc/tests/
H A Dodbc_primarykeys_001.phpt13 $info = (string) reset($array);
H A Dbug60616.phpt17 $info = (string) reset($array);

Completed in 31 milliseconds

123456