Home
last modified time | relevance | path

Searched refs:b (Results 2326 – 2350 of 2474) sorted by relevance

1...<<919293949596979899

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_column.phpt147 string(1) "b"
H A Dmysqli_stmt_datatype_change.phpt26 $c1->query("create table type_change(a int, b char(10)) ENGINE = " . $engine);
H A Dmysqli_fetch_column_libmysql.phpt145 string(1) "b"
H A D015.phpt33 !mysqli_query($link,"CREATE TABLE test(a int, b varchar(10)) Engine=InnoDB") ||
H A Dmysqli_insert_id_variation.phpt78 … printf("[008b] mysqli_stmt doesn't initialise insert_id: %s", var_export($stmt->insert_id, true));
H A D014.phpt28 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_ireplace.phpt34 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
H A Dstr_word_count.phpt7 $b =& $str;
H A Ducfirst.phpt36 'b', // single char
/PHP-8.1/ext/mbstring/tests/
H A Dgh9535b.phpt43 $input = 'あaいb';
/PHP-8.1/ext/standard/tests/url/
H A Dbase64_decode_basic_003.phpt27 $b = base64_decode($a, false);
29 …printf("base64 %-16s non-strict %-8s strict %s\n", json_encode($a), json_encode($b), json_encode($…
/PHP-8.1/ext/gd/libgd/
H A Dgd_avif.c418 uint8_t b = *(p++); in gdImageCreateFromAvifCtx() local
420 im->tpixels[y][x] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromAvifCtx()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dencoding.c75 file_encoding(struct magic_set *ms, const struct buffer *b, in file_encoding() argument
79 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_encoding()
80 size_t nbytes = b->flen; in file_encoding()
/PHP-8.1/ext/date/lib/
H A Dinterval.c324 …do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, timelib_sll *b) in do_range_limit() argument
327 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
331 *b += *a / adj; in do_range_limit()
/PHP-8.1/ext/standard/tests/file/
H A Dfgetc_basic.phpt10 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
168 -- Testing fgetc() : file opened using r+b mode --
325 -- Testing fgetc() : file opened using r+b mode --
486 -- Testing fgetc() : file opened using r+b mode --
H A Dflock_variation.phpt38 b"string",
39 b"",
/PHP-8.1/ext/ftp/
H A Dftp.c777 unsigned long b[6]; in ftp_pasv() local
845 n = sscanf(ptr, "%lu,%lu,%lu,%lu,%lu,%lu", &b[0], &b[1], &b[2], &b[3], &b[4], &b[5]); in ftp_pasv()
850 ipbox.c[n] = (unsigned char) b[n]; in ftp_pasv()
/PHP-8.1/ext/standard/tests/array/
H A Dsizeof_variation2.phpt16 array("a" => 1, 'b' => 2, array( "c" =>3, array( "d" => 5))),
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt24 $stm = $db->pgsqlLOBOpen($oid, 'w+b');
/PHP-8.1/ext/filter/tests/
H A D043.phpt112 string(1) "b"
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_42499.phpt39 $db->exec("INSERT INTO test(id) VALUES ('b')");
/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_array.phpt15 array(array(1, 2), array('a', 'b')),
/PHP-8.1/Zend/
H A Dzend_hash.c1176 idx = HT_IDX_TO_HASH(b - arData); in zend_hash_set_bucket_key()
1177 nIndex = b->h | ht->nTableMask; in zend_hash_set_bucket_key()
1187 Z_NEXT(p->val) = Z_NEXT(b->val); in zend_hash_set_bucket_key()
1189 zend_string_release(b->key); in zend_hash_set_bucket_key()
1192 idx = b - arData; in zend_hash_set_bucket_key()
1193 b->key = key; in zend_hash_set_bucket_key()
1194 b->h = ZSTR_H(key); in zend_hash_set_bucket_key()
1195 nIndex = b->h | ht->nTableMask; in zend_hash_set_bucket_key()
1199 Z_NEXT(b->val) = i; in zend_hash_set_bucket_key()
1207 Z_NEXT(b->val) = Z_NEXT(p->val); in zend_hash_set_bucket_key()
[all …]
/PHP-8.1/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt29 public var $b;
396 string(2) "$b"
/PHP-8.1/ext/phar/tests/
H A Dfopen_edgecases.phpt21 $a = fopen($pname . '/b/c.php', 'a');
74 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): Failed to open stream: phar error: open …

Completed in 45 milliseconds

1...<<919293949596979899