Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 156) sorted by relevance

1234567

/php-src/ext/spl/tests/
H A Dheap_011.phpt11 $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 Dpqueue_001.phpt14 $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 Dheap_002.phpt15 $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 Dheap_001.phpt15 $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 Dheap_008.phpt7 $h->insert(1);
8 $h->insert(5);
9 $h->insert(0);
10 $h->insert(4);
H A Dheap_010.phpt6 $obj->insert(1);
7 $obj->insert(2);
15 $obj->insert(1);
16 $obj->insert(2);
H A Dheap_007.phpt7 $h->insert(1);
8 $h->insert(5);
9 $h->insert(0);
10 $h->insert(4);
H A Dpqueue_003.phpt7 $h->insert(1, 1);
8 $h->insert(5, 5);
9 $h->insert(0, 0);
10 $h->insert(4, 4);
H A Dpqueue_004.phpt7 $pq->insert("a", 0);
8 $pq->insert("b", 1);
9 $pq->insert("c", 5);
10 $pq->insert("d", -2);
H A Dheap_corruption.phpt38 $heap->insert(1);
39 $heap->insert(2);
40 $heap->insert(3);
41 $heap->insert(4);
H A Dbug69737.phpt11 $h->insert(1);
12 $h->insert(6);
19 #1 %s%ebug69737.php(%d): SplHeap->insert(6)
H A Dspl_heap_isempty.phpt11 $h->insert(2);
12 echo "Checking after insert: ";
20 Checking after insert: bool(false)
/php-src/ext/dba/tests/
H A Ddba_inifile_creation_matrix.phpt59 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 Ddba_flatfile_creation_matrix.phpt59 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 Ddba_db4_creation_matrix.phpt59 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 Ddba_db4_018.phpt22 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 Ddba015.phpt22 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 Ddba_tcadb_creation_matrix.phpt59 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 Dbug64988.phpt6 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 Dcopy_from.phpt144 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 Dcopy_to.phpt92 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 Dpre_insertion_validation.phpt11 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 DParentNode_hierarchy_text_nodes.phpt42 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 Dbug_34630.phpt37 …$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 Dbug_35671.phpt21 $insert = $db->prepare("insert into test35671 (field1, field2, field3) values (:value1, :value2, :v…
29 $insert->execute($parm);
30 $insert = null;

Completed in 26 milliseconds

1234567