Home
last modified time | relevance | path

Searched refs:b (Results 51 – 75 of 2264) sorted by relevance

12345678910>>...91

/PHP-7.4/ext/phar/tests/zip/
H A Ddelete_in_phar.phpt16 $phar['b.php'] = '<?php echo "This is b\n"; ?>';
17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
22 include $alias . '/b.php';
23 include $alias . '/b/c.php';
24 unlink($alias . '/b/c.php');
29 include $alias . '/b.php';
30 include $alias . '/b/c.php';
38 This is b
39 This is b/c
42 This is b
[all …]
H A Ddelete_in_phar_b.phpt16 $phar['b.php'] = '<?php echo "This is b\n"; ?>';
17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 include $alias . '/b.php';
24 include $alias . '/b/c.php';
25 unlink($alias . '/b/c.php');
30 include $alias . '/b.php';
31 include $alias . '/b/c.php';
39 This is b
40 This is b/c
45 This is b
[all …]
H A Drefcount1.phpt21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
29 $fp = fopen($alias . '/b/c.php', 'wb');
33 $b = fopen($alias . '/b/c.php', 'rb');
34 $a = $phar['b/c.php'];
36 var_dump(fread($b, 20));
37 rewind($b);
39 unlink($alias . '/b/c.php');
41 var_dump(fread($b, 20));
42 include $alias . '/b/c.php';
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities21.phpt71 00000: 262378464646443b 262378464646443b
72 00001: 262378464646443b 262378464646443b
75 0000B: 262378464646443b 262378464646443b
76 0000C: 262378464646443b 262378464646443b
78 0000E: 262378464646443b 262378464646443b
79 0001F: 262378464646443b 262378464646443b
87 00000: 262378464646443b 262378464646443b
88 00001: 262378464646443b 262378464646443b
91 0000B: 262378464646443b 262378464646443b
92 0000C: 262378464646443b 262378464646443b
[all …]
H A Daddcslashes_001.phpt22 "\b",
40 string(36) "goodyear12345NULL�truefalse\a \b
44 string(37) "goodyear1\2345NULL�truefalse\a \b
52 string(39) "goodye\ar12345NULL�truef\alse\\a \b
60 string(37) "goodyear12345NULL�truefalse\a \b\n
63 string(37) "goodyear12345NULL�truefalse\a \b
66 string(37) "goodyear12345NULL�truefalse\a \b
70 string(41) "goodye\ar12345NULL�truef\alse\\\a \\b
74 string(37) "goodyear12345NULL�truefalse\a\v \b
78 string(39) "goodyear12345NULL�truefalse\\a \\\b
[all …]
/PHP-7.4/ext/phar/tests/
H A Ddelete_in_phar_b.phpt16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
21 include $pname . '/b.php';
22 include $pname . '/b/c.php';
23 unlink($pname . '/b/c.php');
28 include $pname . '/b.php';
29 include $pname . '/b/c.php';
37 This is b
38 This is b/c
43 This is b
[all …]
H A Dphar_oo_005.phpt41 string(16) "phar://*/b/c.php"
42 string(16) "phar://*/b/c.php"
43 string(1) "b"
44 string(7) "b/c.php"
45 string(1) "b"
48 string(1) "b"
49 string(7) "b/d.php"
50 string(1) "b"
51 string(14) "phar://*/b.php"
52 string(14) "phar://*/b.php"
[all …]
H A D026.phpt14 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
17 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
30 This is b
31 This is b/c
32 This is b/d
H A Drefcount1.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');
25 $b = fopen($pname . '/b/c.php', 'rb');
26 $a = $p['b/c.php'];
28 var_dump(fread($b, 20));
29 rewind($b);
31 unlink($pname . '/b/c.php');
33 var_dump(fread($b, 20));
34 include $pname . '/b/c.php';
[all …]
H A Ddelete_in_phar_confirm.phpt16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
22 include $pname . '/b.php';
23 include $pname . '/b/c.php';
25 unlink($pname . '/b/c.php');
33 include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/b.php';
34 include 'phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php';
42 This is b
43 This is b/c
46 This is b
[all …]
/PHP-7.4/ext/phar/tests/tar/
H A Ddelete_in_phar_b.phpt16 $phar['b.php'] = '<?php echo "This is b\n"; ?>';
17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 include $alias . '/b.php';
24 include $alias . '/b/c.php';
25 unlink($alias . '/b/c.php');
31 include $alias . '/b.php';
32 include $alias . '/b/c.php';
40 This is b
41 This is b/c
46 This is b
[all …]
/PHP-7.4/ext/filter/tests/
H A D004.phpt10 a=O'Henry&b=&c=<b>Bold</b>
13 echo $_GET['b'];
19 echo $_REQUEST['b'];
25 O&#39;Henry&#60;b&#62;Bold&#60;/b&#62;&#34;quotes&#34;\slash
26 O&#39;Henry&#60;b&#62;Bold&#60;/b&#62;&#34;quotes&#34;\slash
/PHP-7.4/ext/spl/tests/
H A Dbug71028.phpt12 $b = "-1";
13 cast($b);
15 var_dump(isset($a[$b]));
16 $a[$b] = "okey";
17 var_dump($a[$b]);
18 unset($a[$b]);
19 var_dump(isset($a[$b]));
/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-complex-test3.phpt7 ${' a'} = ' b';
8 ${' b'} = 'c';
9 ${"b\n b"} = 'b';
14 b
26 b
H A D023.phpt7 $b = 'a';
8 print $$b('test');
30 $b = 'a';
31 var_dump($$b()->$$b()->$b());
35 $b = 'a';
36 $c = 'b';
H A Dforeach_list_001.phpt6 foreach(array(array(1,2), array(3,4)) as list($a, $b)) {
7 var_dump($a . $b);
11 array('a', 'b'),
15 foreach ($array as list($a, $b)) {
16 var_dump($a . $b);
25 foreach ($multi as list(list($a, $b), list($c, $d))) {
26 var_dump($a . $b . $c . $d);
29 foreach ($multi as $key => list(list($a, $b), list($c, $d))) {
30 var_dump($key . $a . $b . $c . $d);
/PHP-7.4/ext/hash/
H A Dhash_sha.c180 (b) = ROTATE_LEFT((b), 30); \
185 (b) = ROTATE_LEFT((b), 30); \
190 (b) = ROTATE_LEFT((b), 30); \
195 (b) = ROTATE_LEFT((b), 30); \
314 state[1] += b; in SHA1Transform()
429 #define ROTR32(b,x) ((x >> b) | (x << (32 - b))) argument
430 #define ROTR64(b,x) ((x >> b) | (x << (64 - b))) argument
431 #define SHR(b, x) (x >> b) argument
499 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform()
503 state[1] += b; in SHA256Transform()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug41686.phpt6 $b = array('a'=>1,'b'=>1,'c'=>2);
12 array_slice($b, 1),
13 array_slice($b, 1, 2, TRUE),
14 array_slice($b, 1, NULL, TRUE)
39 ["b"]=>
45 ["b"]=>
51 ["b"]=>
H A Dbug20381.phpt10 'b' => 'b'
13 $b = array( 'a1' => 2,
22 array_merge_recursive( $a, $b );
49 ["b"]=>
50 string(1) "b"
76 ["b"]=>
77 string(1) "b"
/PHP-7.4/ext/standard/tests/serialize/
H A Dtyped_property_refs.phpt8 public $b;
13 public int $b;
18 public string $b;
23 public float $b;
26 var_dump(unserialize('O:1:"A":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
27 var_dump(unserialize('O:1:"B":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
30 var_dump(unserialize('O:1:"A":2:{s:1:"a";N;s:1:"b";R:2;}'));
60 ["b"]=>
66 ["b"]=>
70 Typed property B::$b must be int, null used
[all …]
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_object_vars_variation_005.phpt14 $ao["\0A\0b"] = 42;
15 $ao["\0*\0b"] = 24;
21 $ao["\0A\0b"] = 42;
22 $ao["\0*\0b"] = 24;
29 ["�A�b"]=>
31 ["�*�b"]=>
39 ["�A�b"]=>
41 ["�*�b"]=>
/PHP-7.4/tests/lang/
H A Dthis_assignment.phpt10 global $a,$b;
13 $b->me();
14 $b = new second();
17 $b->me();
24 global $a,$b;
27 $b->me();
33 $b = &$a;
36 $b->who();
/PHP-7.4/ext/gmp/tests/
H A Doverloading.phpt9 $b = gmp_init(17);
11 var_dump($a + $b);
13 var_dump(42 + $b);
15 var_dump($a - $b);
17 var_dump(42 - $b);
19 var_dump($a * $b);
21 var_dump(42 * $b);
23 var_dump($a / $b);
25 var_dump(42 / $b);
28 var_dump($a % $b);
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dbug77434.phpt13 $a = ['a' => 0, 'b' => $x];
14 $b = [];
15 $b[0] = $a;
16 $c = $b[0];
20 $a = ['a' => 0, 'b' => $x];
21 $b = [$a];
22 $c = $b[0];
/PHP-7.4/sapi/phpdbg/tests/
H A Dwatch_004.phpt15 b 3
26 >00003: $b = "a";
27 00004: $a = $b.$b;
28 00005: $a[1] = "b";
33 >00005: $a[1] = "b";
45 $b = "a";
46 $a = $b.$b;
47 $a[1] = "b";

Completed in 41 milliseconds

12345678910>>...91