Searched refs:add (Results 51 – 75 of 513) sorted by relevance
12345678910>>...21
/PHP-5.5/TSRM/ |
H A D | buildconf | 23 automake --add-missing --include-deps $automake_flags
|
/PHP-5.5/Zend/ |
H A D | buildconf | 23 automake --add-missing --include-deps $automake_flags
|
/PHP-5.5/ext/dom/tests/ |
H A D | DOMDocument_schemaValidate_missingAttrs.phpt | 2 DomDocument::schemaValidate() - Don't add missing attribute default values from schema
|
H A D | DOMDocument_schemaValidateSource_missingAttrs.phpt | 2 DomDocument::schemaValidateSource() - Don't add missing attribute default values from schema
|
/PHP-5.5/ext/zip/tests/ |
H A D | bug8009.phpt | 2 Bug #8009 (cannot add again same entry to an archive)
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_fetch_overview_basic.phpt | 19 // 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 D | README | 4 add new feature/change behavior should access to development
|
/PHP-5.5/ext/date/tests/ |
H A D | bug52342.phpt | 14 $from->add(new DateInterval('P0D'));
|
H A D | bug62561.phpt | 9 $dayFromTs->add($int);
|
H A D | date_time_immutable.phpt | 30 $x = $z->add(new DateInterval("P2DT2S")); 34 $x = $z->add(new DateInterval("P2DT2S")); 110 add():
|
/PHP-5.5/ext/bcmath/libbcmath/src/ |
H A D | Makefile.am | 7 libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_map_object1.phpt | 39 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 D | 001.phpt | 9 you can add regression tests for your extension here
|
/PHP-5.5/Zend/tests/traits/ |
H A D | error_015.phpt | 2 Trying to add an alias to a trait method where there is another with same name.
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_events.h | 38 int (*add)(struct fpm_event_s *ev); member
|
/PHP-5.5/ext/gmp/tests/ |
H A D | 001.phpt | 9 you can add regression tests for your extension here
|
/PHP-5.5/ext/phar/tests/ |
H A D | phar_oo_011.phpt | 2 Phar object: add file
|
H A D | phar_oo_011b.phpt | 2 Phar object: add file
|
/PHP-5.5/ext/xmlwriter/ |
H A D | config.m4 | 16 AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --enable-libxml])
|
/PHP-5.5/ext/bcmath/ |
H A D | config.w32 | 8 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
|
/PHP-5.5/ext/wddx/tests/ |
H A D | 002.phpt | 16 // add vars to packet
|
/PHP-5.5/ext/xmlreader/ |
H A D | config.m4 | 16 AC_MSG_ERROR([XMLReader extension requires LIBXML extension, add --enable-libxml])
|
/PHP-5.5/ext/simplexml/ |
H A D | config.m4 | 15 … AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml])
|
/PHP-5.5/ext/openssl/tests/ |
H A D | bug36732.phpt | 2 Bug #36732 (add support for req_extensions in openss_csr_new and sign)
|
/PHP-5.5/ext/standard/ |
H A D | crypt_sha256.c | 267 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