Home
last modified time | relevance | path

Searched refs:b (Results 101 – 125 of 2216) sorted by relevance

12345678910>>...89

/PHP-7.2/ext/hash/
H A Dhash_tiger.c39 bb = b; \
52 b *= mul;
84 b -= bb; \
89 pass(a,b,c,5) \
91 pass(c,a,b,7) \
93 pass(b,c,a,9) \
96 pass(a,b,c,9) \
97 tmpa=a; a=c; c=b; b=tmpa; \
126 b = state[1]; \
134 state[1] = b; \
[all …]
/PHP-7.2/ext/phar/tests/
H A D030.phpt14 $files['a.php'] = '<?php echo "This is a\n"; include \''.$pname.'/b.php\'; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; include \''.$pname.'/b/c.php\'; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; include \''.$pname.'/b/d.php\'; ?>';
17 $files['b/d.php'] = '<?php echo "This is b/d\n"; include \''.$pname.'/e.php\'; ?>';
42 This is b
43 This is b/c
44 This is b/d
H A D024.phpt15 $files['b.php'] = '<?php echo "This is b\n"; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
21 include $pname . '/b.php';
22 include $pname . '/b/c.php';
30 This is b
31 This is b/c
H A Dpharfileinfo_compression.phpt16 $phar['a/b'] = 'hi there';
18 $b = $phar['a/b'];
20 $b->isCompressed(array());
22 $b->isCompressed(25);
27 $b->compress(25);
33 $c = $tar['a/b'];
46 $b->compress(Phar::GZ);
51 var_dump($b->compress(Phar::GZ));
60 $phar['a/b']->decompress();
70 var_dump($b->decompress());
[all …]
/PHP-7.2/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h33 # define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument
34 # define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument
37 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
79 # define DBERRHANDLE(a, b) dberrhandle(b) argument
80 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument
81 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg2.phpt8 $a = -1; $b = -1; $c = -1;
9 mbereg($a, $b, $c);
10 var_dump($a, $b, $c);
12 mberegi($a, $b, $c);
13 var_dump($a, $b, $c);
15 mbereg_search_init($a, $b, $c);
16 var_dump($a, $b, $c);
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_log.c101 char *s, *b; in fpm_log_write() local
145 b = buffer; in fpm_log_write()
172 *b = '%'; in fpm_log_write()
236 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write()
263 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory); in fpm_log_write()
333 *b = '-'; in fpm_log_write()
396 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write()
403 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.auth_user); in fpm_log_write()
447 b += len2; in fpm_log_write()
460 *b = *s; in fpm_log_write()
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dbug35817.phpt6 $b = unpack("H3", $a);
7 var_dump($b);
10 $b = unpack("H2", $a);
11 var_dump($b);
14 $b = unpack("H", $a);
15 var_dump($b);
H A Dbug47322.phpt6 sscanf(":59:58","%s:%d:%f", $a, $b, $c);
7 echo "[$a][$b][$c]\n";
9 sscanf("15:01:58.2","%d:%f:%f", $a, $b, $c);
10 echo "[$a][$b][$c]\n";
12 sscanf("15.1111::foo","%f:%d:%s", $a, $b, $c);
13 echo "[$a][$b][$c]\n";
H A Dcrypt_variation1.phpt12 $b = str_repeat("A", 124);
13 echo crypt("A", "$5$" . $b)."\n";
14 $b = str_repeat("A", 125);
15 echo crypt("A", "$5$" . $b)."\n";
16 $b = str_repeat("A", 4096);
17 echo crypt("A", "$5$" . $b)."\n";
H A Dbug68996.phpt16 <b>Warning</b>: : failed to open stream: No such file or directory in <b>%sbug68996.php</b> on lin…
/PHP-7.2/tests/lang/
H A Dfunc_get_args.004.phpt28 $b = 'original.b';
29 refVal($b, $b);
30 var_dump($b);
52 string(10) "original.b"
53 string(10) "original.b"
56 string(10) "original.b"
58 string(10) "original.b"
H A Dshort_tags.004.phpt16 <? $b=3; ?>
19 echo "{$b}";
21 <?= "{$b}"?>
29 <? $b=3; ?>
32 Notice: Undefined variable: b in %s on line %d
34 Notice: Undefined variable: b in %s on line %d
/PHP-7.2/ext/curl/tests/
H A Dbug72202.phpt15 $b = $a;
16 var_dump($a, $b);
18 var_dump($a, $b);
19 unset($a, $b);
22 $b = $a;
23 var_dump($a, $b);
25 var_dump($a, $b);
26 unset($a, $b);
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug71995.phpt7 public $b;
9 $this->b = new StdClass();
12 return array("b", "b");
21 Notice: serialize(): "b" is returned from __sleep multiple times in %sbug71995.php on line %d
22 string(39) "O:1:"A":1:{s:1:"b";O:8:"stdClass":0:{}}"
24 ["b"]=>
/PHP-7.2/ext/standard/tests/array/
H A Dbug50006.phpt14 function magic_sort_cmp($a, $b) {
16 $b = substr($b, 1);
17 if (!$a) return $b ? -1 : 0;
18 if (!$b) return 1;
19 return magic_sort_cmp($a, $b);
H A Dbug50006_1.phpt14 function magic_sort_cmp($a, $b) {
16 $b = substr($b, 1);
17 if (!$a) return $b ? -1 : 0;
18 if (!$b) return 1;
19 return magic_sort_cmp($a, $b);
H A Dbug50006_2.phpt14 function magic_sort_cmp($a, $b) {
16 $b = substr($b, 1);
17 if (!$a) return $b ? -1 : 0;
18 if (!$b) return 1;
19 return magic_sort_cmp($a, $b);
H A Darray_merge.phpt121 [b] => string
184 [b] => string
248 [b] => string
313 [b] => string
350 [b] => string
359 [b] => string
369 [b] => string
379 [b] => string
651 ["b"]=>
695 ["b"]=>
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput1126 1: b
129 1: b
158 1: b
190 1: b
5439 /(?:c|d)(?:)(?:a(?:)(?:b)(?:b(?:))(?:b(?:)(?:b)))/
6618 /(?(?=.*b)b|^)/
6624 /(?(?=^.*b)b|^)/
6630 /(?(?=.*b)b|^)*/
6636 /(?(?=.*b)b|^)+/
6642 /(?(?=b).*b|^d)/
[all …]
H A Dtestinput910 /a\x{100}*b/8
12 a\x{100}b
15 /a\x{100}+b/8
16 a\x{100}b
35 /X\b/8
63 /a.b/8
70 /a(.{3})b/8
108 /a(.{3})b/8
347 a.b.c
353 a.b.c
[all …]
/PHP-7.2/ext/zip/tests/
H A Doo_externalattributes.phpt25 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b);
27 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
33 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b);
34 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
36 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
37 var_dump($zip->getExternalAttributesIndex($id, $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
/PHP-7.2/Zend/tests/
H A Dadd_001.phpt7 $b = array("str", "here");
9 $c = $a + $b;
13 $b = array(1,2,4);
15 $c = $a + $b;
19 $b = array(1,2,"a"=>"bbbbbb");
21 $c = $a + $b;
24 $a += $b;
/PHP-7.2/ext/opcache/tests/
H A Dbug75698.phpt13 $a = array("a","b","c","b");
14 $b = array();
16 @$b[$c]++; // the @ is required to crash PHP 7.2.0
17 var_dump($b);
27 ["b"]=>
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_error.phpt14 $b = 1;
18 var_dump(openssl_pkcs7_decrypt($a, $b, $c, $d));
21 var_dump(openssl_pkcs7_decrypt($b, $b, $b, $b));
22 var_dump(openssl_pkcs7_decrypt($a, $b, "", ""));
23 var_dump(openssl_pkcs7_decrypt($a, $b, true, false));
24 var_dump(openssl_pkcs7_decrypt($a, $b, 0, 0));

Completed in 60 milliseconds

12345678910>>...89