Home
last modified time | relevance | path

Searched refs:b (Results 426 – 450 of 2616) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt80 -- file opened in r+b --
101 -- file opened in a+b --
122 -- file opened in w+b --
143 -- file opened in x+b --
164 -- file opened in r+b --
185 -- file opened in a+b --
206 -- file opened in w+b --
227 -- file opened in x+b --
248 -- file opened in r+b --
269 -- file opened in a+b --
[all …]
H A Dfputcsv_variation11.phpt80 -- file opened in r+b --
101 -- file opened in a+b --
122 -- file opened in w+b --
143 -- file opened in x+b --
164 -- file opened in r+b --
185 -- file opened in a+b --
206 -- file opened in w+b --
227 -- file opened in x+b --
248 -- file opened in r+b --
269 -- file opened in a+b --
[all …]
H A Dfputcsv_variation12.phpt81 -- file opened in r+b --
102 -- file opened in a+b --
123 -- file opened in w+b --
144 -- file opened in x+b --
165 -- file opened in r+b --
186 -- file opened in a+b --
207 -- file opened in w+b --
228 -- file opened in x+b --
249 -- file opened in r+b --
270 -- file opened in a+b --
[all …]
H A Dfputcsv_variation5.phpt80 -- file opened in r+b --
101 -- file opened in a+b --
122 -- file opened in w+b --
143 -- file opened in x+b --
164 -- file opened in r+b --
185 -- file opened in a+b --
206 -- file opened in w+b --
227 -- file opened in x+b --
248 -- file opened in r+b --
269 -- file opened in a+b --
[all …]
H A Dfputcsv_variation6.phpt83 -- file opened in r+b --
104 -- file opened in a+b --
125 -- file opened in w+b --
146 -- file opened in x+b --
167 -- file opened in r+b --
188 -- file opened in a+b --
209 -- file opened in w+b --
230 -- file opened in x+b --
251 -- file opened in r+b --
272 -- file opened in a+b --
[all …]
/php-src/Zend/tests/
H A Dpow_ref.phpt7 $b = 3;
9 $ref =& $b;
11 $a **= $b;
H A Dbug72101.phpt36 public function bar(&$a, &$b, $c) {
37 Legacy::bar($a, $b, $c);
39 public function callback(&$a, &$b, $c) {
40 $b = 1;
52 public function bar(&$a, &$b, $c) {
53 $arguments = array($a, $b, $c);
75 $a = $b = $c = 0;
76 $foo->bar($a, $b, $c);
H A Dns_060.phpt9 $b = new A;
11 echo get_class($b)."\n";
15 $b = new A;
17 echo get_class($b)."\n";
H A Dclosure_048.phpt18 echo replace_variables('a=?, b=?', array('0', '1')) . "\n";
19 echo replace_variables('a=?, b=?, c=?', array('0', '1', '2')) . "\n";
24 a=0, b=1
25 a=0, b=1, c=2
/php-src/Zend/tests/match/
H A D047.phpt6 echo match (match ('b') { default => 'b' }) {
8 'b' => 200,
/php-src/ext/standard/tests/array/
H A Darray_udiff_assoc_basic.phpt13 static function comp_func_cr($a, $b) {
14 if ($a->priv_member === $b->priv_member) return 0;
15 return ($a->priv_member > $b->priv_member) ? 1 : -1;
19 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
20 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr"));
H A Darray_uintersect_basic.phpt13 static function comp_func_cr($a, $b) {
14 if ($a->priv_member === $b->priv_member) return 0;
15 return ($a->priv_member > $b->priv_member) ? 1 : -1;
19 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
20 $result = array_uintersect($a, $b, array("cr", "comp_func_cr"));
H A Darray_intersect_uassoc_basic.phpt9 function key_compare_func($a, $b) {
10 if ($a === $b) {
13 return ($a > $b) ? 1 : -1;
15 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Dbug79868.phpt6 var_dump(array_unique(['b', 'a', 'b'], SORT_REGULAR));
12 string(1) "b"
/php-src/ext/sqlite3/tests/
H A Dbug73068.phpt15 $db->exec("CREATE TABLE IF NOT EXISTS t1(a INT UNIQUE, b INT)");
16 $db->exec("INSERT OR REPLACE INTO t1(a,b) VALUES('1','2')");
18 $r = $db->query("SELECT * FROM t1 WHERE a='1' AND b='2'");
21 $db->exec("DELETE FROM t1 WHERE a='1' AND b='2'");
38 ["b"]=>
/php-src/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-src/ext/soap/tests/bugs/
H A Dbug30928.phpt11 private $b="b";
51 ["b"]=>
52 string(1) "b"
59 ["b":"foo":private]=>
60 string(1) "b"
/php-src/ext/standard/tests/strings/
H A Dprintf_basic4.phpt10 $format1 = "%b";
11 $format2 = "%b %b";
12 $format3 = "%b %b %b";
/php-src/ext/spl/tests/
H A Dgh10519.phpt54 $b = [
56 'b' => [2 => '',3 => '',4 => ''],
59 $example = A::init($b);
63 var_dump(json_encode($b));
68 string(56) "{"test":{"b":{"2":"","3":"","4":"","5":"must be here"}}}"
69 string(37) "{"test":{"b":{"2":"","3":"","4":""}}}"
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt42 $contaner->b = $contaner->a;
60 $contaner->b = &$contaner->a;
70 $ucontainer->b = "container->a.changed";
159 ["b"]=>
168 ["b"]=>
178 ["b"]=>
187 ["b"]=>
200 ["b"]=>
209 ["b"]=>
219 ["b"]=>
[all …]
/php-src/ext/reflection/tests/
H A DReflectionFunction_getClosureCalledClass.phpt14 public static function b() {
15 echo static::class.'::b', "\n";
32 $c = ['B', 'b'];
56 $c = ['A', 'b'];
62 $b = new B();
63 $d = $b->makeClosure();
81 B::b
101 A::b
/php-src/ext/dom/tests/modern/spec/
H A Dimport_of_namepace_conflicting_attributes.phpt13 $root->setAttributeNS("urn:b", "a:root2", "bar");
14 $root2 = $root->getAttributeNodeNS("urn:b", "root2");
34 var_dump($imported->getAttributeNodeNS("urn:b", "root2")->prefix);
35 var_dump($imported->getAttributeNodeNS("urn:b", "root2")->namespaceURI);
42 <root xmlns:a="urn:a" a:root1="bar" xmlns:ns1="urn:b" ns1:root2="bar"><child xmlns:a="urn:x" a:chil…
46 string(5) "urn:b"
47 <root xmlns:a="urn:a" a:root1="bar" xmlns:ns1="urn:b" ns1:root2="bar" xmlns:ns2="urn:x" ns2:child1=…
51 string(5) "urn:b"
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_oplog_001.phpt24 ["A::b"]=>
40 public function b($c = 1) {
54 $a->b();
55 $a->b('ha');
/php-src/ext/opcache/tests/jit/
H A Dtrampoline_001.phpt24 $b = new B;
26 $a = [$b, $b, $b, $c, $c, $c];
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
172 int *b; in dasm_put() local
181 b = sec->rbuf; in dasm_put()
182 b[pos++] = start; in dasm_put()
193 b[pos++] = n; in dasm_put()
234 b[pos] = -n; in dasm_put()
338 b[pos+1] = shrink; in dasm_link()
405 int *b = sec->buf; in dasm_encode() local
421 b++; in dasm_encode()
431 n = *b++; in dasm_encode()
[all …]

Completed in 36 milliseconds

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