Home
last modified time | relevance | path

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

12345

/PHP-7.4/Zend/tests/
H A Dbug43344_5.phpt7 reset($a);
H A Dbug72943.phpt2 Bug #72943 (assign_dim on string doesn't reset hval)
H A Dbug43344_9.phpt7 reset($a);
H A Dbug32993.phpt9 public function rewind() { return reset($this->arr); }
H A Dbug37715.phpt15 reset($a);
H A Dbug78010.phpt22 $x = []; //This must be reset
H A Dbug32674.phpt13 reset($this->_elements);
/PHP-7.4/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-7.4/ext/standard/tests/streams/
H A Dbug53427.phpt6 $read["myindex"] = reset($read);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_export_stream-1.phpt14 $s0 = reset($s);
H A Dsocket_import_stream-1.phpt14 $s0 = reset($s);
/PHP-7.4/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-7.4/ext/intl/tests/
H A Dbug14562.phpt18 setlocale(LC_ALL, "C"); // reset for printing
/PHP-7.4/ext/mbstring/tests/
H A Dbug48697.phpt2 Bug #48697 (mb_internal_encoding() value gets reset by parse_str() or mb_parse_str()
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt2 Check xsltprocessor::registerPHPFunctions called with null to reset
/PHP-7.4/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");
133 printf("[012] Charsets/collations have not been reset to their defaults.\n");
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.h30 #define UPSERT_STATUS_RESET(status) (status)->m->reset((status))
/PHP-7.4/ext/standard/tests/file/
H A Dbug72035.phpt23 /* Need to run CGI with the env reset. */
/PHP-7.4/ext/sqlite3/tests/
H A Dbug70628.phpt20 $sth->reset();
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator5.phpt35 return reset($this->a);
H A Dphar_buildfromiterator6.phpt35 return reset($this->a);

Completed in 102 milliseconds

12345