Home
last modified time | relevance | path

Searched refs:b (Results 251 – 275 of 2264) sorted by relevance

1...<<11121314151617181920>>...91

/PHP-7.4/tests/lang/
H A DreturnByReference.004.phpt20 unset($a, $b);
22 $b = &C::returnConstantByValue();
24 var_dump($a, $b);
27 unset($a, $b);
29 $b = &C::returnConstantByRef();
31 var_dump($a, $b);
34 unset($a, $b);
36 $b = &C::returnVariableByRef();
38 var_dump($a, $b);
H A DreturnByReference.005.phpt21 unset($a, $b);
23 $b = &$c->returnConstantByValue();
25 var_dump($a, $b);
28 unset($a, $b);
30 $b = &$c->returnConstantByRef();
32 var_dump($a, $b);
35 unset($a, $b);
37 $b = &$c->returnVariableByRef();
39 var_dump($a, $b);
H A DforeachLoopObjects.006.phpt8 public $b = "Original b";
18 $obj2->b = "new b";
27 if ($v==$obj->b) {
44 if ($v==="Original b") {
75 string(10) "Original b"
82 ["b"]=>
83 string(5) "new b"
96 string(10) "Original b"
131 ["b"]=>
132 string(10) "Original b"
/PHP-7.4/ext/phar/tests/
H A D029.phpt17 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; include "'.$pname.'/b/c.php"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; include "'.$pname.'/b/d.php"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>';
H A Dopen_for_write_existing.phpt16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 $fp = fopen($pname . '/b/c.php', 'wb');
23 include $pname . '/b/c.php';
H A D027.phpt16 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
17 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
18 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
19 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
66 string(2) "/b"
68 string(%d) "phar://*/027.phar.php/b"
69 string(8) "/b/c.php"
71 string(8) "/b/d.php"
73 string(6) "/b.php"
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_oo_compressallbz2.phpt17 $phar['b'] = 'b';
22 var_dump(file_get_contents($pname . '/b'));
23 var_dump($phar['b']->isCompressed());
31 var_dump(file_get_contents($pname . '/b'));
32 var_dump($phar['b']->isCompressed(Phar::GZ));
33 var_dump($phar['b']->isCompressed(Phar::BZ2));
36 var_dump($phar['b']->isCompressed(Phar::BZ2));
54 string(1) "b"
61 string(1) "b"
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt33 $this->b = "string";
47 $this->b = $x;
94 ["b"]=>
144 ["b"]=>
163 ["b"]=>
178 After Serialization => string(100) "O:1:"D":8:{s:1:"a";b:1;s:1:"b";b:1;s:1:"c";b:0;s:1:"d";b:0;s:1:…
182 ["b"]=>
201 ["b"]=>
221 ["b"]=>
274 ["b"]=>
[all …]
/PHP-7.4/ext/spl/tests/
H A Darray_022.phpt18 $b = clone $a;
19 $b['baz'] = 'Foo';
22 var_dump($b);
39 $b = clone $a;
40 $b['baz'] = 'Foo';
43 var_dump($b);
/PHP-7.4/ext/standard/tests/strings/
H A Dstrnatcasecmp_variation1.phpt22 class b
31 $b = new b();
33 function str_dump($a, $b) {
34 var_dump(strnatcasecmp($a, $b));
44 str_dump($a, $b);
H A Dvprintf_basic4.phpt14 $format1 = "%b";
15 $format2 = "%b %b";
16 $format3 = "%b %b %b";
/PHP-7.4/sapi/cgi/tests/
H A D004.phpt43 <b>Fatal error</b>: Uncaught Error: Cannot access private property test::$pri in %s004.test.php:8
46 thrown in <b>%s004.test.php</b> on line <b>8</b><br />
/PHP-7.4/ext/ffi/tests/
H A D031.phpt20 test_size( 4, "struct {int a:2; int b:2;}");
21 test_size( 1, "struct __attribute__((packed)) {int a:2; int b:2;}");
22 test_size( 8, "struct {int a:2; unsigned long long :60; int b:2;}");
23 test_size( 9, "struct __attribute__((packed)) {int a:2; unsigned long long :64; int b:2;}");
24 test_size( 4, "union {int a:2; int b:8;}");
25 test_size( 1, "union __attribute__((packed)) {int a:2; int b:8;}");
/PHP-7.4/tests/classes/
H A Dclone_004.phpt13 public $b = 'test';
26 $o1->b = array(3,4);
35 $o2->b = 6;
43 ["b"]=>
60 ["b"]=>
77 ["b"]=>
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_cfg_var_array.phpt5 ary[b] = 2
7 ary2[2] = b
19 ["b"]=>
26 string(1) "b"
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg3.phpt14 $a = -1; $b = -1; $c = -1;
15 mbereg($a, $b, $c);
16 var_dump($a, $b, $c);
18 mberegi($a, $b, $c);
19 var_dump($a, $b, $c);
21 mbereg_search_init($a, $b, $c);
22 var_dump($a, $b, $c);
/PHP-7.4/Zend/tests/
H A Dmodify_isref_value_return.phpt7 public $b;
13 $a->b =& $arr;
15 (new ReflectionProperty('A', 'b'))->getValue($a)[] = 42;
22 ["b"]=>
H A Dbug73987_2.phpt7 abstract function example($a, $b, $c);
11 function example($a, $b = null, $c = null) { }
15 function example($a, $b, $c = null) { }
20 Fatal error: Declaration of C::example($a, $b, $c = NULL) must be compatible with B::example($a, $b
H A Dlist_001.phpt6 list($a, list($b)) = array(new stdclass, array(new stdclass));
7 var_dump($a, $b);
8 [$a, [$b]] = array(new stdclass, array(new stdclass));
9 var_dump($a, $b);
H A D027.phpt6 $a = 'b';
7 $b = 'c';
12 $a = 'b';
13 $b = 'c';
/PHP-7.4/main/
H A Dmergesort.c147 b = f1, t = l1; in php_mergesort()
151 b = f2, t = l2; in php_mergesort()
155 while ((b += size) < t && cmp(q, b) >sense) in php_mergesort()
167 b = p; in php_mergesort()
175 b = p; in php_mergesort()
176 while (t > b+size) { in php_mergesort()
181 b = p; in php_mergesort()
189 b = p; in php_mergesort()
190 COPY: b = t; in php_mergesort()
238 #define swap(a, b) { \ argument
[all …]
/PHP-7.4/Zend/tests/varSyntax/
H A DconstClassMemberAccess.phpt7 const A = ['a' => ['b' => 'c']];
12 var_dump(A::A['a']['b']);
19 ["b"]=>
24 ["b"]=>
/PHP-7.4/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-7.4/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);
/PHP-7.4/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) {

Completed in 38 milliseconds

1...<<11121314151617181920>>...91