Home
last modified time | relevance | path

Searched refs:add (Results 51 – 75 of 513) sorted by relevance

12345678910>>...21

/PHP-5.5/TSRM/
H A Dbuildconf23 automake --add-missing --include-deps $automake_flags
/PHP-5.5/Zend/
H A Dbuildconf23 automake --add-missing --include-deps $automake_flags
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidate_missingAttrs.phpt2 DomDocument::schemaValidate() - Don't add missing attribute default values from schema
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt2 DomDocument::schemaValidateSource() - Don't add missing attribute default values from schema
/PHP-5.5/ext/zip/tests/
H A Dbug8009.phpt2 Bug #8009 (cannot add again same entry to an archive)
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_basic.phpt19 // create a new mailbox and add two new messages to it
54 Create a temporary mailbox and add 2 msgs
/PHP-5.5/ext/mbstring/
H A DREADME4 add new feature/change behavior should access to development
/PHP-5.5/ext/date/tests/
H A Dbug52342.phpt14 $from->add(new DateInterval('P0D'));
H A Dbug62561.phpt9 $dayFromTs->add($int);
H A Ddate_time_immutable.phpt30 $x = $z->add(new DateInterval("P2DT2S"));
34 $x = $z->add(new DateInterval("P2DT2S"));
110 add():
/PHP-5.5/ext/bcmath/libbcmath/src/
H A DMakefile.am7 libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_object1.phpt39 private function add($n) {
43 test(array('SimpleClassPri', 'add'), array(1));
139 SimpleClassPri::add
141 …ter 1 to be a valid callback, cannot access private method SimpleClassPri::add() in %sarray_map_ob…
/PHP-5.5/ext/skeleton/tests/
H A D001.phpt9 you can add regression tests for your extension here
/PHP-5.5/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-5.5/sapi/fpm/fpm/
H A Dfpm_events.h38 int (*add)(struct fpm_event_s *ev); member
/PHP-5.5/ext/gmp/tests/
H A D001.phpt9 you can add regression tests for your extension here
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_011.phpt2 Phar object: add file
H A Dphar_oo_011b.phpt2 Phar object: add file
/PHP-5.5/ext/xmlwriter/
H A Dconfig.m416 AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --enable-libxml])
/PHP-5.5/ext/bcmath/
H A Dconfig.w328 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
/PHP-5.5/ext/wddx/tests/
H A D002.phpt16 // add vars to packet
/PHP-5.5/ext/xmlreader/
H A Dconfig.m416 AC_MSG_ERROR([XMLReader extension requires LIBXML extension, add --enable-libxml])
/PHP-5.5/ext/simplexml/
H A Dconfig.m415 … AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml])
/PHP-5.5/ext/openssl/tests/
H A Dbug36732.phpt2 Bug #36732 (add support for req_extensions in openss_csr_new and sign)
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c267 size_t add = 128 - left_over > len ? len : 128 - left_over; in sha256_process_bytes() local
269 memcpy(&ctx->buffer[left_over], buffer, add); in sha256_process_bytes()
270 ctx->buflen += add; in sha256_process_bytes()
276 memcpy(ctx->buffer, &ctx->buffer[(left_over + add) & ~63], ctx->buflen); in sha256_process_bytes()
279 buffer = (const char *) buffer + add; in sha256_process_bytes()
280 len -= add; in sha256_process_bytes()

Completed in 39 milliseconds

12345678910>>...21