Home
last modified time | relevance | path

Searched refs:b (Results 2276 – 2300 of 2473) sorted by relevance

1...<<919293949596979899

/PHP-8.1/ext/standard/tests/file/
H A Dfgets_variation4.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 --
H A Dis_executable_variation1.phpt34 "$file_path/is_executable_variation1/b*.tmp",
H A Ddisk_total_space_variation.phpt56 var_dump( disk_total_space(b"$file_path") );
H A Dis_readable_variation1.phpt33 "$file_path/is_readable_variation1/b*.tmp",
/PHP-8.1/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt606 --> /foo.php?a=b&c=d: array(2) {
610 string(7) "a=b&c=d"
613 --> foo.php?a=b&c=d: array(2) {
617 string(7) "a=b&c=d"
673 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
681 string(7) "a=1&b=2"
H A Dparse_url_unterminated.phpt612 --> /foo.php?a=b&c=d: array(2) {
616 string(7) "a=b&c=d"
619 --> foo.php?a=b&c=d: array(2) {
623 string(7) "a=b&c=d"
679 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
687 string(7) "a=1&b=2"
/PHP-8.1/ext/standard/html_tables/
H A Dhtml_table_gen.php433 usort($dp, function($a, $b) { return hexdec($a[1])-hexdec($b[1]); });
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt61 if (!mysqli_query($link, "INSERT INTO test(label) VALUES ('b')")) {
112 if (!$res = mysqli_query($link, "INSERT INTO test(label) VALUES ('b'), ('c')")) {
/PHP-8.1/ext/standard/tests/array/
H A Drange.phpt158 string(1) "b"
260 string(1) "b"
H A Darray_diff_assoc_variation3.phpt80 b"binary",
/PHP-8.1/main/
H A Dphp_network.h45 # define ftruncate(a, b) chsize(a, b) argument
/PHP-8.1/ext/pcre/tests/
H A Dpreg_replace_basic.phpt12 var_dump(preg_replace('<\b[hH]\w{2,4}>', 'Bonjour', $string)); //finds h or H at the beginning of a…
H A Dpreg_replace_edit_basic.phpt17 var_dump(preg_replace('<\b[hH]\w{2,4}>',
H A Dpreg_split_error1.phpt18 $subject = '1 2 a 3 4 b 5 6';
/PHP-8.1/ext/simplexml/tests/
H A D025.phpt12 <xhtml:body html:title="b">
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt11 $b =& $a[0];
/PHP-8.1/ext/spl/tests/
H A Dfixedarray_003.phpt11 $o[true] = 'b';
180 string(1) "b"
/PHP-8.1/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1252.phpt119 SINGLE LEFT-POINTING ANGLE QUOTATION MARK: &#x2039; => 8b
158 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK: &#x203A; => 9b
H A Dcrypt_blowfish.phpt15 array('$2b$05$/OK.fbVrR/bpIqNJ5ianF.CE5elHaaO4EbggVDjb8P19RukzXSM3e', "\xff\xff\xa3"),
18 array('$2b$05$/OK.fbVrR/bpIqNJ5ianF.Sa7shbm4.OzKpvFnX1pQLmQW96oUlCq', "\xa3"),
/PHP-8.1/Zend/Optimizer/
H A Dzend_ssa.h158 void zend_ssa_remove_block(zend_op_array *op_array, zend_ssa *ssa, int b);
160 void zend_ssa_remove_block_from_cfg(zend_ssa *ssa, int b);
/PHP-8.1/ext/date/lib/
H A Dtm2unixtime.c32 …do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, timelib_sll *b) in do_range_limit() argument
35 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
39 *b += *a / adj; in do_range_limit()
H A Dparse_iso_intervals.re31 # define strtoll(s, f, b) _atoi64(s)
34 # define strtoll(s, f, b) atoll(s)
36 # define strtoll(s, f, b) strtol(s, f, b)
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2.h798 #define PCRE2_JOIN(a,b) a ## b argument
799 #define PCRE2_GLUE(a,b) PCRE2_JOIN(a,b) argument
/PHP-8.1/ext/gd/libgd/
H A Dgd_png.c390 register png_byte b = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
391 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
403 register png_byte b = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
411 im->tpixels[h][w] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromPngCtx()
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt233 foreach ($differentCharsets as $b) {
234 identifyValidString($a . $b, 'ISO-2022-JP-2004');
246 foreach ($differentCharsets as $b) {
247 testValid($a . $b, "", false);

Completed in 98 milliseconds

1...<<919293949596979899