Home
last modified time | relevance | path

Searched refs:b (Results 1951 – 1975 of 2225) sorted by relevance

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

/PHP-7.3/ext/standard/tests/strings/
H A Dhtmlentities-utf-2.phpt50 string(16) "266561637574653b"
H A Dstr_word_count.phpt8 $b =& $str;
17 var_dump(str_word_count($str, $b));
/PHP-7.3/ext/oci8/tests/
H A Dextauth_02.phpt45 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
54 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_03.phpt45 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
54 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
H A Dextauth_01.phpt46 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
55 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
22 $stmt = $db->prepare("INSERT INTO test (a, b, c) values (?, ?, ?)");
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_bit.phpt15 // b'001' syntax not supported before 5.0.3
79 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
/PHP-7.3/ext/date/tests/
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-7.3/
H A DREADME.RELEASE_PROCESS126 b. ``$PHP_x_RC_DATE`` = "06 September 2007"
136 b. Add the content for the news entry. Be sure to include the text:
219 highest branch, otherwise you have to do this manually, see point 1.b
221 b. In case multiple PHP minor versions are in active development you have
228 b. ``$PHP_X_DATE`` to the release date
253 b. check for &, < and > and escape them if necessary
277 b. Add the content for the news entry
303 b. ``$PHP_X_VERSION`` to the correct version
320 b. Add the content for the news entry
H A DUPGRADING.INTERNALS5 b. Run-time constant operand addressing
35 b. Windows build system changes
47 b. In 64-bit builds PHP-7.2 and below used relative run-time constant operand
193 b. Windows build system changes
/PHP-7.3/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()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dencoding.c69 file_encoding(struct magic_set *ms, const struct buffer *b, unichar **ubuf, in file_encoding() argument
72 const unsigned char *buf = b->fbuf; in file_encoding()
73 size_t nbytes = b->flen; in file_encoding()
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_002.phpt81 --> /foo.php?a=b&c=d : NULL
82 --> foo.php?a=b&c=d : NULL
88 --> http://1.2.3.4:/abc.asp?a=1&b=2 : string(4) "http"
/PHP-7.3/ext/standard/tests/file/
H A Dfgets_variation3.phpt13 $file_modes = array("w+", "w+b", "w+t",
14 "a+", "a+b", "a+t",
15 "x+", "x+b", "x+t");
117 -- Testing fgets() with file opened using mode w+b --
261 -- Testing fgets() with file opened using mode a+b --
405 -- Testing fgets() with file opened using mode x+b --
H A Dfgetss_basic1.phpt31 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
116 -- Testing fgetss() with file opened using r+b mode --
/PHP-7.3/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation9.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Darray_intersect_uassoc_variation2.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
17 function key_compare_func($a, $b) {
18 if ($a === $b) {
21 return ($a > $b) ? 1 : -1;
H A Darray_diff_ukey_variation10.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
/PHP-7.3/ext/session/tests/
H A Dsession_set_save_handler_variation4.phpt66 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
/PHP-7.3/ext/mbstring/tests/
H A Dmb_split_error.phpt26 $string = 'a b c d e f g';
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug54929.phpt35 testQuery("/*'**a ***b / ****
H A Dpdo_mysql_last_insert_id.phpt50 $db->exec("INSERT INTO test(id, col1) VALUES (101, 'b')");
56 $db->exec("REPLACE INTO test(col1) VALUES ('b')");
/PHP-7.3/main/
H A Dphp_network.h47 # define ftruncate(a, b) chsize(a, b) argument
/PHP-7.3/ext/phar/tests/
H A Dphar_convert_repeated.phpt20 $files['b'] = 'b';
/PHP-7.3/main/streams/
H A Dstreams.c1370 size_t b; in _php_stream_passthru() local
1381 if (0 < (b = PHPWRITE(p + bcount, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1382 bcount += b; in _php_stream_passthru()
1384 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1392 while ((b = php_stream_read(stream, buf, sizeof(buf))) > 0) { in _php_stream_passthru()
1393 PHPWRITE(buf, b); in _php_stream_passthru()
1394 bcount += b; in _php_stream_passthru()
2241 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b) argument
2243 return strcoll(ZSTR_VAL(*a), ZSTR_VAL(*b));
2251 return strcoll(ZSTR_VAL(*b), ZSTR_VAL(*a));
[all …]

Completed in 60 milliseconds

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