Home
last modified time | relevance | path

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

1...<<71727374757677787980>>...89

/PHP-7.2/ext/gd/tests/
H A Dimagecrop_auto.phpt49 $b = imagecolorallocate($im, 0, 0, 255);
/PHP-7.2/ext/standard/html_tables/
H A Dhtml_table_gen.php438 usort($dp, function($a, $b) { return hexdec($a[1])-hexdec($b[1]); });
/PHP-7.2/ext/standard/tests/array/
H A Drange.phpt158 string(1) "b"
260 string(1) "b"
H A Darray_diff_variation4.phpt82 b"binary",
H A Darray_walk_variation3.phpt52 array(b"binary"),
H A Dend.phpt51 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
204 string(1) "b"
H A Dend_64bit.phpt51 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
203 string(1) "b"
/PHP-7.2/ext/standard/tests/general_functions/
H A Dvar_dump_64bit.phpt128 array(array(1, 2), array('a', 'b')),
279 $newfunc = create_function('$a,$b', 'return "$a * $b = " . ($a * $b);');
283 var_dump( create_function('$a', 'return "$a * $a = " . ($a * $b);') );
530 string(1) "b"
1175 string(1) "b"
H A Dvar_dump.phpt128 array(array(1, 2), array('a', 'b')),
279 $newfunc = create_function('$a,$b', 'return "$a * $b = " . ($a * $b);');
283 var_dump( create_function('$a', 'return "$a * $a = " . ($a * $b);') );
530 string(1) "b"
1175 string(1) "b"
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_replace.phpt18 var_dump( str_replace("e", "b", "test") );
86 'b',
105 var_dump( str_replace(array("a", "a", "b"),
111 var_dump( str_replace(array("a", "a", "b"),
154 var_dump(str_replace(array("a", "a", "b"), "multi", "aaa", $count));
157 var_dump(str_replace( array("a", "a", "b"),
164 var_dump(str_replace( array("a", "a", "b"),
H A Dtrim_error.phpt27 var_dump(trim($hello, "a..b..c"));
H A Dltrim_error.phpt27 var_dump(ltrim($hello, "a..b..c"));
H A Drtrim_error.phpt27 var_dump(rtrim($hello, "a..b..c"));
H A Dcrypt_blowfish.phpt21 array('$2b$05$/OK.fbVrR/bpIqNJ5ianF.CE5elHaaO4EbggVDjb8P19RukzXSM3e', "\xff\xff\xa3"),
24 array('$2b$05$/OK.fbVrR/bpIqNJ5ianF.Sa7shbm4.OzKpvFnX1pQLmQW96oUlCq', "\xa3"),
H A Dhtml_entity_decode_win1252.phpt118 SINGLE LEFT-POINTING ANGLE QUOTATION MARK: &#x2039; => 8b
157 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK: &#x203A; => 9b
H A Dlcfirst.phpt38 'b', // single char
195 string(1) "b"
H A Dhtmlentities22.phpt42 $b = htmlspecialchars($test, $flag | $flag2, $charset, FALSE);
44 if ($a == $b)
47 echo sprintf("%s\tCHANGED (%s, %s)", $test, $a, $b), "\n";
/PHP-7.2/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt48 var_dump( disk_free_space(b"$file_path") );
H A Dfgetss_variation4.phpt36 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
139 -- Testing fgetss() with file opened using r+b mode --
/PHP-7.2/ext/phar/tests/
H A Dphar_offset_check.phpt19 $phar['b.txt'] = "second file\n";
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt11 $b =& $a[0];
/PHP-7.2/ext/fileinfo/tests/
H A Dbug61964-mb.phpt61 Notice: finfo_open(): Warning: offset `b' invalid in %sbug61964-mb.php on line %d
H A Dbug61964.phpt61 Notice: finfo_open(): Warning: offset `b' invalid in %sbug61964.php on line %d
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt70 if (!mysqli_query($link, "INSERT INTO test(label) VALUES ('b')")) {
121 if (!$res = mysqli_query($link, "INSERT INTO test(label) VALUES ('b'), ('c')")) {
/PHP-7.2/ext/date/lib/
H A Dtm2unixtime.c48 …do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, timelib_sll *b) in do_range_limit() argument
51 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
55 *b += *a / adj; in do_range_limit()

Completed in 41 milliseconds

1...<<71727374757677787980>>...89