Home
last modified time | relevance | path

Searched refs:b (Results 326 – 350 of 2383) sorted by relevance

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

/PHP-5.5/tests/lang/
H A DforeachLoopObjects.005.phpt8 public $b = "Original b";
32 if ($v==$obj->b) {
49 string(10) "Original b"
55 ["b"]=>
56 string(10) "Original b"
65 string(10) "Original b"
70 ["b"]=>
71 string(10) "Original b"
H A DpassByReference_010.phpt18 f($b = $a);
22 unset($a, $b);
24 f($b =& $a);
28 unset($a, $b);
29 $b = "b.original";
31 f($b .= $a);
60 string(20) "b.originala.original"
H A DpassByReference_006.phpt37 refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
42 C::refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
52 $c->refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
77 ["b"]=>
84 ["b"]=>
113 ["b"]=>
120 ["b"]=>
148 ["b"]=>
155 ["b"]=>
182 ["b"]=>
[all …]
H A Dengine_assignExecutionOrder_006.phpt37 $b = array(array(1));
40 $a[i1()][i2()] = ($b[i3()][i4()] = $c[i5()][i6()]);
42 var_dump($b);
45 $a[i1()][i2()] = $b[i3()][i4()] = -$c[i5()][i6()];
47 var_dump($b);
50 $a[i1()][i2()] = -($b[i3()][i4()] = +($c[i5()][i6()]));
52 var_dump($b);
/PHP-5.5/ext/oci8/tests/
H A Dextauth_03.phpt145 [%u|b%"code"]=>
147 [%u|b%"message"]=>
149 [%u|b%"offset"]=>
151 [%u|b%"sqltext"]=>
159 [%u|b%"code"]=>
161 [%u|b%"message"]=>
163 [%u|b%"offset"]=>
173 [%u|b%"code"]=>
177 [%u|b%"offset"]=>
187 [%u|b%"code"]=>
[all …]
H A Dextauth_01.phpt146 [%u|b%"code"]=>
148 [%u|b%"message"]=>
150 [%u|b%"offset"]=>
152 [%u|b%"sqltext"]=>
160 [%u|b%"code"]=>
162 [%u|b%"message"]=>
164 [%u|b%"offset"]=>
174 [%u|b%"code"]=>
178 [%u|b%"offset"]=>
188 [%u|b%"code"]=>
[all …]
H A Dextauth_02.phpt145 [%u|b%"code"]=>
147 [%u|b%"message"]=>
149 [%u|b%"offset"]=>
151 [%u|b%"sqltext"]=>
159 [%u|b%"code"]=>
161 [%u|b%"message"]=>
163 [%u|b%"offset"]=>
173 [%u|b%"code"]=>
177 [%u|b%"offset"]=>
187 [%u|b%"code"]=>
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput47 /a.b/8
11 0: a\x{7f}b
12 a\x{100}b
13 0: a\x{100}b
19 /a(.{3})b/8
43 a\x{100}b
52 2: b
58 2: b
70 2: b
82 2: b
[all …]
/PHP-5.5/Zend/tests/
H A Darray_append_COW.phpt6 $b=1;
7 $c=&$b;
8 $a[]=$b;
9 $b=2;
H A Darray_unshift_COW.phpt6 $b=1;
7 $c=&$b;
8 array_unshift ($a,$b);
9 $b=2;
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_existing_c.phpt19 $files['b.php'] = '<?php echo "This is b\n"; ?>';
20 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 $fp = fopen($pname . '/b/c.php', 'wb');
26 include $pname . '/b/c.php';
33 Warning: fopen(phar://%sopen_for_write_existing_c.phar.php/b/c.php): failed to open stream: phar er…
38 This is b/c
H A Dopen_for_write_existing_c_5_2.phpt17 $files['b.php'] = '<?php echo "This is b\n"; ?>';
18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
21 $fp = fopen($pname . '/b/c.php', 'wb');
24 include $pname . '/b/c.php';
31 Warning: fopen(phar://%sopen_for_write_existing_c_5_2.phar.php/b/c.php): failed to open stream: pha…
36 This is b/c
H A D027.phpt17 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
67 string(2) "/b"
69 string(%d) "phar://*/027.phar.php/b"
70 string(8) "/b/c.php"
72 string(8) "/b/d.php"
74 string(6) "/b.php"
H A Dpharfileinfo_chmod.phpt14 $phar['a/b'] = 'hi there';
16 $b = $phar['a/b'];
22 $b->chmod(array());
23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
24 $b->chmod(0666);
/PHP-5.5/ext/ereg/tests/
H A D007.phpt6 $b=ereg_replace("abcd","",$a);
7 echo "strlen(\$b)=".strlen($b);
11 strlen($b)=0
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_assoc_variation8.phpt21 $array_index = array('a', 'b', 'c', 0 => 'd', 'b'); //duplicate key (0), duplicate value (b)
23 '1' => 'b',
25 'b' => '3', //key and value from array_index swapped
39 string(1) "b"
44 ["b"]=>
H A Darray_map_variation6.phpt25 array('a', 'b'),
26 array(1, 2, 'a', 'b'),
27 array(1 => 'a', 'b' => 2)
51 string(1) "b"
62 string(1) "b"
68 ["b"]=>
/PHP-5.5/ext/phar/tests/tar/files/
H A Dfrontcontroller3.phar.inc10 static $b = array(b"/hi" => b"a.phps");
11 if (isset($b[$a])) return $b[$a];
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller3.phar.inc10 static $b = array(b"/hi" => b"a.phps");
11 if (isset($b[$a])) return $b[$a];
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller3.phar.inc10 static $b = array(b"/hi" => b"a.phps");
11 if (isset($b[$a])) return $b[$a];
/PHP-5.5/ext/simplexml/tests/
H A Dbug62639.phpt17 <b>
21 </b>
27 foreach ($a1->b->c->children() as $key => $value) {
34 <b>
36 </b>
42 foreach ($a2->b->c->children() as $key => $value) {
/PHP-5.5/ext/session/tests/
H A Drfc1867_sid_invalid.phpt62 [%u|b%"file1"]=>
64 [%u|b%"name"]=>
66 [%u|b%"type"]=>
68 [%u|b%"tmp_name"]=>
70 [%u|b%"error"]=>
72 [%u|b%"size"]=>
75 [%u|b%"file2"]=>
77 [%u|b%"name"]=>
79 [%u|b%"type"]=>
83 [%u|b%"error"]=>
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt7 protected static $protectedStatic = 'b';
73 $b = new B;
79 var_dump($protected->getValue($b));
95 var_dump($private->getValue($b));
106 var_dump($protected->getValue($b));
108 var_dump($private->getValue($b));
110 $protected->setValue($b, 'e');
112 $private->setValue($b, 'g');
114 var_dump($protected->getValue($b));
116 var_dump($private->getValue($b));
[all …]
/PHP-5.5/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt12 $x= $db->prepare('select :a, :b, ?');
14 $x->bindValue(':b', 'foo');
20 SQL: [16] select :a, :b, ?
27 Key: Name: [2] :b
29 name=[2] ":b"
/PHP-5.5/ext/standard/tests/filters/
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
9 stream_filter_append($b, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE);
10 fwrite($b, $foo);
11 rewind($b);
12 fpassthru($b);

Completed in 44 milliseconds

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