Home
last modified time | relevance | path

Searched refs:b (Results 1926 – 1950 of 2216) sorted by relevance

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

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt108 if (!$link->query("INSERT INTO test(id, label) VALUES (LAST_INSERT_ID(id + 1), 'b')"))
184 id = %d, label = 'b'
188 id = %d, label = 'b'
193 id = 101, label = 'b%d'
H A Dmysqli_num_fields.phpt44 func_test_mysqli_num_fields($link, "SELECT 1 AS a, NULL AS b, 'foo' AS c", 3, 15);
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.2/ext/standard/tests/array/
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 Deach_variation5.phpt22 array('a', 'b', 'c')
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc16 #define JOIN0(a, b) a ## b
17 #define JOIN(a, b) JOIN0(a, b)
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc16 #define JOIN0(a, b) a ## b
17 #define JOIN(a, b) JOIN0(a, b)
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput1442 /a*(b+)(z)(z)/P
62 /a(b)c/PN
65 /a(?P<name>b)c/PN
68 /a?|b?/P
339 /[^\x00-a]{12,}[^b-\xff]*/BZ
H A Dtestoutput1463 /a*(b+)(z)(z)/P
108 /a(b)c/PN
112 /a(?P<name>b)c/PN
116 /a?|b?/P
365 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
502 /[^\x00-a]{12,}[^b-\xff]*/BZ
505 [b-\xff] (neg){12,}+
/PHP-7.2/ext/standard/tests/general_functions/
H A Dprint_r.phpt135 array(array(1, 2), array('a', 'b')),
280 $newfunc = create_function('$a,$b', 'return "$a * $b = " . ($a * $b);');
284 print_r( create_function('$a', 'return "$a * $a = " . ($a * $b);') );
804 [1] => b
820 [1] => b
836 [1] => b
H A Dprint_r_64bit.phpt135 array(array(1, 2), array('a', 'b')),
280 $newfunc = create_function('$a,$b', 'return "$a * $b = " . ($a * $b);');
284 print_r( create_function('$a', 'return "$a * $a = " . ($a * $b);') );
804 [1] => b
820 [1] => b
836 [1] => b
/PHP-7.2/ext/phar/tests/zip/
H A D033.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_mixed_style.phpt22 $stmt->execute(array('a', 'b'));
/PHP-7.2/ext/date/tests/
H A Dstrftime_variation23.phpt18 $format = '%b %d %Y %H:%M:%S';
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.2/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt44 string(4) "b:0;"
/PHP-7.2/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.2/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.2/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);
/PHP-7.2/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.2/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"
H A Dparse_url_basic_001.phpt596 --> /foo.php?a=b&c=d: array(2) {
600 string(7) "a=b&c=d"
603 --> foo.php?a=b&c=d: array(2) {
607 string(7) "a=b&c=d"
663 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
671 string(7) "a=1&b=2"
/PHP-7.2/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 --

Completed in 72 milliseconds

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