Searched refs:add (Results 76 – 100 of 513) sorted by relevance
12345678910>>...21
/PHP-5.5/ext/soap/ |
H A D | config.m4 | 15 AC_MSG_ERROR([SOAP extension requires LIBXML extension, add --enable-libxml])
|
/PHP-5.5/Zend/tests/ |
H A D | bug69017.phpt | 26 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 D | calendar_getErrorCode_getErrorMessage_basic.phpt | 21 $intlcal->add(IntlCalendar::FIELD_SECOND, 2147483647);
|
/PHP-5.5/ext/openssl/tests/ |
H A D | openssl.cnf | 6 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
/PHP-5.5/ext/phar/tests/files/ |
H A D | openssl.cnf | 6 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
/PHP-5.5/ext/xmlrpc/tests/ |
H A D | bug42736.phpt | 10 return $this->add($id);
|
H A D | bug45556.phpt | 32 …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 D | array_push_error2.phpt | 28 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 D | examine_diff.inc | 19 * Provides a consistent interface for executing date diff/add/sub tests 68 $start->add($expect_interval);
|
H A D | DateTime_add-dates.phpt | 2 DateTime::add() -- dates
|
H A D | DateTime_add-spring-type2-type2.phpt | 2 DateTime::add() -- spring type2 type2
|
H A D | DateTime_add-spring-type2-type3.phpt | 2 DateTime::add() -- spring type2 type3
|
H A D | DateTime_add-spring-type3-type2.phpt | 2 DateTime::add() -- spring type3 type2
|
H A D | DateTime_add-spring-type3-type3.phpt | 2 DateTime::add() -- spring type3 type3
|
/PHP-5.5/ext/standard/ |
H A D | crypt_sha512.c | 294 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 D | select.c | 49 .add = fpm_event_select_add,
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_mail_copy_basic.phpt | 42 Create a temporary mailbox and add 1 msgs
|
H A D | imap_mail_move_basic.phpt | 42 Create a temporary mailbox and add 1 msgs
|
/PHP-5.5/ext/ldap/tests/ |
H A D | ldap_add_basic.phpt | 2 ldap_add() - Basic add operation
|
/PHP-5.5/ext/curl/tests/ |
H A D | curl_setopt_CURLOPT_READFUNCTION.phpt | 14 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
|
/PHP-5.5/ext/gd/tests/ |
H A D | jpeg2wbmp_error1.phpt | 17 // Create a blank image and add some text
|
H A D | png2wbmp_error1.phpt | 17 // Create a blank image and add some text
|
/PHP-5.5/ext/pdo_sqlite/ |
H A D | config.w32 | 10 …// 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 D | stream_filter_remove_basic.phpt | 46 add some more un-filtered foobar
|
/PHP-5.5/ext/bcmath/ |
H A D | config.m4 | 10 libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/outo…
|
Completed in 33 milliseconds
12345678910>>...21