Searched refs:reset (Results 1 – 25 of 143) sorted by relevance
123456
2 Test reset() function : usage variations - unset first element6 * Unset first element of an array and test behaviour of reset()9 echo "*** Testing reset() : usage variations ***\n";16 echo "\n-- Unset First element in array and check reset() --\n";18 var_dump(reset($array));21 *** Testing reset() : usage variations ***26 -- Unset First element in array and check reset() --
2 Test reset() function : basic functionality6 * Test basic functionality of reset()9 echo "*** Testing reset() : basic functionality ***\n";22 echo "\n-- Call to reset() --\n";23 var_dump(reset($array));26 *** Testing reset() : basic functionality ***37 -- Call to reset() --
2 Test reset() function : usage variations - Referenced variables6 * Reference two arrays to each other then call reset() to test position of10 echo "*** Testing reset() : usage variations ***\n";29 echo "\n-- Position after calling reset() --\n";30 var_dump(reset($array1));37 *** Testing reset() : usage variations ***46 -- Position after calling reset() --
2 Test key(), current(), next() & reset() functions40 var_dump( reset($sub_array) ); // reset the internal pointer to first element41 var_dump( key($sub_array) ); // access the array after reset60 var_dump( reset($sub_array) ); // reset the internal pointer to first element61 var_dump( key($sub_array) ); // access the array after reset
2 Fixed #69166 (Assigning array_values() to array does not reset key counter)
23 echo"\n*** Checking for internal array pointer being reset when pop is called ***\n";43 *** Checking for internal array pointer being reset when pop is called ***
6 reset($array);
2 Bug #79294 ()::columnType() may fail after SQLite3Stmt::reset())17 $stmt->reset();20 $res->reset();
2 SQLite3:: reset18 $stmt->reset();
2 SQLite3::reset prepared statement28 $stmt->reset();
2 SQLite3::reset prepared statement results28 $results->reset();
52 Error: Can not reset an object while it is being initialized53 Error: Can not reset an object while it is being initialized55 Error: Can not reset an object while it is being initialized56 Error: Can not reset an object while it is being initialized
2 GH-13178: Packed to hash must reset nInternalPointer6 reset($array);
7 var_dump(reset($obj));16 Deprecated: reset(): Calling reset() on an object is deprecated in %s on line %d
2 Bug #23104 (Hash position not reset for constant arrays)
2 GH-13178: Packed array with last elements removed must reset iterator positions
2 GH-13178: Packed to hash must reset iterator position
42 echo "Close transaction and reset table\n";65 echo "Close transaction and reset table\n";88 echo "Close transaction and reset table\n";118 echo "Close transaction and reset table\n";142 Close transaction and reset table157 Close transaction and reset table165 Close transaction and reset table
6 $read['myindex'] = reset($read);13 fread(reset($read), 1);
26 echo "Opcache reset";32 Opcache reset
31 echo "Adding more data should reset the stream and result in a Z_OK (ZLIB_OK) status.\n";59 Adding more data should reset the stream and result in a Z_OK (ZLIB_OK) status.
28 $num = unpack("d", pack("H*", $ns)); $num = reset($num);31 $repr = unpack("H*", pack("d", $num2)); $repr = reset($repr);
2 Bug #77594 (ob_tidyhandler is never reset)
82 * Intl functions and methods should reset the global error before doing anything83 else (even parse the arguments); instance methods should also reset the92 void intl_error_reset(NULL); /* reset global error */93 void intl_errors_reset(intl_error* err); /* reset global and object error */101 way to reset the object's internal error code. Instead, resetting of the128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
2 Bug #54484 (Empty string in json_decode doesn't reset json_last_error)
Completed in 28 milliseconds