/php-src/ext/spl/tests/ |
H A D | heap_011.phpt | 11 $h->insert(1); 12 $h->insert(6); 13 $h->insert(5); 14 $h->insert(2); 23 $h->insert(1); 24 $h->insert(6); 25 $h->insert(5); 26 $h->insert(2);
|
H A D | pqueue_001.phpt | 14 $pq->insert("a", 1); 15 $pq->insert("b", 2); 16 $pq->insert("c", 0); 27 $pq1->insert("a", 1); 28 $pq1->insert("b", 2); 29 $pq1->insert("c", 0); 40 $pq2->insert("a", 1); 41 $pq2->insert("b", 2); 42 $pq2->insert("c", 0); 53 $pq3->insert("a", 1); [all …]
|
H A D | heap_002.phpt | 15 $h->insert(1); 16 $h->insert(2); 17 $h->insert(3); 18 $h->insert(3); 19 $h->insert(3); 32 $h->insert($b);
|
H A D | heap_001.phpt | 15 $h->insert(1); 16 $h->insert(2); 17 $h->insert(3); 18 $h->insert(3); 19 $h->insert(3); 32 $h->insert($b);
|
H A D | heap_008.phpt | 7 $h->insert(1); 8 $h->insert(5); 9 $h->insert(0); 10 $h->insert(4);
|
H A D | heap_010.phpt | 6 $obj->insert(1); 7 $obj->insert(2); 15 $obj->insert(1); 16 $obj->insert(2);
|
H A D | heap_007.phpt | 7 $h->insert(1); 8 $h->insert(5); 9 $h->insert(0); 10 $h->insert(4);
|
H A D | pqueue_003.phpt | 7 $h->insert(1, 1); 8 $h->insert(5, 5); 9 $h->insert(0, 0); 10 $h->insert(4, 4);
|
H A D | pqueue_004.phpt | 7 $pq->insert("a", 0); 8 $pq->insert("b", 1); 9 $pq->insert("c", 5); 10 $pq->insert("d", -2);
|
H A D | heap_corruption.phpt | 38 $heap->insert(1); 39 $heap->insert(2); 40 $heap->insert(3); 41 $heap->insert(4);
|
H A D | bug69737.phpt | 11 $h->insert(1); 12 $h->insert(6); 19 #1 %s%ebug69737.php(%d): SplHeap->insert(6)
|
H A D | spl_heap_isempty.phpt | 11 $h->insert(2); 12 echo "Checking after insert: "; 20 Checking after insert: bool(false)
|
/php-src/ext/dba/tests/ |
H A D | dba_inifile_creation_matrix.phpt | 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert 71 This is a test insert 73 This is a test insert 92 This is a test insert 94 This is a test insert [all …]
|
H A D | dba_flatfile_creation_matrix.phpt | 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert 71 This is a test insert 73 This is a test insert 92 This is a test insert 94 This is a test insert [all …]
|
H A D | dba_db4_creation_matrix.phpt | 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert 71 This is a test insert 73 This is a test insert 92 This is a test insert 94 This is a test insert [all …]
|
H A D | dba_db4_018.phpt | 22 dba_insert("key1", "This is a test insert 1", $db_file1); 36 dba_insert("key2", "This is a test insert 2", $db_file2); 66 This is a test insert 1 70 This is a test insert 1 71 This is a test insert 2 73 This is a test insert 1 74 This is a test insert 2 80 This is a test insert 1 81 This is a test insert 2
|
H A D | dba015.phpt | 22 dba_insert("key1", "This is a test insert 1", $db_file1); 36 dba_insert("key2", "This is a test insert 2", $db_file2); 66 This is a test insert 1 70 This is a test insert 1 71 This is a test insert 2 73 This is a test insert 1 74 This is a test insert 2 80 This is a test insert 1 81 This is a test insert 2
|
H A D | dba_tcadb_creation_matrix.phpt | 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert 71 This is a test insert 73 This is a test insert 92 This is a test insert 94 This is a test insert [all …]
|
/php-src/Zend/tests/ |
H A D | bug64988.phpt | 6 public function insert(array $data){ 12 public function insert(array $data, $option1 = Null) { 16 return parent::insert($data); 20 public function insert(array $data) { 21 return parent::insert($data, count($data)); 29 Fatal error: Declaration of Smooth1::insert(array $data) must be compatible with Noisy1::insert(arr…
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | copy_from.phpt | 144 string(13) "test insert 0" 146 string(13) "test insert 0" 158 string(13) "test insert 1" 160 string(13) "test insert 1" 172 string(13) "test insert 2" 174 string(13) "test insert 2" 188 string(13) "test insert 0" 190 string(13) "test insert 0" 202 string(13) "test insert 1" 204 string(13) "test insert 1" [all …]
|
H A D | copy_to.phpt | 92 string(19) "0 test insert 0 \N 95 string(19) "1 test insert 1 \N 98 string(19) "2 test insert 2 \N 104 string(21) "0;test insert 0;NULL 107 string(21) "1;test insert 1;NULL 129 0 test insert 0 \N 130 1 test insert 1 \N 131 2 test insert 2 \N 134 0;test insert 0;NULL 135 1;test insert 1;NULL [all …]
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | pre_insertion_validation.phpt | 11 echo "--- Trying to insert text node into the document ---\n"; 29 echo "--- Trying to insert doctype into not a document ---\n"; 58 echo "--- Trying to insert an element before a document type ---\n"; 97 --- Trying to insert text node into the document --- 98 Exception: Cannot insert text as a child of a document 99 Exception: Cannot insert text as a child of a document 100 Exception: Cannot insert text as a child of a document 101 --- Trying to insert doctype into not a document --- 103 --- Trying to insert doctype at the wrong place in a document --- 108 --- Trying to insert an element before a document type --- [all …]
|
H A D | ParentNode_hierarchy_text_nodes.phpt | 42 Exception: Cannot insert text as a child of a document 43 Exception: Cannot insert text as a child of a document 44 Exception: Cannot insert text as a child of a document 47 Exception: Cannot insert text as a child of a document
|
/php-src/ext/pdo/tests/ |
H A D | bug_34630.phpt | 37 …$insert = $db->prepare("insert into test34630 (id, val) values (1, EMPTY_BLOB()) RETURNING val INT… 39 $insert = $db->prepare("insert into test34630 (id, val) values (1, :blob)"); 41 $insert->bindValue(':blob', $fp, PDO::PARAM_LOB); 42 $insert->execute(); 43 $insert = null;
|
H A D | bug_35671.phpt | 21 $insert = $db->prepare("insert into test35671 (field1, field2, field3) values (:value1, :value2, :v… 29 $insert->execute($parm); 30 $insert = null;
|