Searched refs:remember (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/ext/com_dotnet/ |
H A D | com_persist.stub.php | 11 public function SaveToFile(?string $filename, bool $remember = true): bool {} argument
|
H A D | com_persist_arginfo.h | 13 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, remember, _IS_BOOL, 0, "true")
|
H A D | com_persist.c | 366 zend_bool remember = TRUE; in CPH_METHOD() local 371 &filename, &filename_len, &remember)) { in CPH_METHOD() 393 res = IPersistFile_Save(helper->ipf, olefilename, remember); in CPH_METHOD() 402 } else if (remember) { in CPH_METHOD()
|
/PHP-8.0/ext/hash/tests/ |
H A D | hash_serialize_003.phpt | 246 $hash = hash($algo, "I can't remember anythingCan’t tell if this is true or dream"); 249 hash_update($ctx, "I can't remember anything");
|
H A D | hash_serialize_001.phpt | 15 hash_update($ctx1, "I can't remember anything"); 28 hash_update($orig, "I can't remember anything"); 32 hash_update($fresh, "I can't remember anythingCan’t tell if this is true or dream");
|
H A D | hash-clone.phpt | 11 hash_update($orig, "I can't remember anything"); 21 hash_update($orig, "I can't remember anything");
|
H A D | hash_copy_001.phpt | 11 hash_update($orig, "I can't remember anything"); 21 hash_update($orig, "I can't remember anything");
|
H A D | crc32.phpt | 67 echo hash('crc32c', "I can't remember anything"), "\n"; 68 echo hash('crc32c', "I can't remember anything" . "Can’t tell if this is true or dream"), "\n";
|
/PHP-8.0/ext/pdo/tests/ |
H A D | pdo_014.phpt | 34 /*** HINT: If YOU plan to do so remember not to call rewind() -> see below ***/
|
/PHP-8.0/docs/ |
H A D | streams.md | 148 function succeeds. When you have finished, remember to close the stream. 384 Implement the other operations - remember that write, read, close and flush are 400 The main thing to remember is that in your close operation you need to release
|
/PHP-8.0/build/ |
H A D | pkg.m4 | 88 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
H A D | ltmain.sh | 6313 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
|
/PHP-8.0/ |
H A D | CODING_STANDARDS.md | 40 5. When writing functions that deal with strings, be sure to remember that PHP
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 26826 # Add any other languages that your Imagen uses - remember
|
H A D | magic | 26826 # Add any other languages that your Imagen uses - remember
|
Completed in 160 milliseconds