Home
last modified time | relevance | path

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

12345678910>>...105

/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_serialization.phpt8 $q->enqueue("b");
15 $s->push("b");
29 string(1) "b"
32 string(71) "O:8:"SplQueue":3:{i:0;i:4;i:1;a:2:{i:0;s:1:"a";i:1;s:1:"b";}i:2;a:0:{}}"
41 string(1) "b"
52 string(1) "b"
55 string(71) "O:8:"SplStack":3:{i:0;i:6;i:1;a:2:{i:0;s:1:"a";i:1;s:1:"b";}i:2;a:0:{}}"
64 string(1) "b"
/php-src/ext/standard/tests/strings/
H A Dstrnatcasecmp_variation1.phpt16 class b
25 $b = new b();
27 function str_dump($a, $b) {
28 var_dump(strnatcasecmp($a, $b));
38 str_dump($a, $b);
H A Dvsprintf_basic4.phpt9 $format1 = "%b";
10 $format2 = "%b %b";
11 $format3 = "%b %b %b";
/php-src/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 Dbug42838.phpt6 function key_compare_func($a, $b)
8 if ($a === $b) {
11 return ($a > $b)? 1:-1;
14 $array1 = array("a" => "green", "b" => "Brown", 'c' => 'blue', 0 => 'red');
15 $array2 = array("a" => "green", "b" => "Brown", 'c' => 'blue', 0 => 'red');
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-src/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt22 $this->b = "string";
36 $this->b = $x;
81 ["b"]=>
131 ["b"]=>
150 ["b"]=>
165 After Serialization => string(100) "O:1:"D":8:{s:1:"a";b:1;s:1:"b";b:1;s:1:"c";b:0;s:1:"d";b:0;s:1:…
169 ["b"]=>
188 ["b"]=>
208 ["b"]=>
261 ["b"]=>
[all …]
H A Dbug36424.phpt17 class b extends a {}
18 class c extends b {}
22 $c->a->b = new b;
23 $c->a->b->c = $c;
25 $c->a->b->a = $c->a;
34 $d === $d->a->b->c,
36 $d->a->b->a === $d->a,
51 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:"…
60 [b] => b Object
/php-src/ext/gd/libgd/
H A Dgd_rotate.c73 if (b>255) { in gdImageSkewX()
74 b = 255; in gdImageSkewX()
116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
164 if (b>255) { in gdImageSkewY()
165 b = 255; in gdImageSkewY()
204 int c,r,g,b,a; in gdImageRotate90() local
230 b = gdImageBlue(src,c); in gdImageRotate90()
251 int c,r,g,b,a; in gdImageRotate180() local
277 b = gdImageBlue(src,c); in gdImageRotate180()
299 int c,r,g,b,a; in gdImageRotate270() local
[all …]
/php-src/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-src/ext/simplexml/tests/
H A Dbug67116.phpt12 <b>b</b>
14 <cs><c>b</c></cs>
31 [b] => b
36 [c] => b
/php-src/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-src/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-src/Zend/tests/
H A Dbug68446.phpt12 function b(?array $b = BAR) {
13 var_dump($b);
16 b(null);
17 b([]);
18 b();
/php-src/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()
322 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
330 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
334 tmp = b; b = bb; bb = tmp; in RIPEMD256Transform()
338 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
346 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
421 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
[all …]
/php-src/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-src/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-src/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-src/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-src/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-src/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"; ?>';
/php-src/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) could not be passed by reference in %soptimize…

Completed in 34 milliseconds

12345678910>>...105