Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...96

/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation8.phpt25 $b =& array_shift($array);
26 $b = 2;
27 echo "a = $a, b = $b\n";
33 $b =& $array[0];
35 $b = 2;
36 echo "a = $a, b = $b\n";
46 a = 1, b = 2
49 a = 2, b = 2
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos.phpt34 $r = mb_strpos($euc_jp, b'���ܸ�', -15, 'EUC-JP');
36 $r = mb_strpos($euc_jp, b'0', -15, 'EUC-JP');
67 $r = mb_strpos($euc_jp, b'�ڹ��', 0, 'EUC-JP');
77 print mb_strpos($euc_jp, b'���ܸ�', 0) . "\n";
78 print mb_strpos($euc_jp, b'0', 0) . "\n";
82 $r = mb_strpos($euc_jp, b'�ڹ��', 0);
84 $r = mb_strpos($euc_jp, b"\n", 0);
91 print mb_strpos($euc_jp, b'���ܸ�') . "\n";
92 print mb_strpos($euc_jp, b'0') . "\n";
96 $r = mb_strpos($euc_jp, b'�ڹ��');
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt57 var_dump( strtolower("a", "b") ); /* Arguments > Expected */
74 0b => 0b
90 1b => 1b
106 2b => 2b
122 3b => 3b
138 4b => 6b
154 5b => 5b
170 6b => 6b
186 7b => 7b
202 8b => 8b
[all …]
H A Dstrtoupper1-win32.phpt57 var_dump( strtoupper("a", "b") ); /* Arguments > Expected */
74 0b => 0b
90 1b => 1b
106 2b => 2b
122 3b => 3b
138 4b => 4b
154 5b => 5b
170 6b => 4b
186 7b => 7b
202 8b => 8b
[all …]
/PHP-5.5/ext/phar/tests/tar/
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');
43 include $alias . '/b/c.php';
44 include $alias . '/b/new.php';
53 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar e…
58 This is b/c
60 … include(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar error:…
62 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b.phar.tar/b/new.php' for inclu…
H A Dopen_for_write_existing.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
29 $fp = fopen($alias . '/b/c.php', 'wb');
30 fwrite($fp, b'extra');
33 include $alias . '/b/c.php';
/PHP-5.5/ext/phar/tests/zip/
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');
41 include $alias . '/b/c.php';
42 include $alias . '/b/new.php';
50 Warning: fopen(phar://%sopen_for_write_newfile_b_5_2.phar.zip/b/new.php): failed to open stream: ph…
55 This is b/c
57 …lude(phar://%sopen_for_write_newfile_b_5_2.phar.zip/b/new.php): failed to open stream: phar error:…
59 Warning: include(): Failed opening 'phar://%sopen_for_write_newfile_b_5_2.phar.zip/b/new.php' for i…
H A Dopen_for_write_existing.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
28 $fp = fopen($alias . '/b/c.php', 'wb');
29 fwrite($fp, b'extra');
31 include $alias . '/b/c.php';
/PHP-5.5/Zend/tests/generators/
H A Dfibonacci.phpt7 list($a, $b) = [1, 1];
9 yield $b;
10 list($a, $b) = [$b, $a + $b];
/PHP-5.5/ext/simplexml/tests/
H A Dbug67116.phpt14 <b>b</b>
16 <cs><c>b</c></cs>
33 [b] => b
38 [c] => b
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt33 $this->b = "string";
47 $this->b = $x;
94 ["b"]=>
144 ["b"]=>
163 ["b"]=>
178 After Serialization => string(100) "O:1:"D":8:{s:1:"a";b:1;s:1:"b";b:1;s:1:"c";b:0;s:1:"d";b:0;s:1:…
182 ["b"]=>
201 ["b"]=>
221 ["b"]=>
274 ["b"]=>
[all …]
H A Dbug64146.phpt21 public $b;
25 $this->b = new C($c);
30 return serialize(clone $this->b);
35 $this->b = unserialize($data);
51 print $a->a[0]->b->c . "\n";
52 print $a->a[1]->b->c . "\n";
/PHP-5.5/ext/phar/tests/
H A Dcached_manifest_1.phpt13 var_dump(file_get_contents($pname . '/b/c.php'));
15 while (false !== ($b = readdir($a))) {
16 var_dump($b);
21 var_dump(is_dir($pname . '/b'));
23 var_dump(is_dir($pname . '/b/c.php'));
27 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
28 string(1) "b"
32 string(%d) "phar://%snophar.phar/b%cc.php"
H A Dcached_manifest_1U.phpt13 var_dump(file_get_contents($pname . '/b/c.php'));
15 while (false !== ($b = readdir($a))) {
16 var_dump($b);
21 var_dump(is_dir($pname . '/b'));
23 var_dump(is_dir($pname . '/b/c.php'));
27 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
28 unicode(1) "b"
32 string(%d) "phar://%snophar.phar/b%cc.php"
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.004.phpt8 public $b = "Original b";
18 if ($v==$obj->b) {
19 unset($obj->b);
35 string(10) "Original b"
37 Notice: Undefined property: C::$b in %s on line %d
40 Notice: Undefined property: C::$b in %s on line %d
43 Notice: Undefined property: C::$b in %s on line %d
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput5110 0: b
389 b
411 b
420 b
442 b
464 b
662 0: a\x{0b}b
686 0: a\x{0b}b
704 0: a\x{0b}b
864 0: a\x{0b}b
[all …]
H A Dwintestinput319 /[\b]/
20 \b
24 /[\b]/Lfrench
25 \b
36 /(.+)\b(.+)/
39 /(.+)\b(.+)/Lfrench
/PHP-5.5/ext/standard/tests/url/
H A Dbug47174.phpt5 if (base64_decode(b"dGVzdA==") == base64_decode(b"dGVzdA==CRAP")) {
11 $in = base64_encode(b"foo") . b'==' . base64_encode(b"bar");
/PHP-5.5/Zend/tests/bug67436/
H A Dbug67436.phpt11 if (in_array($classname, array('a','b','c'))) {
21 $b = new b();
22 $b->test();
25 b::test()
/PHP-5.5/sapi/cgi/tests/
H A D004.phpt39 <b>Fatal error</b>: Cannot access private property test::$pri in <b>%s004.test.php</b> on line <b>…
/PHP-5.5/tests/classes/
H A Dmethod_call_variation_001.phpt2 In $a->$b[Y](), $b[Y] represents a method name on $a. But in $a->X[Y](), $a->X[Y] represents a glob…
7 function foo($a, $b)
9 echo "Called C::foo($a, $b)\n";
22 function foo($a, $b)
24 echo "Called global foo($a, $b)\n";
H A Dtype_hinting_001.phpt13 function b(Bar $bar);
21 function b(Bar $bar) {
30 $b = new Blort;
32 $a->a($b);
33 $a->b($b);
/PHP-5.5/Zend/tests/
H A Dcall_static_007.phpt7 public function __call($a, $b) {
10 static public function __callStatic($a, $b) {
21 $b = 'Test';
22 $a::$b();
23 $a->$b();
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_exec_2.phpt18 b"PCNTL_EXEC_TEST_IS_CHILD" => b"1",
19 b"FOO" => b"BAR",
20 1 => b"long")
/PHP-5.5/ext/reflection/tests/
H A D004.phpt10 class b {
13 $b = new b();
26 $m->invoke($b);
31 $b = new a();
33 $m->invoke($b);

Completed in 54 milliseconds

1...<<11121314151617181920>>...96