Home
last modified time | relevance | path

Searched refs:b (Results 201 – 225 of 2383) sorted by relevance

12345678910>>...96

/PHP-5.5/ext/intl/tests/
H A Dresourcebundle_internal.phpt7 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
8 var_dump($b->get('Countries')->get('DE'));
10 $b = new ResourceBundle('icuver', 'ICUDATA');
11 var_dump($b->get('ICUVersion') !== NULL);
13 $b = new ResourceBundle('supplementalData', 'ICUDATA', false);
14 var_dump($b->get('cldrVersion') !== NULL);
/PHP-5.5/tests/lang/
H A DpassByReference_008.phpt24 $b = 'original.b';
25 refVal($b, $b);
26 var_dump($b);
38 string(10) "original.b"
39 string(10) "original.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") {
76 string(10) "Original b"
78 string(5) "new b"
86 ["b"]=>
87 string(5) "new b"
100 string(10) "Original b"
132 string(10) "Original b"
[all …]
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-5.5/Zend/tests/
H A Dlist_002.phpt9 $b =& $a;
11 list($a, list($b)) = array($a, array($b));
12 var_dump($a, $b, $a === $b);
H A Dobject-null.phpt10 $b = new Bla;
12 var_dump($b != null);
13 var_dump($b == null);
14 var_dump($b !== null);
15 var_dump($b === null);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn.phpt6 $b = "1234";
8 var_dump($b);
9 var_dump(strspn($a,$b));
10 var_dump(strspn($a,$b,2));
11 var_dump(strspn($a,$b,2,3));
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 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));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_oo_test.inc18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>';
26 2,a,b
33 2,a,b
/PHP-5.5/ext/phar/tests/files/
H A Dphar_oo_test.inc18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>';
26 2,a,b
33 2,a,b
/PHP-5.5/ext/standard/tests/array/
H A Darray_uintersect_uassoc_basic.phpt14 static function comp_func_cr($a, $b) {
15 if ($a->priv_member === $b->priv_member) return 0;
16 return ($a->priv_member > $b->priv_member) ? 1 : -1;
18 static function comp_func_key($a, $b) {
19 if ($a === $b) return 0;
20 return ($a > $b) ? 1 : -1;
24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
25 $result = array_uintersect_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key")…
H A Darray_udiff_uassoc_basic.phpt14 static function comp_func_cr($a, $b) {
15 if ($a->priv_member === $b->priv_member) return 0;
16 return ($a->priv_member > $b->priv_member) ? 1 : -1;
18 static function comp_func_key($a, $b) {
19 if ($a === $b) return 0;
20 return ($a > $b) ? 1 : -1;
24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
25 $result = array_udiff_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key"));
H A Darray_key_exists_object2.phpt22 function __construct($a, $b, $c = null) {
24 $this->var2 = $b;
32 $class1 = new myClass ('a', 'b');
64 [%b|u%"var1"]=>
66 [%b|u%"var2":protected]=>
67 %unicode|string%(1) "b"
68 [%b|u%"var3":%b|u%"myClass":private]=>
77 [%b|u%"var1"]=>
79 [%b|u%"var2":protected]=>
81 [%b|u%"var3":%b|u%"myClass":private]=>
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 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
/PHP-5.5/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…
/PHP-5.5/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-5.5/Zend/
H A Dzend_strtod.c398 #define rounded_product(a,b) a *= b argument
782 b = multadd(b, 10, *s++ - '0'); in s2b()
795 b = multadd(b, p05[i-1], 0); in pow5mult()
1404 b->maxwds = 1 << (b->k = *(int*)b); in zend_freedtoa()
1836 b = pow5mult(b, j); in zend_dtoa()
1839 b = pow5mult(b, b5); in zend_dtoa()
1889 b = lshift(b, b2); in zend_dtoa()
1953 b = lshift(b, 1); in zend_dtoa()
1974 b = multadd(b, 10, 0); in zend_dtoa()
1988 b = multadd(b, 10, 0); in zend_dtoa()
[all …]
/PHP-5.5/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…
/PHP-5.5/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-5.5/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…
/PHP-5.5/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 …]

Completed in 216 milliseconds

12345678910>>...96