Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...87

/PHP-5.3/ext/spl/tests/
H A Dspl_003.phpt6 class b extends a{}
7 class c extends b{}
11 class_parents(new b),
12 class_parents("b"),
40 ["b"]=>
41 string(1) "b"
46 ["b"]=>
47 string(1) "b"
H A DSplObjectStorage_removeAllExcept_basic.phpt9 $b = (object) 'b';
14 $foo->attach($b);
17 $bar->attach($b);
22 var_dump($foo->contains($b));
/PHP-5.3/ext/phar/tests/
H A Dopendir_edgecases.phpt23 while (false !== ($b = readdir($a))) {
24 $arr[] = $b;
27 foreach ($arr as $b) {
28 echo "$b\n";
37 while (false !== ($b = readdir($a))) {
38 $res[] = $b;
41 foreach ($res as $b) {
42 echo "$b\n";
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 D019.phpt12 $file = b"<?php
18 $files['b/a'] = 'b';
19 $files['b/c/d'] = 'c';
25 $dir = opendir('phar://hio/b');
30 var_dump(is_dir('phar://hio/b/' . $a));
/PHP-5.3/ext/standard/tests/array/
H A Dcompact_basic.phpt18 $b=0.2;
25 var_dump (compact(array("a", "b", "c", "d", "e", "f")));
27 var_dump (compact("a", "b", "c", "d", "e", "f"));
28 var_dump (compact(array("keyval"=>"a", "b"=>"b", "c"=>1)));
42 ["b"]=>
59 ["b"]=>
76 ["b"]=>
H A Darray_unique_variation2.phpt139 [%b|u%"h1"]=>
142 [%b|u%"h2"]=>
147 [%b|u%"h3"]=>
163 [%b|u%"one"]=>
165 [%b|u%"two"]=>
179 [%b|u%"one"]=>
181 [%b|u%"two"]=>
186 [%b|u%"one"]=>
195 [%b|u%""]=>
213 [%b|u%""]=>
[all …]
H A Dbug43495.phpt8 $b=array("key1"=>array("key2"=>array()));
9 $b["key1"]["key2"]["key3"]=&$b;
11 array_merge_recursive($a,$b);
15 $b["key1"]["key2"]["key3"] = null;
/PHP-5.3/ext/phar/tests/tar/
H A Dopen_for_write_existing_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/c.php', 'wb');
32 fwrite($fp, b'extra');
35 include $alias . '/b/c.php';
44 Warning: fopen(phar://%sopen_for_write_existing_c_5_2.phar.tar/b/c.php): failed to open stream: pha…
49 This is b/c
/PHP-5.3/ext/phar/tests/zip/
H A Dopen_for_write_existing_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/c.php', 'wb');
34 fwrite($fp, b'extra');
36 include $alias . '/b/c.php';
43 Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): failed to open stream: phar er…
48 This is b/c
/PHP-5.3/tests/lang/
H A DreturnByReference.003.phpt18 unset($a, $b);
20 $b = &returnConstantByValue();
22 var_dump($a, $b);
25 unset($a, $b);
27 $b = &returnConstantByRef();
29 var_dump($a, $b);
32 unset($a, $b);
34 $b = &returnVariableByRef();
36 var_dump($a, $b);
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);
/PHP-5.3/ext/standard/tests/strings/
H A Dconvert_uuencode_basic.phpt17 b"123",
18 b"abc",
19 b"1a2b3c",
20 b"Here is a simple string to test convert_uuencode/decode",
21 b"\t This String contains \t\t some control characters\r\n",
22 b"\x90\x91\x00\x93\x94\x90\x91\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f",
25 b'123',
26 b'abc',
27 b'1a2b3c',
28 b'\t This String contains \t\t some control characters\r\n',
H A Dchunk_split.phpt11 $b=1;
13 var_dump(chunk_split($a,$b,$c));
16 $b=1;
18 var_dump(chunk_split($a,$b,$c));
23 a-b-c-
H A Dbug51059.phpt5 $res = crypt(b'a', b'_');
6 if ($res === b'*0' || $res === b'*1') echo 'OK';
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-5.3/ext/mysql/tests/
H A Dmysql_fetch_assoc.phpt68 [%u|b%"id"]=>
70 [%u|b%"label"]=>
77 [%u|b%"a"]=>
79 [%u|b%"c"]=>
81 [%u|b%"C"]=>
83 [%u|b%"d"]=>
85 [%u|b%"e"]=>
92 [%u|b%"id"]=>
94 [%u|b%"label"]=>
96 [%u|b%"_id"]=>
[all …]
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt60 [%u|b%"name"]=>
62 [%u|b%"orgname"]=>
64 [%u|b%"table"]=>
66 [%u|b%"orgtable"]=>
68 [%u|b%"def"]=>
70 [%u|b%"db"]=>
72 [%u|b%"catalog"]=>
76 [%u|b%"length"]=>
80 [%u|b%"flags"]=>
82 [%u|b%"type"]=>
[all …]
H A Dmysqli_fetch_assoc.phpt50 'b' AS '1000000',
77 [%u|b%"id"]=>
79 [%u|b%"label"]=>
86 [%u|b%"a"]=>
88 [%u|b%"c"]=>
90 [%u|b%"C"]=>
92 [%u|b%"d"]=>
94 [%u|b%"e"]=>
109 %unicode|string%(1) "b"
112 [%u|b%"01"]=>
[all …]
/PHP-5.3/main/
H A Dmergesort.c149 b = f1, t = l1; in php_mergesort()
153 b = f2, t = l2; in php_mergesort()
157 while ((b += size) < t && cmp(q, b TSRMLS_CC) >sense) in php_mergesort()
169 b = p; in php_mergesort()
177 b = p; in php_mergesort()
178 while (t > b+size) { in php_mergesort()
183 b = p; in php_mergesort()
191 b = p; in php_mergesort()
192 COPY: b = t; in php_mergesort()
240 #define swap(a, b) { \ argument
[all …]
/PHP-5.3/ext/phar/tests/files/
H A Dfrontcontroller3.phar4 static $b = array(b"/hi" => b"a.phps");
5 if (isset($b[$a])) return $b[$a];
/PHP-5.3/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-5.3/Zend/tests/
H A Dinter_04.phpt7 function b();
10 interface b {
11 function b();
14 interface c extends a, b {

Completed in 25 milliseconds

1...<<11121314151617181920>>...87