Home
last modified time | relevance | path

Searched refs:b (Results 226 – 250 of 2490) sorted by relevance

12345678910>>...100

/PHP-7.0/ext/phar/tests/
H A Dopen_for_write_newfile_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/new.php', 'wb');
26 include $pname . '/b/c.php';
27 include $pname . '/b/new.php';
35 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): failed to open stream: phar e…
40 This is b/c
42 … include(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): failed to open stream: phar error:…
44 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c.phar.php/b/new.php' for inclu…
H A Dopen_for_write_newfile_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/new.php', 'wb');
24 include $pname . '/b/c.php';
25 include $pname . '/b/new.php';
33 Warning: fopen(phar://%sopen_for_write_newfile_c_5_2.phar.php/b/new.php): failed to open stream: ph…
38 This is b/c
40 …lude(phar://%sopen_for_write_newfile_c_5_2.phar.php/b/new.php): failed to open stream: phar error:…
42 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c_5_2.phar.php/b/new.php' for i…
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"
/PHP-7.0/ext/standard/tests/strings/
H A Dstrcspn.phpt6 $b = "1234";
8 var_dump($b);
9 var_dump(strcspn($a,$b));
10 var_dump(strcspn($a,$b,9));
11 var_dump(strcspn($a,$b,9,6));
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
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 Dbug22008.phpt12 <b>PHP!</b>
18 echo trim(strip_tags($html, '<b>'))."\n";
24 <b>PHP!</b>
H A Dbug44703.phpt6 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 1));
7 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 12));
8 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 125));
9 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 1252));
10 var_dump(htmlspecialchars(b"<a href='test'>Test</a>", ENT_COMPAT, 12526));
12 var_dump(htmlspecialchars(b"<>", ENT_COMPAT, 866));
13 var_dump(htmlspecialchars(b"<>", ENT_COMPAT, 8666));
15 var_dump(htmlspecialchars(b"<>", ENT_COMPAT, NULL));
18 var_dump(htmlspecialchars(b"<>", ENT_COMPAT, 'SJIS'));
19 var_dump(htmlspecialchars(b"<>", ENT_COMPAT, 'SjiS'));
[all …]
/PHP-7.0/tests/lang/
H A D007.phpt11 global $b;
13 $b = 5;
14 echo "$a $b ";
21 echo "$a $b $c ";
23 echo "$a $b $c ";
H A Dfunc_num_args.004.phpt28 $b = 'original.b';
29 refVal($b, $b);
30 var_dump($b);
44 string(10) "original.b"
45 string(10) "original.b"
/PHP-7.0/Zend/tests/
H A Dbug48215_2.phpt9 class b extends a {}
10 class c extends b {
12 b::b();
19 Fatal error: Uncaught Error: Call to undefined method b::b() in %s:%d
/PHP-7.0/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 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");
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');
/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b_5_2.phpt21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
37 $fp = fopen($alias . '/b/new.php', 'wb');
38 fwrite($fp, b'extra');
41 include $alias . '/b/c.php';
42 include $alias . '/b/new.php';
51 Warning: fopen(phar://%sopen_for_write_newfile_b_5_2.phar.tar/b/new.php): failed to open stream: ph…
56 This is b/c
58 …lude(phar://%sopen_for_write_newfile_b_5_2.phar.tar/b/new.php): failed to open stream: phar error:…
60 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b_5_2.phar.tar/b/new.php' for i…
H A Dopen_for_write_newfile_c.phpt23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
33 $fp = fopen($alias . '/b/new.php', 'wb');
36 include $alias . '/b/c.php';
37 include $alias . '/b/new.php';
46 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar e…
51 This is b/c
53 … include(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar error:…
55 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c.phar.tar/b/new.php' for inclu…
/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
39 $fp = fopen($alias . '/b/new.php', 'wb');
40 fwrite($fp, b'extra');
43 include $alias . '/b/c.php';
44 include $alias . '/b/new.php';
52 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar e…
57 This is b/c
59 … include(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar error:…
61 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.zip/b/new.php' for inclu…
H A Dopen_for_write_newfile_c_5_2.phpt21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
31 $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_5_2.phar.zip/b/new.php): failed to open stream: ph…
49 This is b/c
51 …lude(phar://%sopen_for_write_newfile_c_5_2.phar.zip/b/new.php): failed to open stream: phar error:…
53 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_c_5_2.phar.zip/b/new.php' for i…
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_field_tell.phpt68 [%u|b%"name"]=>
70 [%u|b%"orgname"]=>
72 [%u|b%"table"]=>
74 [%u|b%"orgtable"]=>
76 [%u|b%"def"]=>
78 [%u|b%"db"]=>
80 [%u|b%"catalog"]=>
84 [%u|b%"length"]=>
88 [%u|b%"flags"]=>
90 [%u|b%"type"]=>
[all …]
/PHP-7.0/ext/simplexml/tests/
H A Dbug41867.phpt8 $a = simplexml_load_string("<a><b><c/></b></a>");
10 echo $a->b->getName()."\n";
11 echo $a->b->c->getName()."\n";
16 b
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput5270 a\x{85}b
277 a\x{85}b
288 a\x{85}b
295 a\x{85}b
309 /a[^]b/<JS>8
327 /Xa{2,4}b/8
334 /Xa{2,4}?b/8
341 /Xa{2,4}+b/8
390 /X\d{2,4}b/8
411 /X\D{2,4}b/8
[all …]
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt54 "b" => " ",
90 [%u|b%"z"]=>
92 [%u|b%"a"]=>
94 [%u|b%"b"]=>
96 [%u|b%"c"]=>
98 [%u|b%"d"]=>
100 [%u|b%"e"]=>
107 [%u|b%"z"]=>
109 [%u|b%"a"]=>
111 [%u|b%"b"]=>
[all …]
/PHP-7.0/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.0/ext/gd/libgd/
H A Dgd_rotate.c77 if (b>255) { in gdImageSkewX()
78 b = 255; in gdImageSkewX()
120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
168 if (b>255) { in gdImageSkewY()
169 b = 255; in gdImageSkewY()
208 int c,r,g,b,a; in gdImageRotate90() local
234 b = gdImageBlue(src,c); in gdImageRotate90()
255 int c,r,g,b,a; in gdImageRotate180() local
281 b = gdImageBlue(src,c); in gdImageRotate180()
303 int c,r,g,b,a; in gdImageRotate270() local
[all …]
/PHP-7.0/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);

Completed in 39 milliseconds

12345678910>>...100