Home
last modified time | relevance | path

Searched refs:add (Results 76 – 100 of 513) sorted by relevance

12345678910>>...21

/PHP-5.5/ext/soap/
H A Dconfig.m415 AC_MSG_ERROR([SOAP extension requires LIBXML extension, add --enable-libxml])
/PHP-5.5/Zend/tests/
H A Dbug69017.phpt26 Warning: Cannot add element to the array as the next element is already occupied in %sbug69017.php …
/PHP-5.5/ext/intl/tests/
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt21 $intlcal->add(IntlCalendar::FIELD_SECOND, 2147483647);
/PHP-5.5/ext/openssl/tests/
H A Dopenssl.cnf6 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-5.5/ext/phar/tests/files/
H A Dopenssl.cnf6 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug42736.phpt10 return $this->add($id);
H A Dbug45556.phpt32 …l parse error: [line 1, column 1, message: Invalid document end] Unable to add introspection data …
/PHP-5.5/ext/standard/tests/array/
H A Darray_push_error2.phpt28 Warning: array_push(): Cannot add element to the array as the next element is already occupied in %…
/PHP-5.5/ext/date/tests/
H A Dexamine_diff.inc19 * Provides a consistent interface for executing date diff/add/sub tests
68 $start->add($expect_interval);
H A DDateTime_add-dates.phpt2 DateTime::add() -- dates
H A DDateTime_add-spring-type2-type2.phpt2 DateTime::add() -- spring type2 type2
H A DDateTime_add-spring-type2-type3.phpt2 DateTime::add() -- spring type2 type3
H A DDateTime_add-spring-type3-type2.phpt2 DateTime::add() -- spring type3 type2
H A DDateTime_add-spring-type3-type3.phpt2 DateTime::add() -- spring type3 type3
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c294 size_t add = (size_t)(256 - left_over > len ? len : 256 - left_over); in sha512_process_bytes() local
296 memcpy(&ctx->buffer[left_over], buffer, add); in sha512_process_bytes()
297 ctx->buflen += add; in sha512_process_bytes()
304 memcpy(ctx->buffer, &ctx->buffer[(left_over + add) & ~127], in sha512_process_bytes()
308 buffer = (const char *) buffer + add; in sha512_process_bytes()
309 len -= add; in sha512_process_bytes()
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c49 .add = fpm_event_select_add,
/PHP-5.5/ext/imap/tests/
H A Dimap_mail_copy_basic.phpt42 Create a temporary mailbox and add 1 msgs
H A Dimap_mail_move_basic.phpt42 Create a temporary mailbox and add 1 msgs
/PHP-5.5/ext/ldap/tests/
H A Dldap_add_basic.phpt2 ldap_add() - Basic add operation
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt14 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-5.5/ext/gd/tests/
H A Djpeg2wbmp_error1.phpt17 // Create a blank image and add some text
H A Dpng2wbmp_error1.phpt17 // Create a blank image and add some text
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.w3210 …// If pdo_sqlite is static, and sqlite3 is also static, then we don't add a second copy of the sql…
/PHP-5.5/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt46 add some more un-filtered foobar
/PHP-5.5/ext/bcmath/
H A Dconfig.m410 libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/outo…

Completed in 32 milliseconds

12345678910>>...21