Home
last modified time | relevance | path

Searched refs:add (Results 101 – 125 of 360) sorted by relevance

12345678910>>...15

/PHP-8.3/.github/actions/verify-generated-files/
H A Daction.yml16 git add . -N && git diff -a --exit-code
/PHP-8.3/ext/imap/tests/
H A Dimap_undelete_uid.phpt31 Create a temporary mailbox and add 10 msgs
H A Dimap_renamemailbox_basic.phpt37 Create a temporary mailbox and add 1 msgs
H A Dimap_delete_uid.phpt34 Create a temporary mailbox and add 10 msgs
H A Dimap_savebody_uid.phpt38 Create a temporary mailbox and add 10 msgs
H A Dimap_mail_copy_basic.phpt35 Create a temporary mailbox and add 1 msgs
H A Dimap_mail_move_basic.phpt35 Create a temporary mailbox and add 1 msgs
H A Dimap_savebody_basic.phpt40 Create a temporary mailbox and add 1 msgs
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_events.h36 int (*add)(struct fpm_event_s *ev); member
/PHP-8.3/ext/standard/tests/array/
H A Darray_push_error2.phpt23 Cannot add element to the array as the next element is already occupied
/PHP-8.3/ext/bcmath/
H A Dconfig.w327 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
/PHP-8.3/Zend/tests/traits/
H A Derror_015.phpt2 Trying to add an alias to a trait method where there is another with same name.
/PHP-8.3/ext/date/tests/
H A Dbug-gh8964-001.phpt12 $expectedUpper = $actual->add($delta);
H A Ddate_time_fractions.phpt42 $dt3 = $dt2->add( $diff );
43 $dt4 = $dt3->add( $diff );
H A Ddate_time_immutable.phpt30 $x = $z->add(new DateInterval("P2DT2S"));
34 $x = $z->add(new DateInterval("P2DT2S"));
110 add():
H A Dbug-gh8964-002.phpt14 $expectedUpper = $actual->add($delta);
H A Dexamine_diff.inc19 * Provides a consistent interface for executing date diff/add/sub tests
68 $start->add($expect_interval);
/PHP-8.3/ext/openssl/tests/
H A Dbug36732.phpt2 Bug #36732 (add support for req_extensions in openss_csr_new and sign)
/PHP-8.3/ext/pcre/tests/
H A Dgh11374.phpt25 // regex must be different to prevent regex cache, so just add 2nd "x" modifier
/PHP-8.3/ext/intl/tests/
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt19 $intlcal->add(IntlCalendar::FIELD_SECOND, 2147483647);
/PHP-8.3/ext/pcntl/tests/
H A Dwaiting_on_sigchild_pcntl_wait.phpt24 // Sleeping ensures we get to add the process to the list before the signal is invoked.
/PHP-8.3/Zend/asm/
H A Dmake_arm_aapcs_macho_gas.S55 add a2, a1, #112
/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c251 size_t add = 128 - left_over > len ? len : 128 - left_over; in sha256_process_bytes() local
253 memcpy(&ctx->buffer[left_over], buffer, add); in sha256_process_bytes()
254 ctx->buflen += (uint32_t)add; in sha256_process_bytes()
260 memcpy(ctx->buffer, &ctx->buffer[(left_over + add) & ~63], ctx->buflen); in sha256_process_bytes()
263 buffer = (const char *) buffer + add; in sha256_process_bytes()
264 len -= add; in sha256_process_bytes()
/PHP-8.3/ext/xml/
H A Dconfig.m422 AC_MSG_ERROR([XML extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/ext/dom/
H A Dconfig.m410 AC_MSG_ERROR([DOM extension requires LIBXML extension, add --with-libxml])

Completed in 30 milliseconds

12345678910>>...15