/PHP-8.1/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);
|
/PHP-8.1/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-8.1/ext/oci8/tests/ |
H A D | bind_sqltchr_1.phpt | 46 echo "\nTEST242 insert numbers SQLT_CHR\n"; 82 echo "\nTEST246 insert numbers\n"; 146 TEST242 insert numbers SQLT_CHR 155 TEST243 insert numbers, SQLT_CHR 164 TEST244 insert numbers with SQLT_CHR 173 TEST245 insert numbers with SQLT_CHR 182 TEST246 insert numbers 191 TEST247 insert numbers with SQLT_CHR 200 TEST248 insert numbers with SQLT_CHR 209 TEST249 insert numbers with SQLT_CHR [all …]
|
H A D | bind_number.phpt | 48 echo "\nTEST66 insert a float\n"; 75 echo "\nTEST71 insert a decimal\n"; 93 echo "\nTEST73 insert a double\n"; 140 TEST66 insert a float 149 TEST67 insert a binary float 158 TEST69 insert a binary double 167 TEST71 insert a decimal 176 TEST72 insert a decimal 185 TEST73 insert a double 194 TEST75 insert a INTEGER [all …]
|
H A D | bind_sqltint.phpt | 45 echo "\nTEST142 insert numbers SQLT_INT\n"; 81 echo "\nTEST146 insert numbers\n"; 227 TEST142 insert numbers SQLT_INT 236 TEST143 insert numbers, SQLT_INT 245 TEST144 insert numbers with SQLT_INT 254 TEST145 insert numbers with SQLT_INT 263 TEST146 insert numbers 272 TEST147 insert numbers with SQLT_INT 281 TEST148 insert numbers with SQLT_INT 290 TEST149 insert numbers with SQLT_INT [all …]
|
H A D | commit_001.phpt | 16 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)"; 19 die("oci_parse(insert) failed!\n"); 25 die("oci_execute(insert) failed!\n"); 31 die("oci_execute(insert) failed!\n"); 56 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)"; 59 die("oci_parse(insert) failed!\n"); 64 die("oci_execute(insert) failed!\n");
|
H A D | bind_misccoltypes.phpt | 186 echo "\nTEST52 insert numbers\n"; 252 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-8.1/ext/pdo_pgsql/tests/ |
H A D | copy_from.phpt | 139 string(13) "test insert 0" 141 string(13) "test insert 0" 153 string(13) "test insert 1" 155 string(13) "test insert 1" 167 string(13) "test insert 2" 169 string(13) "test insert 2" 183 string(13) "test insert 0" 185 string(13) "test insert 0" 197 string(13) "test insert 1" 199 string(13) "test insert 1" [all …]
|
H A D | copy_to.phpt | 87 string(19) "0 test insert 0 \N 90 string(19) "1 test insert 1 \N 93 string(19) "2 test insert 2 \N 99 string(21) "0;test insert 0;NULL 102 string(21) "1;test insert 1;NULL 124 0 test insert 0 \N 125 1 test insert 1 \N 126 2 test insert 2 \N 129 0;test insert 0;NULL 130 1;test insert 1;NULL [all …]
|
/PHP-8.1/ext/dba/tests/ |
H A D | dba015.phpt | 20 dba_insert("key1", "This is a test insert 1", $db_file1); 34 dba_insert("key2", "This is a test insert 2", $db_file2); 60 This is a test insert 1 64 This is a test insert 1 65 This is a test insert 2 67 This is a test insert 1 68 This is a test insert 2 73 This is a test insert 1 74 This is a test insert 2
|
H A D | dba_db4_018.phpt | 20 dba_insert("key1", "This is a test insert 1", $db_file1); 34 dba_insert("key2", "This is a test insert 2", $db_file2); 62 This is a test insert 1 66 This is a test insert 1 67 This is a test insert 2 69 This is a test insert 1 70 This is a test insert 2 75 This is a test insert 1 76 This is a test insert 2
|
H A D | bug62490.phpt | 18 echo "insert $i:"; 37 insert 0:bool(true) 38 insert 1:bool(true) 39 insert 2:bool(true)
|
/PHP-8.1/ext/pdo/tests/ |
H A D | bug_34630.phpt | 37 …$insert = $db->prepare("insert into test (id, val) values (1, EMPTY_BLOB()) RETURNING val INTO :bl… 39 $insert = $db->prepare("insert into test (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 test (field1, field2, field3) values (:value1, :value2, :value3… 29 $insert->execute($parm); 30 $insert = null;
|
/PHP-8.1/ext/pgsql/tests/ |
H A D | bug72028.phpt | 21 $params = array(null, "insert before looping with a reference"); 24 $params2 = array(null, "insert after looping with a reference"); 45 string(38) "insert before looping with a reference" 51 string(37) "insert after looping with a reference"
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | bug60994.phpt | 28 $insert->bindParam(':id', $id, \PDO::PARAM_STR); 35 $insert->bindParam(':data', $string1, \PDO::PARAM_STR, strlen($string1)); // length in bytes 36 $insert->bindParam(':data2', $string1, \PDO::PARAM_STR, strlen($string1)); 37 $insert->execute(); 55 $insert->bindParam(':data', $string2, \PDO::PARAM_STR, strlen($string2)); // length in bytes 56 $insert->bindParam(':data2', $string2, \PDO::PARAM_STR, strlen($string2)); 57 $insert->execute(); 76 $insert->bindParam(':data2', $string3, \PDO::PARAM_STR, strlen($string3)); 77 $insert->execute(); 96 $insert->bindParam(':data2', $string4, \PDO::PARAM_STR, strlen($string4)); [all …]
|