Home
last modified time | relevance | path

Searched refs:b (Results 101 – 125 of 2383) sorted by relevance

12345678910>>...96

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput11305 /^a b
1312 b
2606 /$b/
3350 /(?:c|d)(?:)(?:a(?:)(?:b)(?:b(?:))(?:b(?:)(?:b)))/
3424 /^b/
4045 /(?(?=.*b)b|^)/
4049 /(?(?=^.*b)b|^)/
4053 /(?(?=.*b)b|^)*/
4057 /(?(?=.*b)b|^)+/
4061 /(?(?=b).*b|^d)/
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_compressed_002.phpt17 $files['b'] = 'b';
26 var_dump(file_get_contents($pname . '/b'));
27 var_dump($phar['b']->isCompressed());
33 file_put_contents($pname . '/b', b'new b');
34 file_put_contents($pname . '/c', b'new c', 0, $context);
35 file_put_contents($pname . '/d', b'new d');
36 file_put_contents($pname . '/e', b'new e', 0, $context);
41 var_dump(file_get_contents($pname . '/b'));
42 var_dump($phar['b']->isCompressed());
59 string(1) "b"
[all …]
H A Dphar_oo_compressed_002b.phpt17 $files['b'] = 'b';
26 var_dump(file_get_contents($pname . '/b'));
27 var_dump($phar['b']->isCompressed());
33 file_put_contents($pname . '/b', b'new b');
34 file_put_contents($pname . '/c', b'new c', 0, $context);
35 file_put_contents($pname . '/d', b'new d');
36 file_put_contents($pname . '/e', b'new e', 0, $context);
41 var_dump(file_get_contents($pname . '/b'));
42 var_dump($phar['b']->isCompressed());
59 string(1) "b"
[all …]
H A Drefcount1_5_2.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');
37 $b = fopen($alias . '/b/c.php', 'rb');
38 $a = $phar['b/c.php'];
40 var_dump(fread($b, 20));
41 rewind($b);
43 unlink($alias . '/b/c.php');
45 var_dump(fread($b, 20));
46 include $alias . '/b/c.php';
[all …]
H A Drename_dir_and_mount.phpt18 $files['a/b/x'] = 'a';
26 var_dump(file_exists($pname . '/a/b'));
27 var_dump(file_exists($pname . '/a/b/x'));
30 rename($pname . '/a', $pname . '/b');
34 var_dump(file_exists($pname . '/a/b'));
35 var_dump(file_exists($pname . '/a/b/x'));
38 var_dump(file_exists($pname . '/b'));
39 var_dump(file_exists($pname . '/b/x'));
40 var_dump(file_exists($pname . '/b/b'));
41 var_dump(file_exists($pname . '/b/b/x'));
[all …]
H A Ddelete_in_phar_confirm.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';
33 unlink($pname . '/b/c.php');
41 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b.php';
42 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php';
50 This is b
51 This is b/c
54 This is b
[all …]
H A Dphar_oo_005U.phpt43 unicode(16) "phar://*/b/c.php"
44 unicode(16) "phar://*/b/c.php"
45 unicode(1) "b"
46 unicode(7) "b/c.php"
48 unicode(16) "phar://*/b/d.php"
50 unicode(1) "b"
51 unicode(7) "b/d.php"
53 unicode(14) "phar://*/b.php"
54 unicode(14) "phar://*/b.php"
56 unicode(5) "b.php"
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Drefcount1_5_2.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');
37 $b = fopen($alias . '/b/c.php', 'rb');
38 $a = $phar['b/c.php'];
40 var_dump(fread($b, 20));
41 rewind($b);
43 unlink($alias . '/b/c.php');
45 var_dump(fread($b, 20));
46 include $alias . '/b/c.php';
[all …]
H A Ddelete_in_phar_confirm.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';
34 unlink($alias . '/b/c.php');
42 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip/b.php';
43 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip/b/c.php';
51 This is b
52 This is b/c
55 This is b
[all …]
/PHP-5.5/ext/phar/tests/tar/
H A Drefcount1_5_2.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');
37 $b = fopen($alias . '/b/c.php', 'rb');
38 $a = $phar['b/c.php'];
40 var_dump(fread($b, 20));
41 rewind($b);
43 unlink($alias . '/b/c.php');
45 var_dump(fread($b, 20));
46 include $alias . '/b/c.php';
[all …]
H A Ddelete_in_phar_confirm.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';
33 unlink($alias . '/b/c.php');
41 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.tar/b.php';
42 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.tar/b/c.php';
50 This is b
51 This is b/c
54 This is b
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dbug20381.phpt10 'b' => 'b'
13 $b = array( 'a1' => 2,
22 array_merge_recursive( $a, $b );
49 ["b"]=>
50 string(1) "b"
76 ["b"]=>
77 string(1) "b"
/PHP-5.5/ext/standard/tests/file/
H A Dstream_002.phpt7 $b = NULL;
8 var_dump(stream_socket_client("", $a, $b));
9 var_dump($a, $b);
10 var_dump(stream_socket_client("[", $a, $b));
11 var_dump($a, $b);
13 var_dump($a, $b);
14 var_dump(stream_socket_client(".", $a, $b));
15 var_dump($a, $b);
16 var_dump(stream_socket_client(1, $a, $b));
17 var_dump($a, $b);
[all …]
/PHP-5.5/ext/gd/tests/
H A Ddashedlines.phpt13 $b = 0x0000ff;
15 $style = array($r, $b);
21 $p2 = imagecolorat($im, 1,5) == $b;
23 $p4 = imagecolorat($im, 3,5) == $b;
25 $p5 = imagecolorat($im, 5,5) == $b;
36 $style = array($r, $b);
42 $p2 = imagecolorat($im, 2,1) == $b;
44 $p4 = imagecolorat($im, 2,3) == $b;
46 $p6 = imagecolorat($im, 2,5) == $b;
57 $style = array($r, $b);
[all …]
/PHP-5.5/tests/basic/
H A Drfc1867_anonymous_upload.phpt31 [%u|b%"name"]=>
33 [%u|b%"type"]=>
35 [%u|b%"tmp_name"]=>
37 [%u|b%"error"]=>
39 [%u|b%"size"]=>
44 [%u|b%"name"]=>
46 [%u|b%"type"]=>
48 [%u|b%"tmp_name"]=>
50 [%u|b%"error"]=>
52 [%u|b%"size"]=>
/PHP-5.5/tests/classes/
H A Dinheritance.phpt10 public $b;
14 echo "b = ".$this->b."\n";
17 return $this->a*$this->b;
26 echo "b = ".$this->b."\n";
34 $foo1->b = 5;
42 $bar1->b = 3;
49 b = 5
54 b = 3
/PHP-5.5/tests/lang/
H A Dfunc_get_args.004.phpt28 $b = 'original.b';
29 refVal($b, $b);
30 var_dump($b);
53 string(10) "original.b"
54 string(10) "original.b"
57 string(10) "original.b"
59 string(10) "original.b"
65 string(10) "original.b"
/PHP-5.5/ext/date/tests/
H A Dbug27719.phpt9 $b = mktime(0, 0, 0, 4, 4, 2004, 1);
12 echo "$b ".date("m/d/y h:i:s\n",$b);
17 $b = mktime(0, 0, 0, 2, 4, 2004, 1);
20 echo "$b ".date("m/d/y h:i:s\n",$b);
25 $b = mktime(0, 0, 0, 4, 4, 2004, 1);
28 echo "$b ".date("m/d/y h:i:s\n",$b);
33 $b = mktime(3, 0, 0, 4, 4, 2004, 1);
36 echo "$b ".date("m/d/y h:i:s\n",$b);
41 $b = mktime(0, 0, 0, 6, 4, 2004, 1);
44 echo "$b ".date("m/d/y h:i:s\n",$b);
/PHP-5.5/ext/oci8/tests/
H A Dfetch_all3.phpt132 [%u|b%"ID"]=>
143 [%u|b%"VALUE"]=>
158 [%u|b%"ID"]=>
184 [%u|b%"ID"]=>
210 [%u|b%"ID"]=>
290 [%u|b%"ID"]=>
297 [%u|b%"ID"]=>
304 [%u|b%"ID"]=>
311 [%u|b%"ID"]=>
322 [%u|b%"ID"]=>
[all …]
/PHP-5.5/Zend/tests/
H A Dbug37715.phpt9 'b' => array(
14 // Set the pointer of $a to 'b' and the pointer of 'b' to 'CC'
17 next($a['b']);
18 next($a['b']);
19 next($a['b']);
21 var_dump(key($a['b']));
26 var_dump(key($a['b']));
/PHP-5.5/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h33 # define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument
34 # define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument
37 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
78 # define DBERRHANDLE(a, b) dberrhandle(b) argument
79 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument
80 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
/PHP-5.5/ext/session/tests/
H A Drfc1867_disabled_2.phpt50 [%u|b%"file1"]=>
52 [%u|b%"name"]=>
54 [%u|b%"type"]=>
56 [%u|b%"tmp_name"]=>
58 [%u|b%"error"]=>
60 [%u|b%"size"]=>
63 [%u|b%"file2"]=>
65 [%u|b%"name"]=>
67 [%u|b%"type"]=>
71 [%u|b%"error"]=>
[all …]
H A Drfc1867_disabled.phpt50 [%u|b%"file1"]=>
52 [%u|b%"name"]=>
54 [%u|b%"type"]=>
56 [%u|b%"tmp_name"]=>
58 [%u|b%"error"]=>
60 [%u|b%"size"]=>
63 [%u|b%"file2"]=>
65 [%u|b%"name"]=>
67 [%u|b%"type"]=>
71 [%u|b%"error"]=>
[all …]
H A Drfc1867_no_name.phpt50 [%u|b%"file1"]=>
52 [%u|b%"name"]=>
54 [%u|b%"type"]=>
56 [%u|b%"tmp_name"]=>
58 [%u|b%"error"]=>
60 [%u|b%"size"]=>
63 [%u|b%"file2"]=>
65 [%u|b%"name"]=>
67 [%u|b%"type"]=>
71 [%u|b%"error"]=>
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug36424.phpt18 class b extends a {}
19 class c extends b {}
23 $c->a->b = new b;
24 $c->a->b->c = $c;
26 $c->a->b->a = $c->a;
35 $d === $d->a->b->c,
37 $d->a->b->a === $d->a,
48 C:1:"c":108:{a:1:{s:1:"a";C:1:"a":81:{a:3:{s:1:"b";C:1:"b":30:{a:2:{s:1:"c";r:1;s:1:"a";r:3;}}s:1:"…
57 [b] => b Object

Completed in 161 milliseconds

12345678910>>...96