Home
last modified time | relevance | path

Searched refs:b (Results 176 – 200 of 2264) sorted by relevance

12345678910>>...91

/PHP-7.4/ext/standard/tests/array/
H A Dbug28974.phpt5 $a = $b = $c = array(0,1,2,3,4,5);
16 echo 'print_r(array_splice($b,2,2147483645));'."\n";
17 print_r(array_splice($b,2,2147483645));
18 echo "\$b is :";
19 print_r($b);
64 print_r(array_splice($b,2,2147483645));
72 $b is :Array
H A Dbug42838.phpt6 function key_compare_func($a, $b)
8 if ($a === $b) {
11 return ($a > $b)? 1:-1;
14 $array1 = array("a" => "green", "b" => "Brown", 'c' => 'blue', 0 => 'red');
15 $array2 = array("a" => "green", "b" => "Brown", 'c' => 'blue', 0 => 'red');
H A Darray_merge_recursive_variation8.phpt17 $arr1 = array(b"1", b"hello" => "hello", b"world", "str1" => b"hello", "str2" => "world");
20 $arr2 = array(b"str1" => b"binary", b"hello" => "binary", b"str2" => b"binary");
/PHP-7.4/tests/lang/
H A Dfunc_num_args.004.phpt28 $b = 'original.b';
29 refVal($b, $b);
30 var_dump($b);
42 string(10) "original.b"
43 string(10) "original.b"
H A DforeachLoopObjects.002.phpt8 public $b = "Original b";
63 public $b = "Overridden b";
183 ["b"]=>
208 ["b"]=>
229 ["b"]=>
258 ["b"]=>
283 ["b"]=>
304 ["b"]=>
333 ["b"]=>
350 ["b"]=>
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.h20 void buffer_new(struct buffer_st *b);
21 void buffer_add(struct buffer_st *b, char c);
22 void buffer_delete(struct buffer_st *b);
24 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length);
25 void base64_decode_xmlrpc(struct buffer_st *b, const char *source, int length);
/PHP-7.4/ext/phar/tests/
H A D019b.phpt19 $files['b/a'] = 'b';
20 $files['b/c/d'] = 'c';
53 string(2) "/b"
55 string(12) "phar://hio/b"
56 string(4) "/b/a"
58 string(4) "/b/c"
60 string(14) "phar://hio/b/c"
61 string(6) "/b/c/d"
H A Dphar_oo_compressallbz2.phpt17 $files['b'] = 'b';
26 var_dump(file_get_contents($pname . '/b'));
27 var_dump($phar['b']->isCompressed());
36 var_dump(file_get_contents($pname . '/b'));
37 var_dump($phar['b']->isCompressed(Phar::GZ));
38 var_dump($phar['b']->isCompressed(Phar::BZ2));
41 var_dump($phar['b']->isCompressed(Phar::BZ2));
53 string(1) "b"
60 string(1) "b"
H A Dcached_manifest_1.phpt12 var_dump(file_get_contents($pname . '/b/c.php'));
14 while (false !== ($b = readdir($a))) {
15 var_dump($b);
20 var_dump(is_dir($pname . '/b'));
22 var_dump(is_dir($pname . '/b/c.php'));
26 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
27 string(1) "b"
31 string(%d) "phar://%snophar.phar/b%cc.php"
/PHP-7.4/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
32 $fp = fopen($alias . '/b/new.php', 'wb');
36 include $alias . '/b/c.php';
37 include $alias . '/b/new.php';
45 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar e…
50 This is b/c
52 … include(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar error:…
54 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.tar/b/new.php' for inclu…
H A Dopen_for_write_newfile_c.phpt22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
32 $fp = fopen($alias . '/b/new.php', 'wb');
35 include $alias . '/b/c.php';
36 include $alias . '/b/new.php';
44 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar e…
49 This is b/c
51 … include(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar error:…
53 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c.phar.tar/b/new.php' for inclu…
/PHP-7.4/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
32 $fp = fopen($alias . '/b/new.php', 'wb');
36 include $alias . '/b/c.php';
37 include $alias . '/b/new.php';
44 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar e…
49 This is b/c
51 … include(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar error:…
53 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.zip/b/new.php' for inclu…
H A Dopen_for_write_newfile_c.phpt22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
32 $fp = fopen($alias . '/b/new.php', 'wb');
36 include $alias . '/b/c.php';
37 include $alias . '/b/new.php';
44 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar e…
49 This is b/c
51 … include(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar error:…
53 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c.phar.zip/b/new.php' for inclu…
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_serialization.phpt8 $q->enqueue("b");
15 $s->push("b");
29 string(1) "b"
32 string(71) "O:8:"SplQueue":3:{i:0;i:4;i:1;a:2:{i:0;s:1:"a";i:1;s:1:"b";}i:2;a:0:{}}"
41 string(1) "b"
52 string(1) "b"
55 string(71) "O:8:"SplStack":3:{i:0;i:6;i:1;a:2:{i:0;s:1:"a";i:1;s:1:"b";}i:2;a:0:{}}"
64 string(1) "b"
/PHP-7.4/ext/phar/tests/files/
H A Dphar_oo_test.inc19 $files['b.php'] = '<?php echo "This is b.php\n"; ?>';
20 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>';
21 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>';
27 2,a,b
34 2,a,b
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback_flags.phpt21 var_dump(preg_replace_callback('/(a)|(b)/', function($matches) {
28 ['/(a)|(b)/' => function($matches) {
51 string(1) "b"
80 string(1) "b"
106 string(1) "b"
110 string(1) "b"
124 string(1) "b"
128 string(1) "b"
/PHP-7.4/Zend/tests/
H A Dobjects_033.phpt18 class B extends A { public $b; }
19 $a = new B(); $a->a = 0; $a->b = 1;
20 $b = new B(); $b->a = 1; $b->b = 0;
22 var_dump($a < $b);
24 var_dump($a < $b);
H A Dbug72543.phpt12 $copy['b']['z']['z'] = $copy['b'];
17 'b' => [],
31 ["b"]=>
36 ["b"]=>
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_009.phpt8 ($ary["foo"] = 1) => &$b
11 var_dump($ary, $a, $b);
12 unset($ary, $a, $b);
17 ($ary["foo"] = 1) => &$b
19 var_dump($ary, $a, $b);
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_internal.phpt9 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
10 var_dump($b->get('Countries')->get('DE'));
12 $b = new ResourceBundle('icuver', 'ICUDATA');
13 var_dump($b->get('ICUVersion') !== NULL);
15 $b = new ResourceBundle('supplementalData', 'ICUDATA', false);
16 var_dump($b->get('cldrVersion') !== NULL);
/PHP-7.4/Zend/tests/generators/
H A Dyield_precedence.phpt7 yield "a" . "b";
9 yield "k" => "a" . "b";
11 var_dump([yield "k" => "a" . "b"]);
12 yield yield "k1" => yield "k2" => "a" . "b";
13 yield yield "k1" => (yield "k2") => "a" . "b";
14 var_dump([yield "k1" => yield "k2" => "a" . "b"]);
15 var_dump([yield "k1" => (yield "k2") => "a" . "b"]);
H A Dfibonacci.phpt7 list($a, $b) = [1, 1];
9 yield $b;
10 list($a, $b) = [$b, $a + $b];
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1.phpt69 var_dump( strtoupper("a", "b") ); /* Arguments > Expected */
86 0b => 0b
102 1b => 1b
118 2b => 2b
134 3b => 3b
150 4b => 4b
166 5b => 5b
182 6b => 4b
198 7b => 7b
H A Dstrtolower.phpt69 var_dump( strtolower("a", "b") ); /* Arguments > Expected */
86 0b => 0b
102 1b => 1b
118 2b => 2b
134 3b => 3b
150 4b => 6b
166 5b => 5b
182 6b => 6b
198 7b => 7b
/PHP-7.4/Zend/tests/bug67436/
H A Dbug67436.phpt9 if (in_array($classname, array('a','b','c'))) {
19 $b = new b();
20 $b->test();
22 b::test()

Completed in 31 milliseconds

12345678910>>...91