Home
last modified time | relevance | path

Searched refs:insert (Results 226 – 250 of 252) sorted by relevance

1234567891011

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_info.phpt25 // NOTE: empty string, no multiple insert syntax
H A Dmysqli_fetch_assoc_bit.phpt96 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
H A Dmysqli_stmt_get_result_bit.phpt108 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
H A Dbug52891.phpt44 /* first insert normal value to force initial send of types */
H A Dbug42378.phpt41 printf("[%03d] Cannot insert data, [%d] %s\n",
H A Dmysqli_last_insert_id.phpt154 /* API insert id will be 101 because of UPDATE, SQL unchanged */
H A Dmysqli_stmt_bind_result_format.phpt40 printf("[%03d] Cannot insert data, [%d] %s\n",
H A Dmysqli_stmt_get_result_types.phpt233 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
H A Dmysqli_stmt_bind_result.phpt275 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
H A Dmysqli_stmt_bind_param.phpt293 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
H A Dmysqli_get_client_stats.phpt862 printf("[%03d] Cannot insert new records, [%d] %s\n", ++$test_counter,
/PHP-7.4/ext/oci8/tests/
H A Dxmltype_02.phpt52 "insert into xmltype_02_tab (warehouse_id, warehouse_spec)
H A Dfetch_all3.phpt19 $insert_sql = "insert into fetch_all3_tab (id, value) values (:idbv,:vbv)";
H A Dimp_res_3.phpt27 "insert into imp_res_3_tab_1 values (1, 'a')",
28 "insert into imp_res_3_tab_1 values (2, 'f')",
32 "insert into imp_res_3_tab_2 values ('t')",
33 "insert into imp_res_3_tab_2 values ('u')",
34 "insert into imp_res_3_tab_2 values ('v')",
35 "insert into imp_res_3_tab_2 values ('w')",
H A Dlob_040.phpt17 …$s = oci_parse($c, "insert into ".$schema.$table_name." (id, clob) values(".$i.", '".$i."aaaa".$i.…
/PHP-7.4/ext/spl/
H A Dspl_heap.c608 SPL_METHOD(SplHeap, insert) in SPL_METHOD() argument
657 SPL_METHOD(SplPriorityQueue, insert) in SPL_METHOD() argument
1182 SPL_ME(SplPriorityQueue, insert, arginfo_pqueue_insert, ZEND_ACC_PUBLIC)
1202 SPL_ME(SplHeap, insert, arginfo_heap_insert, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt55 // replace = delete + insert -> new auto increment value
H A Dpdo_mysql_begintransaction.phpt170 printf("[036] Cannot insert data, [%s] [%s]\n",
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug57702.phpt29 …$stmt = $db->prepare("insert into bug57702 (id, data1, data2) values (:id, empty_blob(), empty_blo…
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h256 uint32_t zend_array_element_type(uint32_t t1, int write, int insert);
H A Dzend_inference.c2051 uint32_t zend_array_element_type(uint32_t t1, int write, int insert) in zend_array_element_type() argument
2064 if (insert) { in zend_array_element_type()
/PHP-7.4/build/
H A Dlibtool.m43080 # FIXME: insert proper C++ library support
3147 # FIXME: insert proper C++ library support
3152 # FIXME: insert proper C++ library support
3156 # FIXME: insert proper C++ library support
3238 # FIXME: insert proper C++ library support
3441 # FIXME: insert proper C++ library support
3445 # FIXME: insert proper C++ library support
3501 # FIXME: insert proper C++ library support
3560 # FIXME: insert proper C++ library support
3612 # FIXME: insert proper C++ library support
[all …]
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc619 * it and get the files to insert into the Phar archive.
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c618 bits |= operand->insert(val); in get_bundle_bit()
H A DsljitNativeTILEGX-encoder.c269 tilegx_bundle_bits (*insert) (int op); member

Completed in 96 milliseconds

1234567891011