Home
last modified time | relevance | path

Searched refs:select (Results 201 – 225 of 243) sorted by relevance

12345678910

/PHP-5.3/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt39 $s = oci_parse($c, "select $colname from bind_misccoltypes_errs_tab where id = :id");
H A Dbind_number.phpt35 $s = oci_parse($c, "select $colname from bind_number_tab where id = :id");
H A Dbind_sqltchr_1.phpt27 $s = oci_parse($c, "select $colname from bind_sqltchr_tab where id = :id");
H A Dbind_sqltint.phpt27 $s = oci_parse($c, "select $colname from bind_sqltint_tab where id = :id");
H A Drefcur_prefetch_1.phpt29 open cur1 for select * from refcurtest order by c1;
H A Dfetch_all3.phpt34 $select_sql = "select id, value from fetch_all3_tab order by id";
H A Dbug43492.phpt43 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
H A Dbug43492_2.phpt35 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
H A Dlob_040.phpt23 $s = oci_parse($c, "select clob from ".$schema.$table_name." order by id");
/PHP-5.3/ext/interbase/tests/
H A D003.phpt55 $sel = ibase_query("select * from test3 where iter = $iter");
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_select_db.phpt32 printf("[005] Cannot select DB %s, [%d] %s\n", $db, mysqli_errno($link), mysqli_error($link));
H A Dbug42378.phpt160 /* create new table and select from it */
H A Dmysqli_fetch_field_flags.phpt127 printf("[003] Can't select from table, %s [%d] %s\n", $column_def,
/PHP-5.3/ext/curl/
H A Dmulti.c197 RETURN_LONG(select(maxfd + 1, &readfds, &writefds, &exceptfds, &to)); in PHP_FUNCTION()
H A Dstreams.c178select(curlstream->maxfd + 1, &curlstream->readfds, &curlstream->writefds, &curlstream->excfds, &t… in php_curl_stream_read()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_unix.c306 ret = select(fpm_globals.send_config_pipe[0] + 1, &rfds, NULL, NULL, &tv); in fpm_unix_init_main()
H A Dfastcgi.c872 ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
/PHP-5.3/Zend/
H A DREADME.ZEND_VM94 zend_vm_gen.php can produce different kind of executors. You can select
/PHP-5.3/ext/sqlite/
H A Dconfig.m4100 libsqlite/src/select.c libsqlite/src/table.c libsqlite/src/tokenize.c \
H A Dsqlite.dsp211 SOURCE=.\libsqlite\src\select.c
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcompress.c206 selrv = select(fd + 1, &check, NULL, NULL, &tout); in sread()
/PHP-5.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt34 // 6. click 'Create' and select a file to save the database as
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dlibsqlite.dsp197 SOURCE=select.c
/PHP-5.3/
H A DREADME.TESTING37 select the PHP executable that is to be tested, that is, used to run the test scripts.
/PHP-5.3/main/
H A Dnetwork.c1176 n = select(max_fd + 1, &rset, &wset, &eset, timeout >= 0 ? &tv : NULL);

Completed in 56 milliseconds

12345678910