Home
last modified time | relevance | path

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

12345678910

/PHP-5.3/sapi/cli/
H A Dphp_cli.c95 # define php_select(m, r, w, e, t) select(m, r, w, e, t)
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c1030 ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt20 Allow user to select whether she wants information on requested, valid or actual locale.
/PHP-5.3/ext/pcre/tests/
H A D005.phpt66 // Regular expression to select the error and warning information
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c35 #define php_select(m, r, w, e, t) select(m, r, w, e, t)
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in101 ; - select (any POSIX os)
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1552 static fn_select_t g_fnSelect = select;
/PHP-5.3/win32/
H A Dinstall.txt143 installation wizard. You will be prompted to select the Web Server you
146 You will then be prompted to select which features and extensions you
560 most probably appear as 'Default Web Server'), and select 'Properties'.
1036 select Properties
H A Dphp5dllts.dsp2394 SOURCE=.\select.c
2467 SOURCE=.\select.h
/PHP-5.3/ext/oci8/tests/
H A Ddbmsoutput.phpt92 $s = oci_parse($c, "select * from table(mydofetch())");
/PHP-5.3/ext/sockets/
H A Dsockets.c842 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.c1196 #define php_select(m, r, w, e, t) select(m, r, w, e, t)
/PHP-5.3/
H A Dconfigure.in435 sys/select.h \
H A DINSTALL172 You can select arguments to add to the configure on line 10 below from
H A DNEWS4086 - Fixed bug #42496 (OCI8 cursor is not closed when using 2 clobs in a select
4581 - Fixed bug #40822 (pdo_mysql does not return rowCount() on select). (Ilia)
5304 - Fixed bug #38474 (getAttribute select attribute by order, even when
/PHP-5.3/build/
H A Dlibtool.m46342 # Check for GNU sed and select it if it is found.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt898 pcregrep is an 8-bit program. None of these are built if you select
1174 The options that select newline behaviour, such as --enable-newline-is-
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2001 strtoull to pcrecpp.cc to select the available functions in WIN32 when the

Completed in 161 milliseconds

12345678910