Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/standard/tests/array/
H A Dbug35022.phpt13 reset($state);
H A Darray_shift_variation7.phpt11 * Test that the internal pointer is reset after calling array_shift()
H A D005.phpt63 /*Checking for internal array pointer beint reset when shift is called */
65 echo"\n*** Checking for internal array pointer being reset when shift is called ***\n";
280 *** Checking for internal array pointer being reset when shift is called ***
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt15 $s0 = reset($s);
/PHP-5.5/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-5.5/ext/intl/tests/
H A Dbug14562.phpt18 setlocale(LC_ALL, "C"); // reset for printing
/PHP-5.5/ext/mbstring/tests/
H A Dbug48697.phpt2 Bug #48697 (mb_internal_encoding() value gets reset by parse_str() or mb_parse_str()
/PHP-5.5/Zend/tests/
H A Dbug32993.phpt9 public function rewind() { return reset($this->arr); }
H A Dbug37715.phpt15 reset($a);
H A Dbug43344_1.phpt13 reset($a);
H A Dbug32674.phpt13 reset($this->_elements);
/PHP-5.5/ext/mysqli/tests/
H A Dbug52082.phpt2 Bug #52082 (character_set_client & character_set_connection reset after mysqli_change_user)
H A Dmysqli_change_user_set_names.phpt108 // LAST_INSERT_ID should be reset
125 printf("[011] Charsets/collations have not been reset.\n");
141 printf("[012] Charsets/collations have not been reset to their defaults.\n");
H A Dbug62046.phpt28 if (FALSE === $stmt->reset()) {
H A Dmysqli_ping.phpt33 printf("[004] Error codes should have been reset\n");
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt2 Check xsltprocessor::registerPHPFunctions called with null to reset
/PHP-5.5/ext/spl/examples/
H A Dsearchiterator.inc25 /** Rewind and reset so that it once again searches.
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator3.phpt35 return reset($this->a);
H A Dphar_buildfromiterator6.phpt35 return reset($this->a);
/PHP-5.5/tests/classes/
H A Diterators_007.phpt10 …public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator5.phpt35 return reset($this->a);
H A Dphar_buildfromiterator6.phpt35 return reset($this->a);
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt35 return reset($this->a);
H A Dphar_buildfromiterator6.phpt35 return reset($this->a);

Completed in 59 milliseconds

12345