Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.0/ext/spl/tests/
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
7 var_dump($dll->add(12,'Offset 12 should not exist'));
H A Diterator_003.phpt54 public function add(Student $student)
78 $students->add(new Student('01234123', 'Joe'));
79 $students->add(new Student('00000014', 'Bob'));
80 $students->add(new Student('00000014', 'Foo'));
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-7.0/ext/com_dotnet/tests/
H A Dbug34272.phpt12 $dict->add('foo', array());
14 $dict->add('bar', array(23));
/PHP-7.0/Zend/tests/generators/
H A Dbug71441.phpt7 $add = str_repeat("1 +", $num);
12 \$foo = \$a + $add \$a;
/PHP-7.0/ext/simplexml/tests/
H A Dbug40451.phpt17 $add = $xml->addChild('Host');
18 $add->Host->addAttribute('enable', 'true');
/PHP-7.0/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-7.0/Zend/tests/
H A Darray_literal_next_element_error.phpt15 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
21 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
H A Dbug70804.phpt2 Bug #70804 (Unary add on negative zero produces positive zero)
H A Dbug47836.phpt12 Warning: Cannot add element to the array as the next element is already occupied in %s on line 4
/PHP-7.0/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-7.0/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-7.0/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
/PHP-7.0/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-7.0/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-7.0/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-7.0/ext/standard/
H A Dformatted_print.c60 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar() argument
66 PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); in php_sprintf_appendchar()
67 ZSTR_VAL(*buffer)[(*pos)++] = add; in php_sprintf_appendchar()
73 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring() argument
86 *buffer, *pos, ZSTR_LEN(*buffer), add, min_width, padding, alignment)); in php_sprintf_appendstring()
109 add++; in php_sprintf_appendstring()
117 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
118 memcpy(&ZSTR_VAL(*buffer)[*pos], add, copy_len + 1); in php_sprintf_appendstring()
/PHP-7.0/ext/sockets/tests/
H A Dbug49341.phpt2 Bug #49341: add SO_REUSEPORT support for socket_set_option()
/PHP-7.0/Zend/tests/variadic/
H A Dadding_additional_optional_parameter.phpt2 It's possible to add additional optional arguments with matching signature

Completed in 49 milliseconds

12345678910>>...21