Home
last modified time | relevance | path

Searched refs:b (Results 2226 – 2250 of 2474) sorted by relevance

1...<<81828384858687888990>>...99

/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c532 file_trycdf(struct magic_set *ms, const struct buffer *b) in file_trycdf() argument
534 int fd = b->fd; in file_trycdf()
535 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_trycdf()
536 size_t nbytes = b->flen; in file_trycdf()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt109 if (!$link->query("INSERT INTO test(id, label) VALUES (LAST_INSERT_ID(id + 1), 'b')"))
185 id = %d, label = 'b'
189 id = %d, label = 'b'
194 id = 101, label = 'b%d'
/PHP-8.1/
H A DUPGRADING.INTERNALS5 b. Zend Stream API
19 b. ext/pdo
36 b. Zend Stream API has been changed to use "zend_string*" instead of "char*"
82 b. ext/pdo
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc16 #define JOIN0(a, b) a ## b
17 #define JOIN(a, b) JOIN0(a, b)
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc16 #define JOIN0(a, b) a ## b
17 #define JOIN(a, b) JOIN0(a, b)
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c306 int b; local
373 for (b = 0; b < cfg->blocks_count; b++) {
374 if (cfg->blocks[b].flags & (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY)) {
375 addr = (uint64_t)(uintptr_t)op_array->opcodes[cfg->blocks[b].start].handler;
/PHP-8.1/ext/standard/tests/array/
H A Darray_walk_recursive_variation3.phpt39 array(array(b'binary')),
H A Dend_64bit.phpt47 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
180 string(1) "b"
H A Drange_errors.phpt18 var_dump( range("a", "b", 0) );
31 var_dump( range("b", "a", 0) );
/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_dim_r_003.phpt29 $y = "b";
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_variation4.phpt64 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
/PHP-8.1/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt48 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) );
H A Dhtmlentities-utf-2.phpt50 string(16) "266561637574653b"
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_mixed_style.phpt23 $stmt->execute(array('a', 'b'));
/PHP-8.1/Zend/tests/attributes/
H A D001_placement.phpt16 public function foo(#[A1(5)] $a, #[A1(6)] $b) { }
/PHP-8.1/ext/date/tests/
H A Dstrftime_variation4.phpt13 'Abbreviated month name' => "%b",
H A Ddate_time_immutable.phpt10 function dump($a, $b, $c)
13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n";
/PHP-8.1/tests/lang/
H A Dbug27439.phpt8 public $b = 2;
/PHP-8.1/Zend/tests/
H A Dfalsetoarray.phpt27 function ffalse(bool $a, ?bool $b, &$c, ...$d) {
31 $b[] = 42;
/PHP-8.1/ext/phar/tests/
H A Dphar_convert_repeated.phpt20 $files['b'] = 'b';
/PHP-8.1/ext/oci8/tests/
H A Dextauth_02.phpt48 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
57 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_03.phpt48 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
57 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_01.phpt48 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
57 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
/PHP-8.1/Zend/
H A Dzend_types.h37 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
40 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
44 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
47 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
924 #define ZVAL_BOOL(z, b) do { \ argument
926 (b) ? IS_TRUE : IS_FALSE; \
/PHP-8.1/ext/gd/libgd/
H A Dgd_topal.c333 int b = gdTrueColorGetBlue (*ptr) >> C2_SHIFT; in prescan_quantize() local
342 histp = &histogram[r][g][b]; in prescan_quantize()
1020 int r, g, b; in find_best_colors() local
1024 b = nim->blue[icolor]; in find_best_colors()
1031 inc2 = (minc2 - b) * C2_SCALE; in find_best_colors()
1155 int r, g, b; in pass2_no_dither() local
1162 b = gdTrueColorGetBlue (*inptr); in pass2_no_dither()
1176 c2 = b >> C2_SHIFT; in pass2_no_dither()

Completed in 59 milliseconds

1...<<81828384858687888990>>...99