Home
last modified time | relevance | path

Searched refs:insert (Results 201 – 225 of 227) sorted by relevance

12345678910

/PHP-5.3/ext/mysqli/tests/
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.phpt235 …// 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.phpt277 …// 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.phpt874 printf("[%03d] Cannot insert new records, [%d] %s\n", ++$test_counter,
/PHP-5.3/ext/spl/
H A Dspl_heap.c612 SPL_METHOD(SplHeap, insert) in SPL_METHOD() argument
667 SPL_METHOD(SplPriorityQueue, insert) in SPL_METHOD() argument
1179 SPL_ME(SplPriorityQueue, insert, arginfo_pqueue_insert, ZEND_ACC_PUBLIC)
1196 SPL_ME(SplHeap, insert, arginfo_heap_insert, ZEND_ACC_PUBLIC)
/PHP-5.3/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-5.3/ext/sqlite/
H A Dconfig.m497 libsqlite/src/hash.c libsqlite/src/insert.c libsqlite/src/main.c \
H A Dsqlite.dsp159 SOURCE=.\libsqlite\src\insert.c
/PHP-5.3/build/
H A Dlibtool.m43081 # FIXME: insert proper C++ library support
3148 # FIXME: insert proper C++ library support
3153 # FIXME: insert proper C++ library support
3157 # FIXME: insert proper C++ library support
3239 # FIXME: insert proper C++ library support
3442 # FIXME: insert proper C++ library support
3446 # FIXME: insert proper C++ library support
3502 # FIXME: insert proper C++ library support
3561 # FIXME: insert proper C++ library support
3613 # FIXME: insert proper C++ library support
[all …]
/PHP-5.3/ext/oci8/tests/
H A Dfetch_all3.phpt19 $insert_sql = "insert into fetch_all3_tab (id, value) values (:idbv,:vbv)";
H A Dlob_040.phpt17 …$s = oci_parse($c, "insert into ".$schema.$table_name." (id, clob) values(".$i.", '".$i."aaaa".$i.…
/PHP-5.3/sapi/nsapi/
H A Dnsapi-readme.txt130 to make subrequests on the webserver and insert the result in the webpage.
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dlibsqlite.dsp161 SOURCE=insert.c
H A Dsqlite.h.in183 ** returns the integer key of the most recent insert in the database.
/PHP-5.3/win32/
H A Dinstall.txt679 Installation Steps section, you need to insert these lines to your
780 You need to insert these three lines to your Apache httpd.conf
802 You need to insert these two lines to your Apache httpd.conf
988 virtual()) to make subrequests on the web server and insert the result
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc619 * it and get the files to insert into the Phar archive.
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2742 or not. In the end, I fudged it by using the RunPerlTest script to insert
3090 made were to insert the current release number. This seemed silly, because
3269 (a) Refactored how -x works; insert ^(...)$ instead of setting
/PHP-5.3/
H A DINSTALL806 virtual()) to make subrequests on the web server and insert the result
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt3884 What you have to do is to insert a callout right at the end of the pat-
7872 can insert
9341 You can use the "QuoteMeta" operation to insert backslashes before all
9537 insert text matching corresponding parenthesized group from the pat-

Completed in 110 milliseconds

12345678910