Home
last modified time | relevance | path

Searched refs:b (Results 501 – 525 of 2383) sorted by relevance

1...<<21222324252627282930>>...96

/PHP-5.5/Zend/tests/
H A Dns_064.phpt15 public function __set($a, $b) {
16 var_dump($a, $b);
28 $x->b->c = 1;
35 string(1) "b"
H A Dbug40899.phpt5 list(list($a,$b),$c)=array(array('a','b'),'c');
6 echo "$a$b$c\n";
H A Dbug43200.phpt10 interface b {
18 class x extends c implements a, b {
26 Class [ <user> class x extends c implements a, b ] {
42 Method [ <user, prototype b> public method foo ] {
H A Dclass_alias_010.phpt8 class_alias('a', 'b');
10 class b { }
14 Warning: Cannot redeclare class b in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_basic.phpt20 $a = "=?UTF-8?b?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC?=";
21 $b = mb_decode_mimeheader($a);
22 var_dump(bin2hex($b));
26 $b = mb_decode_mimeheader($a);
27 var_dump(bin2hex($b));
/PHP-5.5/ext/standard/tests/array/
H A Darray_uintersect_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;
20 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
21 $result = array_uintersect($a, $b, array("cr", "comp_func_cr"));
H A Darray_udiff_assoc_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;
20 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
21 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr"));
H A Darray_diff_key2.phpt5 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red", "");
20 ["b"]=>
27 ["b"]=>
39 ["b"]=>
H A Darray_merge_recursive_variation3.phpt125 string(1) "b"
155 string(1) "b"
185 string(1) "b"
207 string(1) "b"
233 string(1) "b"
247 string(1) "b"
259 string(1) "b"
273 string(1) "b"
286 string(1) "b"
297 string(1) "b"
[all …]
/PHP-5.5/ext/openssl/tests/
H A D002.phpt9 $b = array(1);
13 var_dump(openssl_seal($a, $b, $c, $d));
16 var_dump(openssl_seal($b, $b, $b, ""));
/PHP-5.5/ext/standard/tests/strings/
H A Dbug27675.phpt5 echo str_ireplace('/*<B>', '<B>', '/*<b> I am a comment</b>*/');
8 <B> I am a comment</b>*/
/PHP-5.5/tests/lang/
H A DreturnByReference.001.phpt12 $b =& returnByRef($a);
13 var_dump($b);
15 var_dump($b);
/PHP-5.5/ext/soap/tests/
H A Dtypemap004.phpt18 public $b="c";
23 …ma-instance"><a xsi:type="xsd:string">'.$book->a.'!</a><b xsi:type="xsd:string">'.$book->b.'!</b><…
36 $book->b = "bar";
43 …tance" xsi:type="ns1:book"><a xsi:type="xsd:string">foo!</a><b xsi:type="xsd:string">bar!</b></boo…
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt9 abstract class b {}
17 private static function b() {}
29 abstract protected function b();
45 dump_modifierNames('b');
57 string(1) "b"
82 string(4) "x::b"
132 string(4) "y::b"
/PHP-5.5/ext/phar/tests/
H A D016.phpt12 $file = b"<?php __HALT_COMPILER(); ?>";
17 $files['a'] = array('cont'=>b'a','comp'=> (binary)pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen…
18 $files['b'] = $files['a'];
19 $files['c'] = array('cont'=>b'*');
24 var_dump(file_get_contents($pname . '/b'));
34 …et_contents(phar://%s/b): failed to open stream: phar error: internal corruption of phar "%s" (act…
/PHP-5.5/ext/gd/
H A Dgd_compat.c49 int overflow2(int a, int b) in overflow2() argument
53 if(a <= 0 || b <= 0) { in overflow2()
57 if(a > INT_MAX / b) { in overflow2()
/PHP-5.5/ext/filter/tests/
H A D037.phpt6 a=1&b=2
14 echo filter_input(INPUT_GET, 'b', FILTER_VALIDATE_INT);
26 'b' => FILTER_VALIDATE_INT
39 ["b"]=>
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt79 -- file opened in r+b --
100 -- file opened in a+b --
121 -- file opened in w+b --
142 -- file opened in x+b --
164 -- file opened in r+b --
188 -- file opened in a+b --
212 -- file opened in w+b --
236 -- file opened in x+b --
259 -- file opened in r+b --
280 -- file opened in a+b --
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt70 -- file opened in r+b --
91 -- file opened in a+b --
112 -- file opened in w+b --
133 -- file opened in x+b --
155 -- file opened in r+b --
179 -- file opened in a+b --
203 -- file opened in w+b --
227 -- file opened in x+b --
250 -- file opened in r+b --
271 -- file opened in a+b --
[all …]
H A Dbug63680.phpt9 $b = new SplFixedArray(1);
10 $a[0] = $b;
11 $b[0] = $a;
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c350 sljit_si b, sljit_sw immb) in emit_x86_instruction() argument
387 if (b & SLJIT_MEM) { in emit_x86_instruction()
388 if (!(b & OFFS_REG_MASK)) { in emit_x86_instruction()
393 if (b & REG_MASK) in emit_x86_instruction()
396 b |= TMP_REG3; in emit_x86_instruction()
399 b |= TO_OFFS_REG(SLJIT_SP); in emit_x86_instruction()
497 if (!(b & SLJIT_MEM)) in emit_x86_instruction()
498 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_lmap[b] : b); in emit_x86_instruction()
500 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
512 *buf_ptr++ = reg_lmap[b & REG_MASK] | (reg_lmap[OFFS_REG(b)] << 3); in emit_x86_instruction()
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt53 $contaner->b = $contaner->a;
71 $contaner->b = &$contaner->a;
81 $ucontainer->b = "container->a.changed";
172 ["b"]=>
181 ["b"]=>
191 ["b"]=>
200 ["b"]=>
213 ["b"]=>
222 ["b"]=>
232 ["b"]=>
[all …]
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_magic.phpt13 $p['a'] = '<?php include "b/c.php";' . "\n";
14 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
33 in b
34 <?php include "b/c.php";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_44454.phpt21 $db->exec('CREATE TABLE test(a INT, b INT, UNIQUE KEY idx_ab (a, b))');
22 $db->exec('INSERT INTO test(a, b) VALUES (1, 1)');
24 $stmt = $db->query('SELECT a, b FROM test');
29 $db->exec('INSERT INTO test(a, b) VALUES (1, 1)');
37 $db->exec('CREATE TABLE test(a INT, b INT, UNIQUE KEY idx_ab (a, b))');
38 $db->exec('INSERT INTO test(a, b) VALUES (1, 1)');
44 $stmt = $db->query('SELECT a, b FROM test');
49 $db->exec('INSERT INTO test(a, b) VALUES (1, 1)');
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_decrypt.phpt21 $data = b"This is the secret message which must be encrypted";
26 b'12345678',
27 b'12345678901234567890',
28 b'123456789012345678901234',
29 b'12345678901234567890123456'
39 b'1234',
40 b'12345678',
41 b'123456789'
50 $iv = b'12345678';
57 $key = b'1234567890123456';

Completed in 42 milliseconds

1...<<21222324252627282930>>...96