Home
last modified time | relevance | path

Searched refs:b (Results 451 – 475 of 2622) sorted by relevance

1...<<11121314151617181920>>...105

/php-src/tests/lang/
H A D010.phpt5 function test ($b) {
6 $b++;
7 return($b);
H A DpassByReference_010.phpt23 f($b = $a);
31 unset($a, $b);
33 f($b =& $a);
41 unset($a, $b);
42 $b = "b.original";
44 f($b .= $a);
H A Dfunc_get_arg.002.phpt8 $b = func_get_arg(1);
9 var_dump($b);
10 $b++;
/php-src/Zend/tests/
H A Dlist_004.phpt7 $b =& $arr;
9 list(,$a) = $b;
11 var_dump($a, $b);
H A Ddebug_backtrace_limit.phpt6 b();
9 function b() {
54 [function] => b
79 [function] => b
115 [function] => b
H A Disset_003.phpt7 $b =& $a;
9 var_dump(isset($b));
11 var_dump(isset($a[0], $b[1]));
15 var_dump(isset($c[0][1][2]->a->b->c->d));
17 var_dump(isset(${$a}->{$b->{$c[$d]}}));
H A Ddereference_013.phpt23 $foo->b($x)[1] = 3;
25 var_dump($foo->b()[0]);
26 var_dump($foo->b()[1]);
27 var_dump($foo->b()[2]);
H A Dbug69376_2.phpt9 $b = $a;
10 $b[0] = 123;
13 print_r($b);
H A Dbug73900.phpt7 $b = new SplFixedArray(1);
8 $b[0] = $a;
9 $c = &$b[0];
H A Dclosure_use_trailing_comma.phpt6 $b = 'test';
8 $b,
11 $a = $b;
/php-src/ext/gmp/tests/
H A Dbug80560.phpt84 var_dump(gmp_init('0b', 2));
96 $function('0b');
97 echo $function, ' failed with 0b', \PHP_EOL;
114 $function('0b', 1);
115 echo $function, ' failed with 0b', \PHP_EOL;
132 $function('0b', 1);
133 echo $function, ' arg 1 failed with 0b', \PHP_EOL;
148 $function(1, '0b');
166 $function('0b', 1, 1);
182 $function(1, '0b', 1);
[all …]
/php-src/ext/standard/tests/array/
H A Darray_map_variation9.phpt15 function callback2($a, $b)
17 return array($a => $b);
21 $arr1 = array(b"hello", b"world", "1", b"22.22");
28 var_dump( array_map(b"callback2", $arr1) );
H A Darray_diff_variation10.phpt12 $array1 = array( b"1",
13 b"hello",
18 $array2 = array( b"1" => 'hello',
19 b"world",
H A Dbug75433.phpt8 $b = array_values($a);
9 $b[] = 4;
10 print_r($b);
/php-src/ext/opcache/tests/
H A Dbug69038.phpt25 function b($b = "bad") {
39 return $b;
41 var_dump(b());
43 function c($b = "bad") {
/php-src/ext/phar/tests/tar/
H A Dphar_magic.phpt13 $p['a'] = '<?php include "b/c.php";' . "\n";
14 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
29 in b
30 <?php include "b/c.php";
/php-src/ext/json/tests/
H A Dbug81532.phpt10 $b = new \stdClass();
11 $b->x = $a;
19 var_export(json_encode($b, 0, 1)); echo "\n";
20 var_export(json_encode($b, 0, 2)); echo "\n";
/php-src/Zend/tests/named_params/
H A Dinternal.phpt9 var_dump(array_slice(array: ['a' => 0, 'b' => 1], offset: 1, preserve_keys: true));
10 var_dump(array_slice(['a' => 0, 'b' => 1], preserve_keys: true, offset: 1));
31 ["b"]=>
35 ["b"]=>
/php-src/Zend/tests/type_declarations/
H A Dtypes_in_ast.phpt8 assert(0 && ($a = function (int $a, ?int $b, int $c = null): ?int {
11 public int $b;
20 assert(): assert(0 && ($a = function (int $a, ?int $b, int $c = null): ?int {
23 public int $b;
/php-src/ext/opcache/tests/jit/
H A Dfetch_obj_002.phpt26 $b = new B();
27 var_dump($b->x);
28 unset($b->x);
29 $b->x;
/php-src/ext/dom/tests/
H A Dbug28721.phpt58 $p->appendChild($b = $xml->createElement("b"));
77 $d->appendChild($b = $xml->createElement("b"));
132 name (value): b (X)
159 name (value): b (X)
198 name (value): b ()
235 name (value): b ()
258 name (value): b (X)
317 name (value): b (X)
386 name (value): b ()
419 name (value): b ()
[all …]
/php-src/ext/standard/tests/streams/
H A Dstream_is_local.phpt7 $b = $a;
8 var_dump(stream_is_local($b));
9 var_dump($b);
/php-src/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt79 ["b"]=>
90 ["b"]=>
96 ["b"]=>
117 ["b"]=>
128 ["b"]=>
134 ["b"]=>
153 ["b"]=>
164 ["b"]=>
170 ["b"]=>
184 ["b"]=>
[all …]
H A DarrayObject_magicMethods5.phpt82 ["b"]=>
91 ["b"]=>
97 ["b"]=>
117 ["b"]=>
126 ["b"]=>
132 ["b"]=>
152 ["b"]=>
161 ["b"]=>
167 ["b"]=>
184 ["b"]=>
[all …]
H A DarrayObject_magicMethods6.phpt79 ["b"]=>
90 ["b"]=>
96 ["b"]=>
117 ["b"]=>
128 ["b"]=>
134 ["b"]=>
153 ["b"]=>
164 ["b"]=>
170 ["b"]=>
184 ["b"]=>
[all …]

Completed in 23 milliseconds

1...<<11121314151617181920>>...105