/PHP-5.5/ext/com_dotnet/tests/ |
H A D | bug34272.phpt | 12 $dict->add('foo', array()); 14 $dict->add('bar', array(23));
|
/PHP-5.5/ext/date/tests/ |
H A D | rfc-datetime_and_daylight_saving_time-type2.phpt | 54 * 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 D | bug54340.phpt | 2 Bug #54340 (DateTime::add() method bug) 12 $dt->add($interval);
|
H A D | bug55253.phpt | 2 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 D | date_diff.phpt | 17 $dates[$i] = $d->add( new DateInterval( "P{$i}D" ) ); 43 $current->add( $int );
|
H A D | DateTime_add-massive.phpt | 2 DateTime::add() -- massive
|
/PHP-5.5/ext/simplexml/tests/ |
H A D | bug40451.phpt | 17 $add = $xml->addChild('Host'); 18 $add->Host->addAttribute('enable', 'true');
|
H A D | bug41175.phpt | 2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)
|
/PHP-5.5/ext/spl/tests/ |
H A D | bug34548.phpt | 8 public function add($dataArray) 23 $foo->add($data2);
|
H A D | bug45622.phpt | 27 echo "\n--> Re-add the real property:\n"; 48 --> Re-add the real property:
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_fetch_field_types.phpt | 70 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 D | TODO | 20 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 D | bug35669.phpt | 17 $body[] = $multipart; //add multipart stuff 21 $body[] = $textpart; //add body part 31 $body[] = $plain; //next add plain text part
|
H A D | imap_bodystruct_basic.phpt | 17 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 D | imap_undelete_basic.phpt | 27 Create a temporary mailbox and add 1 msgs
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug36908.phpt | 12 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 D | README | 36 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 D | bug32924.phpt | 2 Bug #32924 (prepend does not add file to included files)
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | bug61058.phpt | 8 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 D | bug49341.phpt | 2 Bug #49341: add SO_REUSEPORT support for socket_set_option()
|
/PHP-5.5/Zend/tests/ |
H A D | bug47836.phpt | 12 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 D | config.m4 | 12 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 D | formatted_print.c | 60 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 D | README | 40 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 D | regcomp.c | 4214 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 …]
|