Home
last modified time | relevance | path

Searched refs:b (Results 226 – 250 of 2474) sorted by relevance

12345678910>>...99

/PHP-8.1/ext/standard/tests/array/
H A Darray_merge.phpt112 ["b"]=>
189 ["b"]=>
268 ["b"]=>
349 ["b"]=>
398 ["b"]=>
410 ["b"]=>
424 ["b"]=>
438 ["b"]=>
452 ["b"]=>
464 ["b"]=>
[all …]
H A Darray_map_variation6.phpt20 array('a', 'b'),
21 array(1, 2, 'a', 'b'),
22 array(1 => 'a', 'b' => 2)
46 string(1) "b"
57 string(1) "b"
63 ["b"]=>
/PHP-8.1/ext/simplexml/tests/
H A Dbug67116.phpt12 <b>b</b>
14 <cs><c>b</c></cs>
31 [b] => b
36 [c] => b
H A Dgh12223.phpt12 <!ENTITY b "&a;">
13 <!ENTITY c "&b;">
30 ["b"]=>
32 ["b"]=>
50 [b] => SimpleXMLElement Object
52 [b] => SimpleXMLElement Object
/PHP-8.1/Zend/tests/generators/
H A Dyield_precedence.phpt7 yield "a" . "b";
9 yield "k" => "a" . "b";
11 var_dump([yield "k" => "a" . "b"]);
12 yield yield "k1" => yield "k2" => "a" . "b";
13 yield yield "k1" => (yield "k2") => "a" . "b";
14 var_dump([yield "k1" => yield "k2" => "a" . "b"]);
15 var_dump([yield "k1" => (yield "k2") => "a" . "b"]);
H A Dfibonacci.phpt7 list($a, $b) = [1, 1];
9 yield $b;
10 list($a, $b) = [$b, $a + $b];
/PHP-8.1/Zend/tests/named_params/
H A Dvariadic.phpt18 test(b: 'b', a: 'a', c: 'c', extra: 'extra');
21 test('a', 'b', 'c', d: 'd');
33 ["b"]=>
34 string(1) "b"
49 string(1) "b"
60 string(1) "b"
/PHP-8.1/Zend/tests/
H A Dbug68446.phpt12 function b(?array $b = BAR) {
13 var_dump($b);
16 b(null);
17 b([]);
18 b();
H A Ddebug_print_backtrace_limit.phpt6 b();
9 function b() {
29 #1 %sdebug_print_backtrace_limit.php(3): b()
32 #1 %sdebug_print_backtrace_limit.php(3): b()
36 #1 %sdebug_print_backtrace_limit.php(3): b()
H A Dbug72543.phpt12 $copy['b']['z']['z'] = $copy['b'];
17 'b' => [],
31 ["b"]=>
36 ["b"]=>
/PHP-8.1/Zend/tests/bug67436/
H A Dbug67436.phpt11 if (in_array($classname, array('a','b','c'))) {
22 $b = new b();
23 $b->test();
26 string(%d) "The magic method b::__invoke() must have public visibility"
27 b::test()
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug36424.phpt16 class b extends a {}
17 class c extends b {}
21 $c->a->b = new b;
22 $c->a->b->c = $c;
24 $c->a->b->a = $c->a;
33 $d === $d->a->b->c,
35 $d->a->b->a === $d->a,
50 C:1:"c":108:{a:1:{s:1:"a";C:1:"a":81:{a:3:{s:1:"b";C:1:"b":30:{a:2:{s:1:"c";r:1;s:1:"a";r:3;}}s:1:"…
59 [b] => b Object
/PHP-8.1/Zend/tests/list/
H A Dlist_reference_009.phpt8 ($ary["foo"] = 1) => &$b
11 var_dump($ary, $a, $b);
12 unset($ary, $a, $b);
17 ($ary["foo"] = 1) => &$b
19 var_dump($ary, $a, $b);
/PHP-8.1/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
32 include $alias . '/b/c.php';
39 Warning: fopen(phar://%sopen_for_write_existing_b.phar.tar/b/c.php): Failed to open stream: phar er…
41 This is b/c
H A Dopen_for_write_existing_c.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
32 include $alias . '/b/c.php';
39 Warning: fopen(phar://%sopen_for_write_existing_c.phar.tar/b/c.php): Failed to open stream: phar er…
41 This is b/c
/PHP-8.1/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
31 include $alias . '/b/c.php';
36 Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): Failed to open stream: phar er…
38 This is b/c
H A Dopen_for_write_existing_c.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
31 include $alias . '/b/c.php';
36 Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): Failed to open stream: phar er…
38 This is b/c
/PHP-8.1/ext/hash/
H A Dhash_ripemd.c230 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
237 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
244 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
251 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
321 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
329 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
333 tmp = b; b = bb; bb = tmp; in RIPEMD256Transform()
337 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
345 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
419 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
[all …]
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg2.phpt12 $a = -1; $b = -1; $c = -1;
13 mb_ereg($a, $b, $c);
14 var_dump($a, $b, $c);
16 mb_eregi($a, $b, $c);
17 var_dump($a, $b, $c);
/PHP-8.1/ext/json/tests/
H A Djson_encode_unescaped_slashes.phpt5 var_dump(json_encode('a/b'));
6 var_dump(json_encode('a/b', JSON_UNESCAPED_SLASHES));
9 string(6) ""a\/b""
10 string(5) ""a/b""
/PHP-8.1/ext/filter/tests/
H A D006.phpt6 foo=<b>abc</b>
12 &#60;b&#62;abc&#60;/b&#62;
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_basic4.phpt9 $format1 = "%b";
10 $format2 = "%b %b";
11 $format3 = "%b %b %b";
/PHP-8.1/ext/pcre/tests/
H A D004.phpt6 …[\s*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', 'unsigned int xpto = 124; short a, b;', $m, PREG_SET_ORDE…
9 var_dump(preg_match_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', '&a, b,…
12 …+),\s*"([^"]*)"\s*,\s*([^{;]*)/S', 'zend_parse_parameters( 0, "addd|s/", a, b, &c);', $m, PREG_SET…
40 string(11) "short a, b;"
52 string(3) ", b"
71 string(2) "b,"
75 string(1) "b"
98 string(46) "zend_parse_parameters( 0, "addd|s/", a, b, &c)"
112 string(9) "a, b, &c)"
/PHP-8.1/ext/opcache/tests/
H A Doptimize_func_calls.phpt18 function a(&$b) {
19 $b = "changed";
24 $b = "b";
69 foo(a($a), $a, ref($b, $c), $obj);
71 var_dump($b);
88 function ref(&$b) {
89 $b = "changed";
131 Fatal error: Uncaught Error: ref(): Argument #1 ($b) cannot be passed by reference in %soptimize_fu…
/PHP-8.1/ext/phar/tests/
H A D029.phpt17 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; include "'.$pname.'/b/c.php"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; include "'.$pname.'/b/d.php"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>';

Completed in 55 milliseconds

12345678910>>...99