Home
last modified time | relevance | path

Searched refs:b (Results 151 – 175 of 2490) sorted by last modified time

12345678910>>...100

/PHP-7.0/sapi/phpdbg/
H A DREADME.md65 - -b boring - disables use of colour on the console
H A Dphpdbg_bp.c55 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
56 b.id = PHPDBG_G(bp_count)++; \
57 b.type = t; \
58 b.disabled = 0;\
59 b.hits = 0; \
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc145 * @param Boolean $b true if the connection should stay alive, false otherwise
147 public function setKeepAlive($b)
149 $this->_keepAlive = (boolean)$b;
169 * @param Boolean $b true if persistent socket should be used, false otherwise
171 public function setPersistentSocket($b)
174 $this->_persistentSocket = (boolean)$b;
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in307 ; %d/%b/%Y:%H:%M:%S %z (default)
312 ; %d/%b/%Y:%H:%M:%S %z (default)
/PHP-7.0/sapi/litespeed/
H A DREADME.md54 start manually from command with option "-b <socket_address>", socket
58 ./lsphp -b [::]:3000
62 ./lsphp -b *:3000
66 ./lsphp -b 192.168.0.2:3000
70 ./lsphp -b /tmp/lsphp_manual.sock
202 When PHP started by "-b" option, it is disabled automatically.
H A Dlsapilib.c425 register char b; in verifyHeader() local
507 register char b; in swapIntEndian() local
508 b = p[0]; in swapIntEndian()
510 p[3] = b; in swapIntEndian()
511 b = p[1]; in swapIntEndian()
513 p[2] = b; in swapIntEndian()
538 register char b; in fixHeaderIndexEndian() local
540 b = p[0]; in fixHeaderIndexEndian()
542 p[1] = b; in fixHeaderIndexEndian()
3487 b = buf[1]; in lsapi_MD5Transform()
[all …]
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c550 int b; in fpm_conf_set_array() local
551 void *subconf = &b; in fpm_conf_set_array()
574 kv->value = strdup(b ? "1" : "0"); in fpm_conf_set_array()
H A Dfpm_config.h39 # define timeradd(a, b, result) \ argument
41 (result)->tv_sec = (a)->tv_sec + (b)->tv_sec; \
42 (result)->tv_usec = (a)->tv_usec + (b)->tv_usec; \
53 # define timercmp(a, b, CMP) \ argument
54 (((a)->tv_sec == (b)->tv_sec) ? \
55 ((a)->tv_usec CMP (b)->tv_usec) : \
56 ((a)->tv_sec CMP (b)->tv_sec))
61 # define MIN(a,b) (((a)<(b))?(a):(b)) argument
65 # define MAX(a,b) (((a)>(b))?(a):(b)) argument
H A Dfpm_log.c102 char *s, *b; in fpm_log_write() local
146 b = buffer; in fpm_log_write()
173 *b = '%'; in fpm_log_write()
237 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write()
264 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory); in fpm_log_write()
334 *b = '-'; in fpm_log_write()
397 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write()
404 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.auth_user); in fpm_log_write()
448 b += len2; in fpm_log_write()
461 *b = *s; in fpm_log_write()
[all …]
H A Dfpm_main.c230 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp() argument
233 Bucket *s = (Bucket *) b; in module_name_cmp()
H A Dfpm_atomic.h25 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
92 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server_012.phpt28 a=b
49 [a] => b
53 [a] => b
H A Dphp_cli_server_013.phpt28 a=b
H A Dphp_cli_server_014.phpt33 a=b
52 a=b
H A Dphp_cli_server_015.phpt49 <b>Fatal error</b>: Uncaught Error: Call to undefined function non_exists_function() in %ssyntax_e…
53 thrown in <b>%ssyntax_error.php</b> on line <b>%d</b><br />
H A Dbug66606_2.phpt28 a=b
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c277 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp() argument
280 const http_response_status_code_pair *pb = (const http_response_status_code_pair *) b; in status_comp()
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
H A Dphp_cli.c190 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp() argument
193 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.0/sapi/cgi/
H A DCHANGES9 /info.php/test?a=b will fail to work
H A DREADME.FastCGI31 ./php -b 127.0.0.1:8002
40 ./php -b :8002
41 ./php -b "*:8002"
H A Dcgi_main.c242 static int module_name_cmp(const void *a, const void *b) in module_name_cmp() argument
245 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.0/sapi/cgi/tests/
H A D004.phpt43 <b>Fatal error</b>: Uncaught Error: Cannot access private property test::$pri in %s004.test.php:8
46 thrown in <b>%s004.test.php</b> on line <b>8</b><br />
H A D006.phpt63 <b>Parse error</b>: %s expecting %s{%s in <b>%s006.test.php</b> on line <b>5</b><br />
/PHP-7.0/
H A Drun-tests.php960 function test_sort($a, $b) argument
965 $b = test_name($b);
968 …$tb = strpos($b, "{$cwd}/tests") === 0 ? 1 + (strpos($b, "{$cwd}/tests/run-test") === 0 ? 1 : 0) :…
971 return strcmp($a, $b);

Completed in 104 milliseconds

12345678910>>...100