/PHP-8.1/ext/standard/tests/array/ |
H A D | reset_variation2.phpt | 2 Test reset() function : usage variations - unset first element 6 * 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() --
|
H A D | reset_basic.phpt | 2 Test reset() function : basic functionality 6 * 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() --
|
H A D | reset_variation3.phpt | 2 Test reset() function : usage variations - Referenced variables 6 * Reference two arrays to each other then call reset() to test position of 10 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() --
|
H A D | 009.phpt | 2 Test key(), current(), next() & reset() functions 40 var_dump( reset($sub_array) ); // reset the internal pointer to first element 41 var_dump( key($sub_array) ); // access the array after reset 60 var_dump( reset($sub_array) ); // reset the internal pointer to first element 61 var_dump( key($sub_array) ); // access the array after reset
|
H A D | bug69166.phpt | 2 Fixed #69166 (Assigning array_values() to array does not reset key counter)
|
H A D | array_pop_variation.phpt | 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 ***
|
H A D | current_variation6.phpt | 6 reset($array);
|
/PHP-8.1/ext/sqlite3/tests/ |
H A D | bug79294.phpt | 2 Bug #79294 ()::columnType() may fail after SQLite3Stmt::reset()) 17 $stmt->reset(); 20 $res->reset();
|
H A D | sqlite3_33_reset.phpt | 2 SQLite3:: reset 18 $stmt->reset();
|
H A D | sqlite3_26_reset_prepared_stmt.phpt | 2 SQLite3::reset prepared statement 28 $stmt->reset();
|
H A D | sqlite3_27_reset_prepared_stmt_result.phpt | 2 SQLite3::reset prepared statement results 28 $results->reset();
|
/PHP-8.1/ext/opcache/tests/ |
H A D | gh8065.phpt | 17 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8… 20 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8… 23 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8…
|
H A D | zzz_basic_logging.phpt | 26 echo "Opcache reset"; 32 Opcache reset
|
/PHP-8.1/Zend/tests/ |
H A D | iap_on_object_deprecated.phpt | 7 var_dump(reset($obj)); 16 Deprecated: reset(): Calling reset() on an object is deprecated in %s on line %d
|
H A D | bug23104.phpt | 2 Bug #23104 (Hash position not reset for constant arrays)
|
/PHP-8.1/ext/standard/tests/streams/ |
H A D | stream_select_preserve_keys.phpt | 6 $read['myindex'] = reset($read); 13 fread(reset($read), 1);
|
/PHP-8.1/ext/zlib/tests/ |
H A D | inflate_get_status.phpt | 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.
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | precision.phpt | 27 $num = unpack("d", pack("H*", $ns)); $num = reset($num); 30 $repr = unpack("H*", pack("d", $num2)); $repr = reset($repr);
|
/PHP-8.1/ext/tidy/tests/ |
H A D | bug77594.phpt | 2 Bug #77594 (ob_tidyhandler is never reset)
|
/PHP-8.1/ext/intl/ |
H A D | ERROR_CONVENTIONS.md | 82 * Intl functions and methods should reset the global error before doing anything 83 else (even parse the arguments); instance methods should also reset the 92 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 the 128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
|
/PHP-8.1/ext/json/tests/ |
H A D | bug54484.phpt | 2 Bug #54484 (Empty string in json_decode doesn't reset json_last_error)
|
/PHP-8.1/ext/session/tests/ |
H A D | bug74833.phpt | 2 Bug #74833 Session module number is uninitialized when SID is reset
|
/PHP-8.1/ext/sqlite3/ |
H A D | sqlite3.stub.php | 118 public function reset(): bool {} function in SQLite3Stmt 139 public function reset(): bool {} function in SQLite3Result
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_import_stream-1.phpt | 11 $s0 = reset($s);
|
H A D | socket_export_stream-1.phpt | 11 $s0 = reset($s);
|