Searched refs:append (Results 1 – 25 of 85) sorted by relevance
1234
/PHP-5.5/tests/output/ |
H A D | ob_start_basic_004.phpt | 38 ----( chunk_size: -1, output append size: 1 )---- 41 ----( chunk_size: 0, output append size: 1 )---- 44 ----( chunk_size: 1, output append size: 1 )---- 55 ----( chunk_size: 2, output append size: 1 )---- 62 ----( chunk_size: 3, output append size: 1 )---- 67 ----( chunk_size: 4, output append size: 1 )---- 72 ----( chunk_size: 5, output append size: 1 )---- 76 ----( chunk_size: 6, output append size: 1 )---- 80 ----( chunk_size: 7, output append size: 1 )---- 84 ----( chunk_size: 8, output append size: 1 )---- [all …]
|
/PHP-5.5/ext/spl/tests/ |
H A D | iterator_031.phpt | 2 SPL: AppendIterator::append() rewinds when necessary 41 function append(Iterator $what) 44 parent::append($what); 57 $ap->append($it); 75 $ap->append($it); 76 $ap->append($it); 77 $ap->append($it); 92 MyAppendIterator::append 95 MyAppendIterator::append 97 MyAppendIterator::append [all …]
|
H A D | array_013.phpt | 2 SPL: ArrayIterator::append 23 $it->append('three'); 24 $it->append('four'); 52 $it->append('three'); 53 $it->append('four'); 79 Catchable fatal error: ArrayIterator::append(): Cannot append properties to objects, use ArrayItera…
|
H A D | iterator_042.phpt | 16 $it->append(array()); 17 $it->append(new ArrayIterator(array(1))); 18 $it->append(new ArrayIterator(array(21, 22))); 22 $it->append(new ArrayIterator(array(31, 32, 33))); 40 Error Argument 1 passed to AppendIterator::append() must implement interface Iterator, array given …
|
H A D | bug45826.phpt | 7 $o->append($y); 8 $o->append($y); 9 $o->append($o); 45 $o->append($y); 46 $o->append($y); 47 $o->append($o);
|
H A D | spl_006.phpt | 7 $it->append(new ArrayIterator(array(1,2))); 8 $it->append(new ArrayIterator(array(2,3)));
|
H A D | bug34548.phpt | 2 Bug #34548 (Method append() in class extended from ArrayObject crashes PHP) 10 foreach($dataArray as $value) $this->append($value);
|
H A D | iterator_013.phpt | 17 $it->append(new ArrayIterator(array(0 => 'A', 1 => 'B'))); 33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
|
H A D | iterator_020.phpt | 17 $it->append(new ArrayIterator(array(0 => 'A', 1 => 'B'))); 33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
|
H A D | bug32394.phpt | 7 $object->append(1);
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | bug40191.phpt | 9 $arrObj->append('foo'); 10 $arrObj->append('bar'); 11 $arrObj->append('foo');
|
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtTestCase.php | 162 $this->testCase = gtCodeSnippet::append('skipifwin', $this->testCase); 165 $this->testCase = gtCodeSnippet::append('skipifnotwin', $this->testCase); 169 $this->testCase = gtCodeSnippet::append('skipif64b', $this->testCase); 173 $this->testCase = gtCodeSnippet::append('skipifnot64b', $this->testCase);
|
H A D | gtVariationTestCaseFunction.php | 51 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase); 60 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
|
H A D | gtVariationTestCaseMethod.php | 54 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase); 62 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
|
/PHP-5.5/ext/oci8/tests/ |
H A D | coll_018.phpt | 23 var_dump($coll1->append(1)); 24 var_dump($coll1->append(2)); 25 var_dump($coll1->append(3)); 26 var_dump($coll1->append(4));
|
H A D | coll_011.phpt | 29 var_dump($coll1->append("string")); 30 var_dump($coll1->append("string"));
|
H A D | coll_019.phpt | 28 var_dump($coll1->append('a long string')); // invalid type for append 69 var_dump($coll1->append(1)); // invalid date format 81 Notice: OCI-Collection::append(): Unknown or unsupported type of element: 113 in %s on line %d 104 Warning: OCI-Collection::append(): OCI-01840: input value not long enough for date format in %s on …
|
H A D | coll_009.phpt | 29 var_dump($coll1->append("2005-07-28")); 41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d
|
/PHP-5.5/ext/dom/tests/ |
H A D | DOMCharacterData_appendData_basic.phpt | 21 echo "CDATA Length (one append): " . $cdatanode->length . "\n"; 32 CDATA Length (one append): 4
|
H A D | DOMComment_appendData_basic_Sullivan.phpt | 21 echo "Comment Length (one append): " . $commentnode->length . "\n"; 32 Comment Length (one append): 4
|
H A D | DOMText_appendData_basic.phpt | 21 echo "Text Length (one append): " . $textnode->length . "\n"; 33 Text Length (one append): 4
|
/PHP-5.5/ext/pdo/tests/ |
H A D | pdo_test.inc | 6 $append = false; 8 if ($append) { 11 $append = true;
|
/PHP-5.5/scripts/dev/generate-phpt/tests/ |
H A D | gtCodeSnippetTest.php | 11 $array = gtCodeSnippet::append('loopClose', $array);
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | filter_errors_user.phpt | 51 echo "test append / read / remove\n"; 62 echo "test append all / read / remove all\n"; 76 echo "test append all / read / close\n"; 132 test append / read / remove 154 test append all / read / remove all 172 test append all / read / close
|
/PHP-5.5/ext/shmop/tests/ |
H A D | 001.phpt | 13 $write_d2 = "test #2 append data to shared memory segment"; 47 /* try to append data to the shared memory segment, this should fail */ 90 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
|
Completed in 22 milliseconds
1234