Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/com_dotnet/tests/
H A Dbug34272.phpt12 $dict->add('foo', array());
14 $dict->add('bar', array(23));
/PHP-7.4/Zend/tests/generators/
H A Dbug71441.phpt7 $add = str_repeat("1 +", $num);
12 \$foo = \$a + $add \$a;
/PHP-7.4/ext/spl/tests/
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";
47 --> Re-add the real property:
/PHP-7.4/ext/ffi/tests/
H A Dlist.phpt43 function add(int $data) {
85 $dlist->add(1);
86 $dlist->add(3);
87 $dlist->add(5);
/PHP-7.4/ext/simplexml/tests/
H A Dbug40451.phpt17 $add = $xml->addChild('Host');
18 $add->Host->addAttribute('enable', 'true');
/PHP-7.4/ext/date/tests/
H A Dbug54340.phpt2 Bug #54340 (DateTime::add() method bug)
12 $dt->add($interval);
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 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.4/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 Darray_add_indirect.phpt2 Array addition should not add INDIRECT elements
/PHP-7.4/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.4/ext/xsl/
H A Dconfig.m49 AC_MSG_ERROR([XSL extension requires LIBXML extension, add --with-libxml])
13 AC_MSG_ERROR([XSL extension requires DOM extension, add --enable-dom])
/PHP-7.4/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.4/ext/standard/
H A Dformatted_print.c54 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar() argument
60 PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); in php_sprintf_appendchar()
61 ZSTR_VAL(*buffer)[(*pos)++] = add; in php_sprintf_appendchar()
67 php_sprintf_appendchars(zend_string **buffer, size_t *pos, char *add, size_t len) in php_sprintf_appendchars() argument
78 PRINTF_DEBUG(("sprintf: appending \"%s\", pos=\n", add, *pos)); in php_sprintf_appendchars()
79 memcpy(ZSTR_VAL(*buffer) + (*pos), add, len); in php_sprintf_appendchars()
86 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring() argument
99 *buffer, *pos, ZSTR_LEN(*buffer), add, min_width, padding, alignment)); in php_sprintf_appendstring()
122 add++; in php_sprintf_appendstring()
130 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
[all …]
/PHP-7.4/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.4/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-7.4/Zend/tests/nullable_types/
H A Dcontravariant_nullable_param_succeeds.phpt2 Subtype can add nullability to a parameter (contravariance)
/PHP-7.4/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.4/ext/sockets/tests/
H A Dbug49341.phpt2 Bug #49341: add SO_REUSEPORT support for socket_set_option()

Completed in 51 milliseconds

12345678910>>...13