Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/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_010.phpt6 $obj->insert(1);
7 $obj->insert(2);
15 $obj->insert(1);
16 $obj->insert(2);
H A Dheap_008.phpt7 $h->insert(1);
8 $h->insert(5);
9 $h->insert(0);
10 $h->insert(4);
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 Dbug69737.phpt11 $h->insert(1);
12 $h->insert(6);
19 #1 %s%ebug69737.php(%d): SplHeap->insert(6)
H A Dheap_corruption.phpt38 $heap->insert(1);
39 $heap->insert(2);
40 $heap->insert(3);
41 $heap->insert(4);
/PHP-7.4/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 Warning: Declaration of Smooth1::insert(array $data) should be compatible with Noisy1::insert(array…
/PHP-7.4/ext/oci8/tests/
H A Dbind_sqltchr_1.phpt46 echo "\nTEST242 insert numbers SQLT_CHR\n";
82 echo "\nTEST246 insert numbers\n";
148 TEST242 insert numbers SQLT_CHR
157 TEST243 insert numbers, SQLT_CHR
166 TEST244 insert numbers with SQLT_CHR
175 TEST245 insert numbers with SQLT_CHR
184 TEST246 insert numbers
193 TEST247 insert numbers with SQLT_CHR
202 TEST248 insert numbers with SQLT_CHR
211 TEST249 insert numbers with SQLT_CHR
[all …]
H A Dbind_number.phpt50 echo "\nTEST66 insert a float\n";
77 echo "\nTEST71 insert a decimal\n";
95 echo "\nTEST73 insert a double\n";
144 TEST66 insert a float
153 TEST67 insert a binary float
162 TEST69 insert a binary double
171 TEST71 insert a decimal
180 TEST72 insert a decimal
189 TEST73 insert a double
198 TEST75 insert a INTEGER
[all …]
H A Dbind_sqltint.phpt45 echo "\nTEST142 insert numbers SQLT_INT\n";
81 echo "\nTEST146 insert numbers\n";
229 TEST142 insert numbers SQLT_INT
238 TEST143 insert numbers, SQLT_INT
247 TEST144 insert numbers with SQLT_INT
256 TEST145 insert numbers with SQLT_INT
265 TEST146 insert numbers
274 TEST147 insert numbers with SQLT_INT
283 TEST148 insert numbers with SQLT_INT
292 TEST149 insert numbers with SQLT_INT
[all …]
H A Dcommit_001.phpt14 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
17 die("oci_parse(insert) failed!\n");
23 die("oci_execute(insert) failed!\n");
29 die("oci_execute(insert) failed!\n");
54 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
57 die("oci_parse(insert) failed!\n");
62 die("oci_execute(insert) failed!\n");
H A Dbind_misccoltypes.phpt184 echo "\nTEST52 insert numbers\n";
250 echo "\nTEST60 insert a date\n";
274 TEST86 insert all ORATYPE values
295 TEST52 insert numbers
304 TEST53 insert numbers
313 TEST54 insert numbers
322 TEST55 insert numbers
331 TEST56 insert numbers
340 TEST58 insert a VARCHAR2
349 TEST59 insert a VARCHAR2
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt137 string(13) "test insert 0"
139 string(13) "test insert 0"
151 string(13) "test insert 1"
153 string(13) "test insert 1"
165 string(13) "test insert 2"
167 string(13) "test insert 2"
181 string(13) "test insert 0"
183 string(13) "test insert 0"
195 string(13) "test insert 1"
197 string(13) "test insert 1"
[all …]
H A Dcopy_to.phpt85 string(19) "0 test insert 0 \N
88 string(19) "1 test insert 1 \N
91 string(19) "2 test insert 2 \N
97 string(21) "0;test insert 0;NULL
100 string(21) "1;test insert 1;NULL
122 0 test insert 0 \N
123 1 test insert 1 \N
124 2 test insert 2 \N
127 0;test insert 0;NULL
128 1;test insert 1;NULL
[all …]
/PHP-7.4/ext/dba/tests/
H A Ddba015.phpt18 dba_insert("key1", "This is a test insert 1", $db_file1);
32 dba_insert("key2", "This is a test insert 2", $db_file2);
59 This is a test insert 1
63 This is a test insert 1
64 This is a test insert 2
66 This is a test insert 1
67 This is a test insert 2
72 This is a test insert 1
73 This is a test insert 2
H A Ddba_db4_018.phpt18 dba_insert("key1", "This is a test insert 1", $db_file1);
32 dba_insert("key2", "This is a test insert 2", $db_file2);
61 This is a test insert 1
65 This is a test insert 1
66 This is a test insert 2
68 This is a test insert 1
69 This is a test insert 2
74 This is a test insert 1
75 This is a test insert 2
H A Dbug62490.phpt16 echo "insert $i:";
36 insert 0:bool(true)
37 insert 1:bool(true)
38 insert 2:bool(true)
/PHP-7.4/ext/pdo/tests/
H A Dbug_34630.phpt36 …$insert = $db->prepare("insert into test (id, val) values (1, EMPTY_BLOB()) RETURNING val INTO :bl…
38 $insert = $db->prepare("insert into test (id, val) values (1, :blob)");
40 $insert->bindValue(':blob', $fp, PDO::PARAM_LOB);
41 $insert->execute();
42 $insert = null;
H A Dbug_35671.phpt20 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3…
28 $insert->execute($parm);
29 $insert = null;
/PHP-7.4/ext/pgsql/tests/
H A Dbug72028.phpt19 $params = array(null, "insert before looping with a reference");
22 $params2 = array(null, "insert after looping with a reference");
44 string(38) "insert before looping with a reference"
50 string(37) "insert after looping with a reference"

Completed in 52 milliseconds

1234567891011