Home
last modified time | relevance | path

Searched refs:b (Results 1976 – 2000 of 2616) sorted by relevance

1...<<71727374757677787980>>...105

/php-src/Zend/tests/
H A Dbug73753.phpt25 $arr = array(1 => 'foo', 'b' => 'bar', 'baz');
H A Dbug51394.phpt14 $a = $empty($b);
H A Dbug37632.phpt31 $b = new B1;
32 $b->doTest(new C1);
/php-src/ext/standard/tests/strings/
H A Dbug60801.phpt19 string(4) "b%0ar"
/php-src/Zend/tests/fibers/
H A Dgh9735-008.phpt12 function f($a, $b) {
H A Dgh9735-009.phpt12 function f($a, $b) {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt310 in = 0 -> id = 2 (integer) / label = 'b' (string)
313 in = 0 -> id = 2 (integer) / label = 'b' (string)
316 in = 0 -> id = 2 (integer) / label = 'b' (string)
319 in = 0 -> id = 2 (integer) / label = 'b' (string)
322 in = 2 -> id = 2 (integer) / label = 'b' (string)
326 in = 0 -> id = 2 (integer) / label = 'b' (string)
329 in = 0 -> id = 2 (integer) / label = 'b' (string)
332 in = 0 -> id = 2 (integer) / label = 'b' (string)
335 in = 0 -> id = 2 (integer) / label = 'b' (string)
338 in = 2 -> id = 2 (integer) / label = 'b' (string)
/php-src/Zend/Optimizer/
H A Ddfa_pass.c117 zend_basic_block *b; in zend_ssa_remove_nops() local
140 for (b = blocks; b < blocks_end; b++) { in zend_ssa_remove_nops()
142 if (b->len) { in zend_ssa_remove_nops()
153 b->len = 1; in zend_ssa_remove_nops()
157 old_end = b->start + b->len; in zend_ssa_remove_nops()
175 b->len = target - b->start; in zend_ssa_remove_nops()
188 b->start = target; in zend_ssa_remove_nops()
189 b->len = 0; in zend_ssa_remove_nops()
221 for (b = blocks; b < blocks_end; b++) { in zend_ssa_remove_nops()
222 if ((b->flags & ZEND_BB_REACHABLE) && b->len != 0) { in zend_ssa_remove_nops()
[all …]
/php-src/tests/classes/
H A Dconstants_basic_004.phpt40 $b = new B;
42 var_dump($x, $b, $c);
/php-src/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt14 $phar['b.php'] = '<php echo "this is b\n"; ?>';
/php-src/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt14 $phar['b.php'] = '<php echo "this is b\n"; ?>';
/php-src/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt10 public function __construct($a, $b) {
11 echo "In constructor of class B with args $a, $b\n";
H A DReflectionFunction_getFileName.002.phpt15 static $b = "hello";
H A DReflectionMethod_006.phpt15 new ReflectionMethod('a', 'b', 'c');
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt29 string(1) "b"
131 string(1) "b"
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt20 public $b = null;
56 ["b"]=>
/php-src/ext/standard/tests/file/
H A D005_variation2.phpt36 $b = touch(false);
42 var_dump($b);
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c328 if (e >= b && CAST(size_t, e - b) <= ss * sst->sst_len) in cdf_check_stream_offset()
332 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b), in cdf_check_stream_offset()
1151 if (b + l + sizeof(cep->f) > eb) { \
1171 memcpy(&reclen, b, sizeof(reclen)); in cdf_unpack_catalog()
1175 b += reclen; in cdf_unpack_catalog()
1176 if (b > eb) in cdf_unpack_catalog()
1188 b = CAST(const char *, sst->sst_tab); in cdf_unpack_catalog()
1189 for (j = i = 0; i < nr; b += reclen) { in cdf_unpack_catalog()
1324 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1325 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
[all …]
/php-src/ext/pcre/tests/
H A Dbug47229.phpt9 preg_match('/[a\-c]+/', 'a---b', $m);
/php-src/ext/mbstring/tests/
H A Dbug43993.phpt15 var_dump(mb_substr_count("aaaaaaaaaa", "b"));
/php-src/sapi/phpdbg/tests/
H A Dstdin_001.phpt9 b 3
/php-src/tests/basic/
H A Dini_parse_quantity_warnings.phpt12 Warning: Invalid quantity "1mb": unknown multiplier "b", interpreting as "1" for backwards compatib…
/php-src/ext/iconv/tests/
H A Diconv-charset-length-cve-2007-4840.phpt8 var_dump(iconv($a, "b", "test"));
/php-src/Zend/tests/try/
H A Dtry_finally_017.phpt8 public $b = 2;
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error1.phpt21 $b = new B;

Completed in 33 milliseconds

1...<<71727374757677787980>>...105