Home
last modified time | relevance | path

Searched refs:bb (Results 26 – 50 of 72) sorted by relevance

123

/php-src/ext/standard/tests/array/
H A Darray_multisort_incase.phpt19 '1 bb 1',
52 string(6) "1 bb 1"
H A Darray_multisort_natural_case.phpt19 '1 bb 1',
56 string(6) "1 bb 1"
H A Darray_multisort_natural_incase.phpt19 '1 bb 1',
52 string(6) "1 bb 1"
H A Dextract_variation5.phpt28 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "bb"));
30 var_dump ( extract($sub_array, EXTR_PREFIX_IF_EXISTS, "bb"));
H A Dextract_variation2.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "bb"));
31 var_dump ( extract($sub_array, EXTR_PREFIX_IF_EXISTS, "bb"));
H A Dextract_variation4.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "bb"));
31 var_dump ( extract($sub_array, EXTR_PREFIX_IF_EXISTS, "bb"));
H A Dextract_variation3.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "bb"));
31 var_dump ( extract($sub_array, EXTR_PREFIX_IF_EXISTS, "bb"));
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt18 …mp(preg_replace_callback('@\b\w{1,2}\b@', 'g', array('a b3 bcd', 'v' => 'aksfjk', 12 => 'aa bb')));
31 string(9) "'aa' 'bb'"
/php-src/ext/opcache/jit/ir/
H A Dir_emit.c902 ir_reg tmp_reg = ctx->regs[bb->end][0]; in ir_emit_dessa_moves()
903 ir_reg tmp_fp_reg = ctx->regs[bb->end][1]; in ir_emit_dessa_moves()
905 IR_ASSERT(bb->successors_count == 1); in ir_emit_dessa_moves()
906 succ = ctx->cfg_edges[bb->successors]; in ir_emit_dessa_moves()
962 ir_block *bb; in ir_match() local
978 for (b = ctx->cfg_blocks_count, bb = ctx->cfg_blocks + b; b > 0; b--, bb--) { in ir_match()
980 start = bb->start; in ir_match()
990 ref = bb->end; in ir_match()
991 if (bb->successors_count == 1) { in ir_match()
998 bb->flags |= IR_BB_EMPTY; in ir_match()
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dbuffer.c66 buffer_fill(const struct buffer *bb) in buffer_fill() argument
68 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill()
H A Dsoftmagic.c222 struct buffer bb; in match() local
373 bb.fbuf), bb.flen, offset, in match()
454 switch (moffset(ms, m, &bb, in match()
1564 bb->fbuf, bb->flen, bb->elen, ms->offset, b->fbuf, in msetoffset()
1600 struct buffer bb; in mget() local
1896 bb = *b; in mget()
1897 bb.fbuf = s + offset; in mget()
1898 bb.flen = nbytes - offset; in mget()
1899 bb.ebuf = NULL; in mget()
1900 bb.elen = 0; in mget()
[all …]
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt5 $b = "bb";
18 $bb = "baa";
/php-src/Zend/tests/try/
H A Dbug70228.phpt14 string(2) "bb"
H A Dbug70228_8.phpt13 case "bb":
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_012.phpt11 $b =! $a = $a + $b & $b & $bb = $a = $a + $b & $a;
/php-src/ext/intl/tests/
H A Dcollator_compare.phpt93 array( 'а', 'bb' ),
133 'а' > 'bb'
H A Dcollator_compare_variant2.phpt92 array( 'а', 'bb' ),
131 'а' < 'bb'
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_escape_error.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
/php-src/ext/standard/tests/strings/
H A Dpack_arrays.phpt16 [bb] => 67438087
/php-src/Zend/tests/
H A Dget_class_vars_001.phpt14 static private $bb = 5;
H A Dget_class_vars_002.phpt14 static private $bb = 5;
/php-src/ext/phar/tests/
H A Dmkdir.phpt20 $a->addEmptyDir('bb');
21 $a->addEmptyDir('bb');
/php-src/ext/standard/tests/streams/
H A Dbug60817.phpt35 string(2) "bb"
/php-src/ext/filter/tests/
H A D033_run.inc18 "aa:bb:cc:dd:ee:ff",
/php-src/ext/hash/
H A Dhash_tiger.c35 bb = b; \
80 b -= bb; \
118 uint64_t aa, bb, cc; \

Completed in 42 milliseconds

123