Home
last modified time | relevance | path

Searched refs:b (Results 226 – 250 of 2615) sorted by last modified time

12345678910>>...105

/php-src/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt39 var_dump(fwrite($f, str_repeat('b', 3)));
50 var_dump(strlen(fwrite($f, str_repeat('b', 250))));
/php-src/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt20 string(2) "b
/php-src/ext/phar/tests/
H A D024-opcache-win32.phpt32 $files['b.php'] = '<?php echo "This is b\n"; ?>';
33 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
38 include $pname . '/b.php';
39 include $pname . '/b/c.php';
59 This is b
60 This is b/c
/php-src/ext/opcache/tests/jit/
H A Dshift_right_004.phpt13 $i + $b = $a + $a = $a + $a = $a +
H A Dreg_alloc_016.phpt12 $a - 536 >> 4 - $y - 4 << ++$x == $a ?: $b;
14 $x = $a ? $b : $b;
H A Dreg_alloc_017.phpt11 $a = $b = $a + !$a = !$a;
H A Dreg_alloc_022.phpt10 $a = $b = $x = 0; $c = null;
12 $x .= $b;
13 $x = $a ? $b : $c;
14 $a &= $x != $a ? $b : $c;
15 $x = $a ? $b : $c;
16 $a &= $x != $a ? $b : $c;
H A Dreg_alloc_023.phpt22 foreach ($this->b[$key] as $map_start => $_) {
24 unset($this->b[$key][$map_start]);
H A Dret_004.phpt23 $b = new B;
24 $b->bar();
H A Drope_001.phpt10 $b = 1;
11 var_dump(" $a $a" == " $a" . -$b);
12 var_dump(" $a $a" == " $a" . -$b);
H A Dtrampoline_001.phpt24 $b = new B;
26 $a = [$b, $b, $b, $c, $c, $c];
H A Dtrampoline_002.phpt29 $b = new B;
32 $a = [$b, $b, $b, $c, $c, $c, $d, $d, $d, $c, $c, $c];
H A Dxor_003.phpt12 function foo($a, $b) {
13 $res = $a ^ $b;
H A Dshift_left_001.phpt12 function shl(int $a, int $b) {
13 return $a << $b;
H A Dshift_right_001.phpt12 function shr(int $a, int $b) {
13 return $a >> $b;
H A Dmod_001.phpt12 function mod(int $a, int $b) {
13 return $a % $b;
H A Dmod_004.phpt11 $b = "";
12 $a["x{$b}y"] %= 0;
H A Dmod_006.phpt12 $b = $a % 0;
13 yield $b;
H A Dmul_002.phpt16 function mul(int $a, int $b) {
17 $res = $a * $b;
H A Dnan_001.phpt10 $b = NAN;
12 if ($b) { echo "nan is true\n"; }
H A Dnan_002.phpt17 function test1(float $a, bool $b) {
18 var_dump($a && $b); //JMPNZ_EX
20 function test2(float $a, bool $b) {
21 var_dump($a || $b); // JMPZ_EX
H A Doss-fuzz-64727.phpt12 $b = null;
14 $a = $a + $b;
H A Dqm_assign_002.phpt12 "-" . $b;
13 $b = [];
23 Warning: Undefined variable $b in %sqm_assign_002.php on line 5
H A Dreg_alloc_012.phpt10 $b = $a;
11 $b =! $a = $a + $b & $b & $bb = $a = $a + $b & $a;
12 $a = $a + $b & $b & $b = $a;
H A Dqm_assign_undef_exception.phpt11 $a = $b;
21 Undefined variable $b

Completed in 38 milliseconds

12345678910>>...105