Home
last modified time | relevance | path

Searched refs:sets (Results 26 – 50 of 56) sorted by relevance

123

/PHP-5.5/ext/ereg/regex/
H A Ddebug.c148 cs = &g->sets[opnd];
H A Dengine.c458 cs = &m->g->sets[OPND(s)];
860 cs = &g->sets[OPND(s)];
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c781 int retval, sets = 0; in PHP_FUNCTION() local
796 sets += set_count; in PHP_FUNCTION()
803 sets += set_count; in PHP_FUNCTION()
810 sets += set_count; in PHP_FUNCTION()
813 if (!sets) { in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_character_set.phpt39 printf("[005] Cannot get list of available character sets, [%d] %s\n",
H A Dmysqli_multi_query.phpt141 printf("[015] Expecting 3 result sets got %d result set[s]\n", $res_num);
H A Dmysqli_options.phpt78 printf("[010] Cannot get list of available character sets, [%d] %s\n",
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt68 // two result sets
H A Dmysqli_set_charset.phpt102 printf("[016] Cannot get list of character sets\n");
H A Dmysqli_query_stored_proc.phpt75 /* stored proc which returns two result sets */
/PHP-5.5/ext/sockets/
H A Dsockets.c849 int retval, sets = 0; local
860 if (r_array != NULL) sets += php_sock_array_to_fd_set(r_array, &rfds, &max_fd TSRMLS_CC);
861 if (w_array != NULL) sets += php_sock_array_to_fd_set(w_array, &wfds, &max_fd TSRMLS_CC);
862 if (e_array != NULL) sets += php_sock_array_to_fd_set(e_array, &efds, &max_fd TSRMLS_CC);
864 if (!sets) {
/PHP-5.5/sapi/apache_hooks/
H A DREADME43 phpResponseHandler /path/to/file = sets file to be called to handle
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt68 // This function sets the prefetch count to the given $value and fetches one row .
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc116 /** Changes the iteration mode. There are two orthogonal sets of modes that
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO177 set - sets value for object contents. To be used mainly with
H A DZEND_CHANGES1066 result sets weren't destroyed until the end of the script's
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS388 matches bar preceded by foo, but only sets bar as the matched string.
391 start from the same number; for example, (?|(abc)|(xyz)) sets capturing
458 multiple sets of parentheses, and support for CRLF line endings in both the
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1363 int retval, sets = 0; local
1382 sets += set_count;
1390 sets += set_count;
1393 if (!sets) {
/PHP-5.5/
H A D.gdbinit27 this also sets compiler_globals to $cg
H A Dphp.ini-development61 ; foo = ; sets foo to an empty string
62 ; foo = None ; sets foo to an empty string
63 ; foo = "None" ; sets foo to the string 'None'
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
1269 ; Tuning: Enables statement prefetching and sets the default number of
H A Dphp.ini-production61 ; foo = ; sets foo to an empty string
62 ; foo = None ; sets foo to an empty string
63 ; foo = "None" ; sets foo to the string 'None'
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
1269 ; Tuning: Enables statement prefetching and sets the default number of
H A Dconfigure.in986 AC_MSG_CHECKING([how big to make fd sets])
988 [ --enable-fd-setsize Set size of descriptor sets], no, no)
H A Dacinclude.m4834 dnl Basically sets up the link-stage for building module-name
1012 dnl and sets $shared to "yes" or "no", and removes "shared,?" stuff
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in223 ; This value sets the limit on the number of simultaneous requests that will be
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt52 The three libraries contain identical sets of functions, except that
318 libraries contain identical sets of functions, used in exactly the same
649 16-bit library. All three libraries contain identical sets of func-
2072 sets the variable pointed to by errptr to point to a textual error mes-
3469 sets are valid). Unlike the pattern string, the subject may contain
3535 sets, even in UTF mode. They are byte offsets in the 8-bit library,
4342 matching. The pcretest program has a pattern qualifier (/C) that sets
4561 set. Perl sometimes (but not always) sets its numerical variables from
4918 There are two different sets of metacharacters: those that are recog-
5193 plete set of characters into two disjoint sets. Any given character
[all …]

Completed in 74 milliseconds

123