Home
last modified time | relevance | path

Searched refs:add (Results 26 – 50 of 513) sorted by relevance

12345678910>>...21

/PHP-5.5/ext/com_dotnet/tests/
H A Dbug34272.phpt12 $dict->add('foo', array());
14 $dict->add('bar', array(23));
/PHP-5.5/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type2.phpt54 * Forward Transitions, add().
61 . $start->add($interval)->format($date_format) . "\n";
67 . $start->add($interval)->format($date_format) . "\n";
73 . $start->add($interval)->format($date_format) . "\n";
79 . $start->add($interval)->format($date_format) . "\n";
85 . $start->add($interval)->format($date_format) . "\n";
91 . $start->add($interval)->format($date_format) . "\n";
190 * Backward Transitions, add().
197 . $start->add($interval)->format($date_format) . "\n";
203 . $start->add($interval)->format($date_format) . "\n";
[all …]
H A Dbug54340.phpt2 Bug #54340 (DateTime::add() method bug)
12 $dt->add($interval);
H A Dbug55253.phpt2 Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
19 $date3->add($interval);
20 $date2->add($interval);
H A Ddate_diff.phpt17 $dates[$i] = $d->add( new DateInterval( "P{$i}D" ) );
43 $current->add( $int );
H A DDateTime_add-massive.phpt2 DateTime::add() -- massive
/PHP-5.5/ext/simplexml/tests/
H A Dbug40451.phpt17 $add = $xml->addChild('Host');
18 $add->Host->addAttribute('enable', 'true');
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)
/PHP-5.5/ext/spl/tests/
H A Dbug34548.phpt8 public function add($dataArray)
23 $foo->add($data2);
H A Dbug45622.phpt27 echo "\n--> Re-add the real property:\n";
48 --> Re-add the real property:
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt70 MYSQLI_TYPE_LONG => 'MYSQLI_TYPE_LONG - TODO add testing',
90 MYSQLI_TYPE_STRING => 'MYSQLI_TYPE_STRING - TODO add testing',
93 MYSQLI_TYPE_NULL => 'MYSQLI_TYPE_NULL - TODO add testing',
94 MYSQLI_TYPE_NEWDATE => 'MYSQLI_TYPE_NEWDATE - TODO add testing',
95 MYSQLI_TYPE_INTERVAL => 'MYSQLI_TYPE_INTERVAL - TODO add testing',
96 MYSQLI_TYPE_GEOMETRY => 'MYSQLI_TYPE_GEOMETRY - TODO add testing',
/PHP-5.5/ext/phar/
H A DTODO20 X add setUncompressed(), setCompressedGZ() and setCompressedBZ2() to
22 X add uncompressAllFiles(), compressAllFilesGZ() and compressAllFilesBZ2()
24 X add PharFileInfo::setMetaData($metadata) [Marcus]
25 X add PharFileInfo::getMetaData() [Marcus]
41 X add SHA-2 (256, 512) support [Marcus]
48 X add PharFileInfo::hasMetadata(), PharFileInfo::delMetadata() [Marcus]
49 X add Phar::hasMetadata(), Phar::delMetadata() [Marcus]
51 X add preliminary phar command (phar.php) [Marcus]
52 X add phar command (phar.phar) [Marcus]
73 this would traverse external.phar's manifest, and add each entry as a
[all …]
/PHP-5.5/ext/imap/tests/
H A Dbug35669.phpt17 $body[] = $multipart; //add multipart stuff
21 $body[] = $textpart; //add body part
31 $body[] = $plain; //next add plain text part
H A Dimap_bodystruct_basic.phpt17 echo "Create a new mailbox for test and add a multipart msgs\n";
78 Create a new mailbox for test and add a multipart msgs
79 Create a temporary mailbox and add 1 msgs
H A Dimap_undelete_basic.phpt27 Create a temporary mailbox and add 1 msgs
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36908.phpt12 function add($publisher) {
23 …<ns1:add xmlns:ns1="urn:PublisherService" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/e…
25 </ns1:add>
/PHP-5.5/sapi/apache2filter/
H A DREADME36 At the end of conf/httpd.conf, add:
40 If you would like to enable source code highlighting functionality add:
51 add this to your httpd.conf file:
/PHP-5.5/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-5.5/ext/standard/tests/array/
H A Dbug61058.phpt8 Warning: array_fill(): Cannot add element to the array as the next element is already occupied in %…
/PHP-5.5/ext/sockets/tests/
H A Dbug49341.phpt2 Bug #49341: add SO_REUSEPORT support for socket_set_option()
/PHP-5.5/Zend/tests/
H A Dbug47836.phpt12 Warning: Cannot add element to the array as the next element is already occupied in %s on line 4
/PHP-5.5/ext/xsl/
H A Dconfig.m412 AC_MSG_ERROR([XSL extension requires LIBXML extension, add --enable-libxml])
16 AC_MSG_ERROR([XSL extension requires DOM extension, add --enable-dom])
/PHP-5.5/ext/standard/
H A Dformatted_print.c60 php_sprintf_appendchar(char **buffer, int *pos, int *size, char add TSRMLS_DC) in php_sprintf_appendchar()
67 PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); in php_sprintf_appendchar()
68 (*buffer)[(*pos)++] = add; in php_sprintf_appendchar()
74 php_sprintf_appendstring(char **buffer, int *pos, int *size, char *add, in php_sprintf_appendstring() argument
91 *buffer, *pos, *size, add, min_width, padding, alignment)); in php_sprintf_appendstring()
113 add++; in php_sprintf_appendstring()
121 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
122 memcpy(&(*buffer)[*pos], add, copy_len + 1); in php_sprintf_appendstring()
/PHP-5.5/sapi/apache2handler/
H A DREADME40 At the end of conf/httpd.conf, add:
44 If you would like to enable source code highlighting functionality add:
55 add this to your httpd.conf file:
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c4214 p = add->s; in concat_opt_exact_info()
4215 end = p + add->len; in concat_opt_exact_info()
4274 if (! add->reach_end || i < add->len || i < to->len) { in alt_merge_opt_exact_info()
4419 if (add->value == 0 || to->mmd.max < add->mmd.min) { in alt_merge_opt_map_info()
4428 if (add->map[i]) in alt_merge_opt_map_info()
4470 concat_opt_anc_info(&tanc, &to->anc, &add->anc, to->len.max, add->len.max); in concat_left_node_opt_info()
4487 if (add->len.max != 0) in concat_left_node_opt_info()
4490 if (add->exb.len > 0) { in concat_left_node_opt_info()
4504 if (add->len.max > 0) { in concat_left_node_opt_info()
5233 to->chain = add; in onig_chain_link_add()
[all …]

Completed in 48 milliseconds

12345678910>>...21