Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 56) sorted by last modified time

123

/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1159 * Return the array of all possible sets of method/function arguments
/PHP-5.5/sapi/tests/
H A Dtest002.phpt7 but that is ok, Apache sets SCRIPT_NAME to the ScriptAlias
H A Dtest004.phpt7 but that is ok, Apache sets SCRIPT_NAME to the ScriptAlias
/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/sapi/cgi/
H A DREADME.FastCGI77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
/PHP-5.5/sapi/apache_hooks/
H A DREADME43 phpResponseHandler /path/to/file = sets file to be called to handle
/PHP-5.5/
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
/PHP-5.5/ext/standard/tests/file/
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
/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/spl/tests/
H A DSplTempFileObject_constructor_basic.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt2 SPL SplTempFileObject constructor sets correct defaults when passed a negative value
/PHP-5.5/ext/spl/internal/
H A Dsplstack.inc25 /** Changes the iteration mode. There are two orthogonal sets of modes that
H A Dspldoublylinkedlist.inc116 /** Changes the iteration mode. There are two orthogonal sets of modes that
H A Dsplqueue.inc29 /** Changes the iteration mode. There are two orthogonal sets of modes that
/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/ext/shmop/
H A DREADME20 a for read only access (sets SHM_RDONLY)
22 c create or open an existing segment (sets IPC_CREATE)
23 n create a new segment and fail if one already exists under same name (sets IPC_CREATE|IPC_EXCL)
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt15 // Note the PDO test setup sets PDO::ATTR_STRINGIFY_FETCHES to true
16 // (and sets PDO::ATTR_CASE to PDO::CASE_LOWER)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt227 …printf("[028] Character sets has not been set, @@character_set_connection reports '%s', expecting …
260 …printf("[031] DSN = %s, Character sets has not been set, @@character_set_connection reports '%s', …
273 …printf("[033] DSN = %s, character sets has not been set, @@character_set_connection reports '%s', …
/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 …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog452 2. The auto-possessification of character sets were improved: a normal
1029 (a) The Unicode property table now has offsets into a new table of sets of
1948 options. The new /Y option in pcretest sets this option when calling
2927 start sets both bits.
3805 \q<number> in a data line sets the "match limit" value
3806 \Q<number> in a data line sets the "match recursion limt" value
3807 -S <number> sets the stack size, where <number> is in megabytes
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

Completed in 78 milliseconds

123