Home
last modified time | relevance | path

Searched refs:b (Results 126 – 150 of 2383) sorted by last modified time

12345678910>>...96

/PHP-5.5/tests/classes/
H A D__call_003.phpt15 $b = array('original');
16 $hack =& $b[0];
20 $c->f($b);
22 var_dump($a, $b);
H A D__call_004.phpt26 $b = new B();
27 $b->test();
H A D__call_005.phpt21 $b = new B();
22 $b->test();
H A D__call_006.phpt39 $b = new B();
41 $b->test();
48 call_user_func(array($b, 'unknownCallback'), 1,2,3);
H A D__call_007.phpt39 $b = new B();
41 $b->test();
48 call_user_func(array($b, 'unknownCallback'), 1,2,3);
H A D__set__get_001.phpt9 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
67 ["b"]=>
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 …<function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notwin…
8 -b ............................... Generate basic tests
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar76 if($options->hasOption('b')) {
86 gtTestCaseWriter::write($name, $testCase->toString(), 'b');
257 …<function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notwin…
263 -b ............................... Generate basic tests
423 'b',
538 * Check that b|c|v is specified
544 if($clo->hasOption('b') || $clo->hasOption('e') || $clo->hasOption('v') ) {
811 if ($type == 'b') {
1519 if($key == '64b' ) {
/PHP-5.5/sapi/thttpd/
H A DREADME11 The module contains a patch against version 2.21b of thttpd. The patch
38 NOTE: This version supports *only* thttpd 2.21b, no prior or later
47 1. thttpd 2.21b (2.20 or +2.22beta will _not_ work)
50 http://www.acme.com/software/thttpd/thttpd-2.21b.tar.gz
H A Dconfig.m417 if grep thttpd.2.21b $PHP_THTTPD/version.h >/dev/null; then
24 AC_MSG_ERROR([This version only supports thttpd-2.21b and Premium thttpd])
H A Dthttpd_patch1 diff -ur thttpd-2.21b/Makefile.in thttpd-2.21b-cool/Makefile.in
41 diff -ur thttpd-2.21b/config.h thttpd-2.21b-cool/config.h
65 diff -ur thttpd-2.21b/configure thttpd-2.21b-cool/configure
77 diff -ur thttpd-2.21b/configure.in thttpd-2.21b-cool/configure.in
89 diff -ur thttpd-2.21b/fdwatch.c thttpd-2.21b-cool/fdwatch.c
120 diff -ur thttpd-2.21b/libhttpd.c thttpd-2.21b-cool/libhttpd.c
808 +#define smart_str_append_const(a,b) smart_str_appendl(a,b,sizeof(b)-1)
1299 diff -ur thttpd-2.21b/mmc.c thttpd-2.21b-cool/mmc.c
1402 diff -ur thttpd-2.21b/mmc.h thttpd-2.21b-cool/mmc.h
1416 diff -ur thttpd-2.21b/thttpd.c thttpd-2.21b-cool/thttpd.c
[all …]
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt35 e:\inetpub\pages\test.php a=1&b=2
/PHP-5.5/sapi/litespeed/
H A DREADME54 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()
3433 b = buf[1]; in lsapi_MD5Transform()
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in424 ; %d/%b/%Y:%H:%M:%S %z (default)
427 ; %d/%b/%Y:%H:%M:%S %z (default)
/PHP-5.5/sapi/fpm/fpm/
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
H A Dfpm_conf.c542 int b; in fpm_conf_set_array() local
543 void *subconf = &b; in fpm_conf_set_array()
566 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.c224 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
227 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.5/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>: Call to undefined function non_exists_function() in <b>%ssyntax_error.php</b> …
/PHP-5.5/sapi/cli/
H A Dphp_cli.c183 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) /* {{{ */ in module_name_cmp()
186 Bucket *s = *((Bucket **) b); in module_name_cmp()

Completed in 59 milliseconds

12345678910>>...96