Home
last modified time | relevance | path

Searched refs:add (Results 126 – 150 of 360) sorted by relevance

12345678910>>...15

/PHP-8.3/ext/enchant/tests/
H A Ddict_add_to_personal.phpt30 echo("dict add to personal failed\n");
H A Ddict_add_to_session.phpt29 echo("dict add to session failed\n");
H A Ddict_is_in_session.phpt29 echo("dict add to personal failed\n");
H A Ddict_store_replacement.phpt30 echo("dict add to personal failed\n");
/PHP-8.3/ext/sodium/tests/
H A Dinc_add.phpt2 increment and add edge cases
/PHP-8.3/ext/spl/
H A Dspl_dllist.stub.php29 public function add(int $index, mixed $value): void {} function in SplDoublyLinkedList
/PHP-8.3/Zend/tests/
H A Dbug69017.phpt30 Cannot add element to the array as the next element is already occupied
/PHP-8.3/ext/json/tests/
H A Djson_encode_exceptions.phpt13 // So it overrides it for the sake of working with wrappers that add the
/PHP-8.3/ext/phar/tests/files/
H A Dopenssl.cnf6 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-8.3/ext/zlib/tests/
H A Dgzcompress_error1.phpt8 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_error1.phpt8 * add a comment here to say what the test is supposed to do
/PHP-8.3/Zend/asm/
H A Dmake_arm_aapcs_elf_gas.S58 add a2, a1, #108
/PHP-8.3/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt37 add some more un-filtered foobar
/PHP-8.3/ext/imap/tests/
H A Dimap_fetchstructure_errors.phpt40 Create a temporary mailbox and add 0 msgs
H A Dimap_setflag_full_basic.phpt43 Create a temporary mailbox and add 10 msgs
H A Dimap_fetchbody_errors.phpt42 Create a temporary mailbox and add 0 msgs
H A Dimap_fetchheader_errors.phpt40 Create a temporary mailbox and add 0 msgs
H A Dimap_fetchmime_errors.phpt42 Create a temporary mailbox and add 0 msgs
H A Dimap_savebody_errors.phpt42 Create a temporary mailbox and add 0 msgs
/PHP-8.3/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt12 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt33 if ($return_code != true) print("Failed to add file: " . $zipfile->getStatusString());
/PHP-8.3/Zend/tests/traits/
H A Dproperty009.phpt2 …ts needs to have same semantics as with normal inheritance, however, we do add strict warnings sin…
/PHP-8.3/ext/date/tests/
H A DDateTime_add-dates.phpt2 DateTime::add() -- dates
/PHP-8.3/ext/standard/
H A Dcrypt_sha512.c278 size_t add = (size_t)(256 - left_over > len ? len : 256 - left_over); in sha512_process_bytes() local
280 memcpy(&ctx->buffer[left_over], buffer, add); in sha512_process_bytes()
281 ctx->buflen += add; in sha512_process_bytes()
288 memcpy(ctx->buffer, &ctx->buffer[(left_over + add) & ~127], in sha512_process_bytes()
292 buffer = (const char *) buffer + add; in sha512_process_bytes()
293 len -= add; in sha512_process_bytes()
/PHP-8.3/ext/ldap/tests/
H A Dldap_add_basic.phpt2 ldap_add() - Basic add operation

Completed in 32 milliseconds

12345678910>>...15