Home
last modified time | relevance | path

Searched refs:b (Results 1726 – 1750 of 2782) sorted by relevance

1...<<61626364656667686970>>...112

/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt42 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS b, 3 AS c, 4 AS C")) {
218 func_mysqli_fetch_array($mysqli, $engine, "BINARY(1) NOT NULL", "b", "b", 650);
223 func_mysqli_fetch_array($mysqli, $engine, "VARBINARY(1) NOT NULL", "b", "b", 690);
228 func_mysqli_fetch_array($mysqli, $engine, "TINYBLOB NOT NULL", "b", "b", 730);
255 func_mysqli_fetch_array($mysqli, $engine, "ENUM('a', 'b')", "a", "a", 920);
256 func_mysqli_fetch_array($mysqli, $engine, "ENUM('a', 'b')", NULL, NULL, 930);
258 func_mysqli_fetch_array($mysqli, $engine, "SET('a', 'b')", "a", "a", 940);
259 func_mysqli_fetch_array($mysqli, $engine, "SET('a', 'b')", NULL, NULL, 950);
292 string(1) "b"
/php-src/ext/standard/tests/file/
H A Dreadfile_basic-win32.phpt63 -- File opened with mode: w+b --
81 -- File opened with mode: a+b --
99 -- File opened with mode: x+b --
119 -- File opened with mode: w+b --
137 -- File opened with mode: a+b --
155 -- File opened with mode: x+b --
175 -- File opened with mode: w+b --
193 -- File opened with mode: a+b --
211 -- File opened with mode: x+b --
231 -- File opened with mode: w+b --
[all …]
H A Dreadfile_basic.phpt63 -- File opened with mode: w+b --
81 -- File opened with mode: a+b --
99 -- File opened with mode: x+b --
119 -- File opened with mode: w+b --
137 -- File opened with mode: a+b --
155 -- File opened with mode: x+b --
175 -- File opened with mode: w+b --
193 -- File opened with mode: a+b --
211 -- File opened with mode: x+b --
231 -- File opened with mode: w+b --
[all …]
H A Dfwrite_variation2-win32.phpt2 Test fwrite() function : usage variations - r+, r+b & r+t modes
17 Test fwrite with file opened in mode : r+,r+b,r+t
21 $file_modes = array("r+", "r+b", "r+t");
102 -- Opening file in r+b --
155 -- Opening file in r+b --
208 -- Opening file in r+b --
261 -- Opening file in r+b --
H A Dfwrite_variation2.phpt2 Test fwrite() function : usage variations - r+, r+b & r+t modes
17 Test fwrite with file opened in mode : r+,r+b,r+t
21 $file_modes = array("r+", "r+b", "r+t");
101 -- Opening file in r+b --
154 -- Opening file in r+b --
207 -- Opening file in r+b --
260 -- Opening file in r+b --
/php-src/ext/standard/tests/array/
H A Darray_map_variation8.phpt16 function callback_cat($a, $b)
18 return ($a . $b);
H A Dnatcasesort_variation9.phpt19 -4, "4", 4.00, "b", "5", -2, -2.0, -2.98989, "-.9", "True", "",
100 string(1) "b"
H A Dsort_variation11.phpt17 -4, "4", 4.00, "b", "5", -2, -2.0, -2.98989, "-.9", "True", "",
76 string(1) "b"
151 string(1) "b"
/php-src/ext/pcre/tests/
H A Dsplit.phpt61 string(1) "b"
77 string(1) "b"
/php-src/ext/xmlwriter/tests/
H A DOO_007.phpt16 $xw->text('a&b');
32 …<ns1:child1 ns1:att1="a&amp;b" att2="double&quot; single'" ns1:att2="&lt;&gt;&quot;'&amp;" xmlns:n…
/php-src/ext/gmp/tests/
H A Dgmp_setbit.phpt38 $b = "";
40 gmp_setbit($b, 23);
/php-src/Zend/tests/
H A Dbug30828.phpt45 $b = new B();
46 $b->foo();
H A Dgh13142.phpt17 compact("a\0b");
35 Warning: compact(): Undefined variable $a%0b in %s on line %d
/php-src/ext/standard/tests/filters/
H A Dchunked_001.phpt16 "data://text/plain,2;a=1\nte\n2;a=2;b=3\r\nst\n0\n",
17 "data://text/plain,2\nte\n2\nst\n0\na=b\r\nc=d\n\r\n",
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt6 $string = '<p>foo <b>bar</b> <a href="#">foobar</a></p>';
/php-src/ext/standard/tests/serialize/
H A Dunserialize_extra_data_003.phpt21 $f->foo = ['a', 'b', 'c'];
38 string(1) "b"
/php-src/ext/reflection/tests/
H A Dbug46064_2.phpt26 private $b = 2;
63 string(1) "b"
/php-src/ext/gd/libgd/
H A Dgd.h513 int gdImageColorAllocate(gdImagePtr im, int r, int g, int b);
517 int gdImageColorClosest(gdImagePtr im, int r, int g, int b);
522 int gdImageColorClosestAlpha(gdImagePtr im, int r, int g, int b, int a);
524 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
526 int gdImageColorExact(gdImagePtr im, int r, int g, int b);
528 int gdImageColorExactAlpha(gdImagePtr im, int r, int g, int b, int a);
530 int gdImageColorResolve(gdImagePtr im, int r, int g, int b);
537 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
539 (b))
545 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
[all …]
/php-src/ext/dom/lexbor/patches/
H A D0006-Patch-out-unused-CSS-style-code.patch14 diff --git a/source/lexbor/css/rule.h b/source/lexbor/css/rule.h
17 +++ b/source/lexbor/css/rule.h
34 diff --git a/source/lexbor/html/interfaces/document.c b/source/lexbor/html/interfaces/document.c
37 +++ b/source/lexbor/html/interfaces/document.c
215 diff --git a/source/lexbor/html/interfaces/document.h b/source/lexbor/html/interfaces/document.h
218 +++ b/source/lexbor/html/interfaces/document.h
235 diff --git a/source/lexbor/html/interfaces/element.c b/source/lexbor/html/interfaces/element.c
238 +++ b/source/lexbor/html/interfaces/element.c
404 diff --git a/source/lexbor/html/interfaces/style_element.c b/source/lexbor/html/interfaces/style_el…
407 +++ b/source/lexbor/html/interfaces/style_element.c
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt158 func_mysqli_fetch_all($link, $engine, "BINARY(1) NOT NULL", "b", "b", 650);
163 func_mysqli_fetch_all($link, $engine, "VARBINARY(1) NOT NULL", "b", "b", 690);
168 func_mysqli_fetch_all($link, $engine, "TINYBLOB NOT NULL", "b", "b", 730);
195 func_mysqli_fetch_all($link, $engine, "ENUM('a', 'b')", "a", "a", 920);
196 func_mysqli_fetch_all($link, $engine, "ENUM('a', 'b')", NULL, NULL, 930);
198 func_mysqli_fetch_all($link, $engine, "SET('a', 'b')", "a", "a", 940);
199 func_mysqli_fetch_all($link, $engine, "SET('a', 'b')", NULL, NULL, 950);
/php-src/ext/dom/tests/
H A Dbug47530.phpt94 …t"><a xmlns:foo="http://php.net/bar"/><b xmlns:foo="http://php.net/foo"><default:test foo:bar=""/>…
97 $b = $a->nextSibling;
98 $b->remove();
99 $a->appendChild($b);
152 …lt"><a xmlns:foo="http://php.net/bar"><b xmlns:foo="http://php.net/foo"><default:test foo:bar=""/>…
/php-src/ext/dom/tests/modern/spec/
H A Dbug47530.phpt88 …t"><a xmlns:foo="http://php.net/bar"/><b xmlns:foo="http://php.net/foo"><default:test foo:bar=""/>…
91 $b = $a->nextSibling;
92 $b->remove();
93 $a->appendChild($b);
146 …lt"><a xmlns:foo="http://php.net/bar"><b xmlns:foo="http://php.net/foo"><default:test foo:bar=""/>…
/php-src/ext/spl/tests/
H A DSplFileinfo_debugInfo_basic.phpt7 var_dump(new \SplFileInfo('path/to/b'));
29 string(9) "path/to/b"
31 string(1) "b"
/php-src/ext/intl/tests/
H A Dlocale_get_script.phpt61 'en-a-myExt-b-another',
65 'ar-a-aaa-b-bbb-a-ccc'
118 en-a-myExt-b-another: script=''
121 ar-a-aaa-b-bbb-a-ccc: script=''
H A Dlocale_get_region.phpt62 'en-a-myExt-b-another',
66 'ar-a-aaa-b-bbb-a-ccc'
120 en-a-myExt-b-another: region='%r(A)?%r'
123 ar-a-aaa-b-bbb-a-ccc: region='%r(A)?%r'

Completed in 48 milliseconds

1...<<61626364656667686970>>...112