Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 618) sorted by last modified time

12345678910>>...25

/PHP-5.5/win32/
H A Dselect.c49 #define SAFE_FD_ISSET(fd, set) (set != NULL && FD_ISSET(fd, set)) in php_select() argument
H A Dtestsuite.dsp105 set TOP_BUILDDIR=Release_TS_inline
106 set TEST_DIR=tests
120 set TOP_BUILDDIR=Release_TS
121 set TEST_DIR=tests
135 set TOP_BUILDDIR=Release_TSDbg
136 set TEST_DIR=tests
H A Dinstall.txt547 Apache configuration file to set up the CGI binary:
648 configuration file to set up the CGI binary:
767 php.ini-values, for example you can set a
891 important details. This directive needs to be set to 0.
1295 ; Boolean values can be set to either:
1334 previously set value use none as the value.
1443 returning a complete set of HTTP headers.
1490 example, set it with something like:
1657 returning a complete set of HTTP headers.
1700 directives, this is set in php.ini
[all …]
/PHP-5.5/win32/build/
H A Dconfig.w3247 // that is set in that env var
236 // set up the build dir and DLL name
H A Dconfig.w32.phpize.in46 // that is set in that env var
213 // set up the build dir and DLL name
/PHP-5.5/tests/security/
H A Dopen_basedir.inc5 // SAPIs set the working directory differently. So simply creating a directory
12 // For this reason we set the open_basedir to . (current directory) and then
/PHP-5.5/tests/lang/
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
H A DforeachLoop.016.phpt2 Ensure foreach splits the iterated entity from its cow reference set, for all sorts of iterated ent…
H A D024.phpt169 …$j=$i++; /* this should set $i to 1, but shouldn't change $j (it's assigned $i's previous values,…
/PHP-5.5/tests/classes/
H A Dstatic_properties_004.phpt2 Inherited static properties can be separated from their reference set.
16 echo "\nBut because this is implemented using PHP references, the reference set can easily be split…
33 But because this is implemented using PHP references, the reference set can easily be split:
H A Dunset_properties.phpt9 public $publicProperty = 'publicProperty set';
11 protected $protectedProperty = 'protectedProperty set';
13 private $privateProperty = 'privateProperty set';
131 publicProperty set
142 protectedProperty set
149 privateProperty set
H A Dnew_001.phpt27 …echo "Assigning new object by ref to \$k removes it from \$f's reference set, so \$f is unchanged:…
44 Assigning new object by ref to $k removes it from $f's reference set, so $f is unchanged:
/PHP-5.5/sapi/roxen/
H A DTODO7 name can be set (most importantly, cookies).
/PHP-5.5/sapi/tests/
H A Dtest002.phpt4 Apache likes to set SCRIPT_FILENAME to the php executable
H A Dtest004.phpt4 Apache likes to set SCRIPT_FILENAME to the php executable
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2174 ** isn't set we do the real close now.
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt14 If you need to set special environement variables, in addition to your
/PHP-5.5/sapi/litespeed/
H A DREADME45 set.
91 set to a shell command that executes the PHP binary you just built.
92 "Instances" should be set to "1". Add "LSAPI_CHILDREN" environment
97 configuration: set 'suffix' to 'php', 'Handler Type' to 'LiteSpeed
119 be set to match the value of "Max Connections" and >1. Web Server will
127 Usually, there is no need to set value of LSAPI_CHILDREN over 100 in
136 preferred in a shared hosting environment. When set to 1, the internal
147 When LSAPI_AVOID_FORK is set to 0, the default value is 1/3 of
172 When LSAPI_AVOID_FORK is set to 0, the default value is 1/3 of
173 LSAPI_CHIDLREN, When LSAPI_AVOID_FORK is set to 1, the default value
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in84 ; Default Value: no set
107 ; Default Value: not set (auto detection)
174 ; mode is set to 0660
192 ; Default Value: no set
233 ; Note: Used only when pm is set to 'dynamic'
238 ; Note: Used only when pm is set to 'dynamic'
354 ; Default Value: not set
366 ; Default Value: not set
375 ; Default: not set
434 ; Default Value: not set
[all …]
H A Dconfig.m4564 … should usually be set to match the fpm username (default: nobody)], nobody, no)
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c897 fd_set set;
900 FD_ZERO(&set);
901 FD_SET(req->fd, &set);
904 ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
906 if (ret > 0 && FD_ISSET(req->fd, &set)) {
H A Dfpm_atomic.h43 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
48 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
69 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
74 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
112 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
114 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set()
129 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
131 return (atomic_cas_32(lock, old, set)==old); in atomic_cmp_set()
/PHP-5.5/sapi/cli/tests/
H A D022.phpt5 if (!getenv("TEST_PHP_EXECUTABLE")) die("skip TEST_PHP_EXECUTABLE not set");
H A Dbug64529.phpt22 set php_executable [lindex \$argv 0]
40 set php_executable [lindex \$argv 0]
H A Dcli_process_title_unix.phpt16 echo "Successfully set title\n";
47 Successfully set title

Completed in 92 milliseconds

12345678910>>...25