Home
last modified time | relevance | path

Searched refs:b (Results 2251 – 2275 of 2474) sorted by relevance

1...<<919293949596979899

/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm64.lua369 local b = table.concat(t)
370 b = b..(r64 and (inv and "1" or "0"):rep(32) or b)
371 local p0, p1, p0a, p1a = b:match("^(0+)(1+)(0*)(1*)")
374 if band(w, w-1) == 0 and b == b:sub(1, w):rep(64/w) then
/PHP-8.1/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt74 --> /foo.php?a=b&c=d : NULL
75 --> foo.php?a=b&c=d : NULL
81 --> http://1.2.3.4:/abc.asp?a=1&b=2 : string(7) "1.2.3.4"
H A Dparse_url_basic_007.phpt74 --> /foo.php?a=b&c=d : string(8) "/foo.php"
75 --> foo.php?a=b&c=d : string(7) "foo.php"
81 --> http://1.2.3.4:/abc.asp?a=1&b=2 : string(8) "/abc.asp"
/PHP-8.1/ext/standard/tests/file/
H A Dfgets_variation3.phpt8 $file_modes = array("w+", "w+b", "w+t",
9 "a+", "a+b", "a+t",
10 "x+", "x+b", "x+t");
112 -- Testing fgets() with file opened using mode w+b --
256 -- Testing fgets() with file opened using mode a+b --
400 -- Testing fgets() with file opened using mode x+b --
H A Ddisk_free_space_basic.phpt42 var_dump( disk_free_space(b"$file_path") );
H A Dfgets_variation4-win32-mb.phpt14 $file_modes = array("w+", "w+b", "w+t",
15 "a+", "a+b", "a+t",
16 "x+", "x+b", "x+t");
122 -- Testing fgets() with file opened using mode w+b --
290 -- Testing fgets() with file opened using mode a+b --
458 -- Testing fgets() with file opened using mode x+b --
/PHP-8.1/ext/standard/tests/array/
H A Darray_diff_variation4.phpt76 b"binary",
H A Darray_key_exists.phpt9 array('a','b','c'),
48 array( array(2,4,5), array ("a","b","d") )
H A Dend.phpt47 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
185 string(1) "b"
H A Darray_diff_assoc_variation4.phpt64 b"binary1" => 'binary 1',
H A Darray_diff_variation3.phpt76 b"binary",
H A Darray_values.phpt23 array("a" => 1, "b" => 2, "c" =>3),
H A Darray_intersect_uassoc_variation1.phpt12 function key_compare_func($a, $b) {
13 if ($a === $b) {
16 return ($a > $b) ? 1 : -1;
/PHP-8.1/ext/intl/tests/
H A Didn_uts46_errors.phpt30 html_entity_decode("www.a&#x200D;b.com", 0, "UTF-8"),
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug54929.phpt36 testQuery("/*'**a ***b / ****
H A Dpdo_mysql_last_insert_id.phpt51 $db->exec("INSERT INTO test(id, col1) VALUES (101, 'b')");
57 $db->exec("REPLACE INTO test(col1) VALUES ('b')");
/PHP-8.1/ext/gd/tests/
H A Dimagecrop_auto.phpt50 $b = imagecolorallocate($im, 0, 0, 255);
/PHP-8.1/ext/ffi/tests/
H A D040.phpt42 FFI::memset($y[0], ord("b"), 4);
/PHP-8.1/Zend/Optimizer/
H A Ddce.c568 int b = ssa->cfg.blocks_count; in dce_optimize_op_array() local
569 while (b > 0) { in dce_optimize_op_array()
572 b--; in dce_optimize_op_array()
573 zend_basic_block *block = &ssa->cfg.blocks[b]; in dce_optimize_op_array()
/PHP-8.1/ext/phar/tests/
H A Dphar_offset_check.phpt18 $phar['b.txt'] = "second file\n";
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_variation13.phpt78 123b fab 0 a
H A Dvprintf_variation13_64bit.phpt78 123b fab 0 a
/PHP-8.1/ext/fileinfo/tests/
H A Dbug61964-mb.phpt61 Warning: finfo_open(): offset `b' invalid in %sbug61964-mb.php on line %d
H A Dbug61964.phpt61 Warning: finfo_open(): offset `b' invalid in %sbug61964.php on line %d
/PHP-8.1/ext/mysqli/tests/
H A Dbug_bits.phpt21 …bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty` bit(64) NOT NULL DEFAULT b'0')")) {

Completed in 34 milliseconds

1...<<919293949596979899