Home
last modified time | relevance | path

Searched refs:b (Results 1826 – 1850 of 2782) sorted by relevance

1...<<71727374757677787980>>...112

/php-src/ext/hash/
H A Dhash_snefru.c43 int b, index, rshift, lshift; in Snefru() local
67 for (b = 0; b < 4; b++) { in Snefru()
85 rshift = shifts[b]; in Snefru()
/php-src/Zend/tests/try/
H A Dbug70228.phpt8 finally { return str_repeat("b", 2); }
/php-src/Zend/tests/
H A Dbug71539_3.phpt2 Bug #71539.3 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
H A Dbug71539_4.phpt2 Bug #71539.4 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
H A Dbug71539_5.phpt2 Bug #71539.5 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
H A Dbug23104.phpt5 function foo($bar = array("a", "b", "c"))
H A Dstr_offset_005.phpt7 var_dump($a[$b]);
H A Derrmsg_006.phpt7 $b = $a[];
/php-src/Zend/tests/traits/
H A Dget_declared_traits_001.phpt7 interface b { }
/php-src/ext/phar/tests/
H A Dphar_setdefaultstub.phpt14 $phar['b.php'] = '<php echo "this is b\n"; ?>';
135 $b = pathinfo($a);
136 if (!isset($b['extension'])) {
142 if (isset($mimes[$b['extension']])) {
143 if ($mimes[$b['extension']] === 1) {
147 if ($mimes[$b['extension']] === 2) {
430 $b = pathinfo($a);
431 if (!isset($b['extension'])) {
438 if ($mimes[$b['extension']] === 1) {
725 $b = pathinfo($a);
[all …]
H A Dbug77247.phpt8 var_dump(new Phar('a/.b', 0,'test.phar'));
H A Dphar_convert_tar.phpt20 $files['b'] = 'b';
H A Dphar_convert_zip.phpt20 $files['b'] = 'b';
H A Dpharfileinfo_construct.phpt28 $b = $a['a'];
37 $b->__construct('oops');
H A Dphar_stub_write.phpt17 $files['b'] = 'b';
/php-src/ext/opcache/tests/jit/
H A Dassign_031.phpt14 $b = $a;
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c50 sljit_s32 b, sljit_sw immb) in emit_x86_instruction() argument
78 if (b & SLJIT_MEM) { in emit_x86_instruction()
79 if (!(b & REG_MASK)) in emit_x86_instruction()
90 if ((b & OFFS_REG_MASK) && (immb & 0x3) == 0 && reg_map[OFFS_REG(b)] != 5) in emit_x86_instruction()
91 b = SLJIT_MEM | OFFS_REG(b) | TO_OFFS_REG(b & REG_MASK); in emit_x86_instruction()
96 if (reg_map[b & REG_MASK] == 4 && !(b & OFFS_REG_MASK)) in emit_x86_instruction()
99 if (b & OFFS_REG_MASK) in emit_x86_instruction()
163 if (!(b & SLJIT_MEM)) { in emit_x86_instruction()
166 } else if (b & REG_MASK) { in emit_x86_instruction()
169 if (!(b & OFFS_REG_MASK) || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
[all …]
/php-src/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc7 $fp = fopen($this->path, 'r+b');
/php-src/ext/standard/tests/strings/
H A Dbug69522.phpt6 $b = unpack('h2147483648', $a);
H A Dparse_str_basic4.phpt19 $str = "first=%41&second=%a&third=%b";
69 string(2) "%b"
/php-src/ext/spl/tests/
H A Dgh10248.phpt11 $a->property = &$b;
/php-src/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt14 array("a" => 1, "b" => 2, "c" =>3, "d" => array()),
79 string(1) "b"
H A Darray_chunk_variation6.phpt24 "array3" => array("a" => 1, "b" => 2, "c" => 3, "a" => 4, "d" => 5)
102 ["b"]=>
H A Dusort_variation3.phpt57 "a".chr(0)."b" => 45,
58 b"binary" => 30,
/php-src/ext/phar/tests/zip/
H A Dphar_setalias.phpt24 $files['b'] = 'b';

Completed in 30 milliseconds

1...<<71727374757677787980>>...112