Home
last modified time | relevance | path

Searched refs:b (Results 476 – 500 of 2383) sorted by relevance

1...<<11121314151617181920>>...96

/PHP-5.5/ext/standard/tests/streams/
H A Dstream_is_local.phpt7 $b = $a;
8 var_dump(stream_is_local($b));
9 var_dump($b);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug24208.phpt5 $a = $b = $c = "oops";
6 parse_str("a=1&b=2&c=3");
7 var_dump($a, $b, $c);
H A Dprintf_basic4.phpt15 $format1 = "%b";
16 $format2 = "%b %b";
17 $format3 = "%b %b %b";
H A Dbug45485.phpt7 This text is shown <?XML:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
14 This text is shown <?xml:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput328 /[\b]/
29 \b
33 /[\b]/Lfr_FR
34 \b
45 /(.+)\b(.+)/
48 /(.+)\b(.+)/Lfr_FR
/PHP-5.5/ext/spl/tests/
H A Drecursive_tree_iterator_001.phpt15 "b",
58 [1] => |-b
68 [ |-1] => b
78 [1] => b
88 [ |-1] => |-b
98 [ |-1] => |-b
/PHP-5.5/ext/reflection/tests/
H A Dbug38465.phpt11 public function x($a = self::X, $b = Baz::B, $c = 99) {}
16 public function y($a = self::Y, $b = Baz::B, $c = 99) {}
52 Bar::y($b = 3)
55 Foo::x($b = 3)
60 Bar::y($b = 3)
63 Foo::x($b = 3)
/PHP-5.5/tests/func/
H A D010.phpt15 function test($a,$b)
17 var_dump($a === $b);
18 test2($a,$b);
21 function test2($a, $b)
23 if ($a !== $b) {
24 var_dump("something went wrong: $a !== $b");
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c48 unsigned int b; in gdImageCreateFromXbm() local
138 sscanf(h, "%x", &b); in gdImageCreateFromXbm()
140 gdImageSetPixel(im, x++, y, (b & bit) ? 1 : 0); in gdImageCreateFromXbm()
176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
203 b = 1; in gdImageXbmCtx()
211 c |= b; in gdImageXbmCtx()
213 if ((b == 128) || (x == sx && y == sy)) { in gdImageXbmCtx()
214 b = 1; in gdImageXbmCtx()
226 b <<= 1; in gdImageXbmCtx()
/PHP-5.5/ext/oci8/tests/
H A Dfetch_object.phpt85 [%u|b%"caseSensitive"]=>
87 [%u|b%"SECONDCOL"]=>
89 [%u|b%"ANOTHERCOL"]=>
93 [%u|b%"caseSensitive"]=>
95 [%u|b%"SECONDCOL"]=>
97 [%u|b%"ANOTHERCOL"]=>
101 [%u|b%"caseSensitive"]=>
103 [%u|b%"SECONDCOL"]=>
105 [%u|b%"ANOTHERCOL"]=>
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) argument
114 Bytef b; in decrypt() local
117 b = in[i]; in decrypt()
123 b ^= tmp; in decrypt()
128 out[i] = b; in decrypt()
131 ctx->key[0] = CRC32(ctx->key[0], b); in decrypt()
133 b = ctx->key[1] >> 24; in decrypt()
134 ctx->key[2] = CRC32(ctx->key[2], b); in decrypt()
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation3.phpt26 '<?php $b = $b or 0X1E; ?>',
27 '<?php $c = $a xor $b; ?>',
28 '<?php $a = $b && 2; ?>',
29 '<?php $b = $b || 1; ?>'
162 string(2) "$b"
191 string(2) "$b"
333 string(2) "$b"
403 string(2) "$b"
480 string(2) "$b"
509 string(2) "$b"
/PHP-5.5/ext/mbstring/tests/
H A Dbug48645.phpt97 string(2) "0b"
103 string(2) "0b"
110 string(10) "262378403b"
111 string(10) "262378603b"
112 string(10) "262378473b"
113 string(10) "262378673b"
114 string(8) "2623783b"
126 string(2) "0b"
132 string(2) "0b"
143 string(8) "2623583b"
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt182 [%u|b%"client_info"]=>
190 [%u|b%"errno"]=>
192 [%u|b%"error"]=>
194 [%u|b%"error_list"]=>
196 [%u|b%"field_count"]=>
198 [%u|b%"host_info"]=>
200 [%u|b%"info"]=>
202 [%u|b%"insert_id"]=>
208 [%u|b%"stat"]=>
210 [%u|b%"sqlstate"]=>
[all …]
/PHP-5.5/tests/lang/
H A Dfunc_get_arg.002.phpt8 $b = func_get_arg(1);
9 var_dump($b);
10 $b++;
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_assoc.phpt5 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red", "");
19 [b] => brown
28 [b] => brown
42 [b] => brown
H A Dbug31213.phpt7 $b = 1;
11 '_b' => &$b
14 var_dump($a, $b);
26 var_dump($a, $b, $_a, $_b, $arr);
/PHP-5.5/ext/phar/tests/tar/files/
H A Dfrontcontroller4.phar.inc10 static $b = array(b"/hi" => false);
11 if (isset($b[$a])) return $b[$a];
/PHP-5.5/ext/standard/tests/serialize/
H A D004.phpt12 $b = unserialize($str);
14 var_dump($b);
18 $b = unserialize($str);
20 var_dump($b);
H A Dbug21957.phpt7 public $a, $b;
12 $this->b = 2;
17 $this->b = 0;
39 ["b"]=>
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller4.phar.inc10 static $b = array(b"/hi" => false);
11 if (isset($b[$a])) return $b[$a];
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_with_nonscalar_keys.phpt8 yield (object) ['a' => 'b'] => (object) ['b' => 'a'];
39 string(1) "b"
42 ["b"]=>
/PHP-5.5/Zend/tests/
H A Dnowdoc_005.phpt9 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
14 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
22 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
23 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
H A Dnowdoc_006.phpt9 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
H A Dnowdoc_007.phpt9 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.

Completed in 28 milliseconds

1...<<11121314151617181920>>...96