Home
last modified time | relevance | path

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

12345678910>>...89

/PHP-7.3/ext/pcre/tests/
H A Dpreg_replace_callback_array.phpt18 function b() {
19 return "b";
24 "/a/" => 'b',
25 "/b/" => function () { return "c"; },
31 "/a/" => 'b',
33 "/b/" => function () { return "ok"; },
40 "/a/" => 'b',
41 "/b/" => function($a) { return "ok"; }), 'a', -1, $count));
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug69646.phpt12 $b = 'b -c d\\';
14 var_dump( $b, escapeshellarg($b) );
27 $cmd = PHP_BINARY . " " . $script . " " . escapeshellarg($a) . " " . escapeshellarg($b);
36 string(7) "b -c d\"
37 string(10) ""b -c d\\""
45 string(7) "b -c d\"
/PHP-7.3/Zend/tests/
H A Dlist_005.phpt8 list($a, $b, $c) = $str;
10 var_dump($a, $b, $c);
16 list($a, $b, $c) = $int;
18 var_dump($a, $b, $c);
24 list($a, $b, $c) = $obj;
26 var_dump($a, $b, $c);
32 list($a, $b, $c) = $arr;
34 var_dump($a, $b, $c);
H A Dflexible-heredoc-nowdoc.phpt23 b
33 b
43 b
56 b\r\n
64 b
87 b
94 b
101 b
113 b
122 b
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;
H A Dinter_03.phpt7 const b = 2;
10 interface b extends a {
11 const c = self::b;
14 var_dump(b::c, a::b);
/PHP-7.3/ext/standard/tests/array/
H A Dbug45312.phpt10 static function comp_func_cr($a, $b) {
11 if ($a->priv_member === $b->priv_member) return 0;
12 return ($a->priv_member > $b->priv_member) ? 1 : -1;
14 static function comp_func_cr2($a, $b) {
16 if ($a->priv_member === $b->priv_member) return 0;
17 return ($a->priv_member < $b->priv_member) ? 1 : -1;
24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
25 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr"));
29 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr2"));
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);
/PHP-7.3/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
/PHP-7.3/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 Dbug68996.phpt16 <b>Warning</b>: : failed to open stream: No such file or directory in <b>%sbug68996.php</b> on lin…
/PHP-7.3/ext/hash/
H A Dhash_tiger.c37 bb = b; \
50 b *= mul;
82 b -= bb; \
87 pass(a,b,c,5) \
89 pass(c,a,b,7) \
91 pass(b,c,a,9) \
94 pass(a,b,c,9) \
95 tmpa=a; a=c; c=b; b=tmpa; \
124 b = state[1]; \
132 state[1] = b; \
[all …]
/PHP-7.3/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.3/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.3/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.3/sapi/fpm/fpm/
H A Dfpm_log.c100 char *s, *b; in fpm_log_write() local
144 b = buffer; in fpm_log_write()
171 *b = '%'; in fpm_log_write()
235 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write()
262 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory); in fpm_log_write()
332 *b = '-'; in fpm_log_write()
395 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write()
402 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.auth_user); in fpm_log_write()
446 b += len2; in fpm_log_write()
459 *b = *s; in fpm_log_write()
[all …]
/PHP-7.3/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.3/ext/zip/tests/
H A Doo_externalattributes.phpt24 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b);
26 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
32 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b);
33 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
35 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
36 var_dump($zip->getExternalAttributesIndex($id, $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
/PHP-7.3/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h31 # define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument
32 # define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument
35 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
80 # define DBERRHANDLE(a, b) dberrhandle(b) argument
81 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument
82 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
/PHP-7.3/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 238 milliseconds

12345678910>>...89