Home
last modified time | relevance | path

Searched refs:b (Results 76 – 100 of 2383) sorted by relevance

12345678910>>...96

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt93 [%u|b%"id"]=>
95 [%u|b%"име"]=>
101 [%u|b%"id"]=>
103 [%u|b%"име"]=>
109 [%u|b%"id"]=>
117 [%u|b%"id"]=>
125 [%u|b%"id"]=>
133 [%u|b%"id"]=>
141 [%u|b%"id"]=>
149 [%u|b%"id"]=>
[all …]
H A Dmysqli_fetch_field_oo.phpt74 [%u|b%"name"]=>
78 [%u|b%"table"]=>
82 [%u|b%"def"]=>
84 [%u|b%"db"]=>
94 [%u|b%"flags"]=>
96 [%u|b%"type"]=>
102 [%u|b%"name"]=>
106 [%u|b%"table"]=>
110 [%u|b%"def"]=>
112 [%u|b%"db"]=>
[all …]
H A Dmysqli_result_references.phpt87 [%u|b%"id"]=>
89 [%u|b%"label"]=>
94 [%u|b%"id"]=>
101 [%u|b%"id"]=>
108 [%u|b%"id"]=>
115 [%u|b%"id"]=>
119 [%u|b%"id2"]=>
124 [%u|b%"id"]=>
128 [%u|b%"id2"]=>
141 [%u|b%"type"]=>
[all …]
/PHP-5.5/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 …]
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"; ?>';
30 include $alias . '/b.php';
31 include $alias . '/b/c.php';
32 unlink($alias . '/b/c.php');
38 include $alias . '/b.php';
39 include $alias . '/b/c.php';
47 This is b
48 This is b/c
51 This is b
[all …]
H A Drefcount1.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");
38 $b = fopen($alias . '/b/c.php', 'rb');
39 $a = $phar['b/c.php'];
41 var_dump(fread($b, 20));
42 rewind($b);
44 unlink($alias . '/b/c.php');
46 var_dump(fread($b, 20));
[all …]
/PHP-5.5/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 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 Ddelete_in_phar.phpt16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
30 include $pname . '/b.php';
31 include $pname . '/b/c.php';
32 unlink($pname . '/b/c.php');
37 include $pname . '/b.php';
38 include $pname . '/b/c.php';
46 This is b
47 This is b/c
50 This is b
[all …]
H A Dphar_oo_005_5.2.phpt43 string(16) "phar://*/b/c.php"
44 string(16) "phar://*/b/c.php"
45 string(1) "b"
46 string(7) "b/c.php"
47 string(1) "b"
50 string(1) "b"
51 string(7) "b/d.php"
52 string(1) "b"
53 string(14) "phar://*/b.php"
54 string(14) "phar://*/b.php"
[all …]
H A Dphar_oo_005.phpt44 string(16) "phar://*/b/c.php"
45 string(16) "phar://*/b/c.php"
46 string(1) "b"
47 string(7) "b/c.php"
48 string(1) "b"
51 string(1) "b"
52 string(7) "b/d.php"
53 string(1) "b"
54 string(14) "phar://*/b.php"
55 string(14) "phar://*/b.php"
[all …]
/PHP-5.5/ext/phar/tests/zip/
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 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"; ?>';
30 include $alias . '/b.php';
31 include $alias . '/b/c.php';
32 unlink($alias . '/b/c.php');
37 include $alias . '/b.php';
38 include $alias . '/b/c.php';
46 This is b
47 This is b/c
50 This is b
[all …]
H A Drefcount1.phpt23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $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 $b = fopen($alias . '/b/c.php', 'rb');
36 $a = $phar['b/c.php'];
38 var_dump(fread($b, 20));
39 rewind($b);
41 unlink($alias . '/b/c.php');
43 var_dump(fread($b, 20));
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug53144.phpt9 $b = new SplObjectStorage();
10 $b[$o1] = "bar";
11 $b[$o2] = "baz";
13 var_dump(count($b));
14 $b->removeAll($b);
15 var_dump(count($b));
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug28325.phpt6 public $b;
8 class b {
15 $a->b = new b();
16 $a->b->c = new c();
17 $a->b->c->d = $a;
22 ["b"]=>
23 object(b)#%d (1) {
/PHP-5.5/ext/session/tests/
H A D006.phpt22 class b {
24 function b(&$a) {
30 $b = new b($a);
33 var_dump($a,$b);
36 $_SESSION["b"] = $b;
39 unset($_SESSION["a"], $_SESSION["b"]);
44 var_dump($a,$b);
52 object(b)#%d (1) {
64 object(b)#%d (1) {
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Darray_intersect_1.phpt19 function comp_func($a, $b) {
20 if ($a === $b) return 0;
21 return ($a > $b)? 1:-1;
36 echo '$b='.var_export($b,TRUE).";\n";
44 echo '$b='.var_export($b,TRUE).";\n";
52 echo '$b='.var_export($b,TRUE).";\n";
60 echo '$b='.var_export($b,TRUE).";\n";
94 $b=array (
174 $b=array (
247 $b=array (
[all …]
H A Dcompact_variation2.phpt13 $b = 'main.b';
16 $b = 'f.b';
18 var_dump(compact('a','b','c'));
19 var_dump(compact(array('a','b','c')));
29 ["b"]=>
30 string(3) "f.b"
35 ["b"]=>
36 string(3) "f.b"
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"]=>
/PHP-5.5/Zend/tests/
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);
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';
/PHP-5.5/ext/standard/tests/strings/
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-5.5/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();

Completed in 29 milliseconds

12345678910>>...96