Home
last modified time | relevance | path

Searched refs:b (Results 2026 – 2050 of 2216) sorted by relevance

1...<<818283848586878889

/PHP-7.2/ext/tokenizer/tests/
H A D002.phpt13 '<? /* comment */ if (1 || 2) { } $a = 2 | 1; $b = 3^2; $c = 4&2; ?>',
846 string(2) "$b"
/PHP-7.2/ext/intl/tests/
H A Dlocale_get_display_name.phpt76 'en-a-myExt-b-another',
80 'ar-a-aaa-b-bbb-a-ccc'
323 locale='en-a-myExt-b-another'
338 locale='ar-a-aaa-b-bbb-a-ccc'
H A Didn_uts46_errors.phpt37 html_entity_decode("www.a&#x200D;b.com", 0, "UTF-8"),
/PHP-7.2/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt163 array(array(1, 2), array('a', 'b')),
794 1 => 'b',
806 1 => 'b',
818 1 => 'b',
H A Dvar_export-locale_32.phpt163 array(array(1, 2), array('a', 'b')),
794 1 => 'b',
806 1 => 'b',
818 1 => 'b',
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_assoc_variation4.phpt77 b"binary1" => 'binary 1',
H A Darray_search_variation4.phpt46 array("a"=> TRUE, "b"=> TRUE,
H A Darsort_object1.phpt55 "a" => new for_string_arsort("axx"), "b" => new for_string_asort("t"),
H A Din_array_variation4.phpt49 array("a"=> TRUE, "b"=> TRUE,
/PHP-7.2/ext/ftp/
H A Dftp.c800 unsigned long b[6]; in ftp_pasv() local
868 n = sscanf(ptr, "%lu,%lu,%lu,%lu,%lu,%lu", &b[0], &b[1], &b[2], &b[3], &b[4], &b[5]); in ftp_pasv()
873 ipbox.c[n] = (unsigned char) b[n]; in ftp_pasv()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-1613 [^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
H A Dtestoutput21-3213 [^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
/PHP-7.2/ext/standard/tests/file/
H A Ddisk_total_space_variation.phpt57 var_dump( disk_total_space(b"$file_path") );
H A Dfgetc_basic.phpt14 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
172 -- Testing fgetc() : file opened using r+b mode --
329 -- Testing fgetc() : file opened using r+b mode --
490 -- Testing fgetc() : file opened using r+b mode --
H A Dfread_basic.phpt36 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
194 -- File opened in mode r+b --
328 -- File opened in mode r+b --
462 -- File opened in mode r+b --
596 -- File opened in mode r+b --
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt26 $c1->query("create table type_change(a int, b char(10)) ENGINE = " . $engine);
H A D015.phpt32 !mysqli_query($link,"CREATE TABLE test(a int, b varchar(10)) Engine=InnoDB") ||
/PHP-7.2/ext/soap/tests/
H A Dclassmap.wsdl7 <xsd:element name="b" type="xsd:string"/>
/PHP-7.2/Zend/tests/
H A D002.phpt17 function test3($a, $b) {
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt53 …|n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a||r|| ||&|| ||n||u||m||b||e||r||s|| ||1||2||3…
/PHP-7.2/ext/standard/tests/url/
H A Dbase64_decode_basic_003.phpt35 $b = base64_decode($a, false);
37 …printf("base64 %-16s non-strict %-8s strict %s\n", json_encode($a), json_encode($b), json_encode($…
/PHP-7.2/ext/exif/
H A Dexif.c75 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
78 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
87 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
2362 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
2446 for (b=0;b<l;b++) { in add_assoc_image_info()
2447 add_index_long(&array, b, (int)(info_value->s[b])); in add_assoc_image_info()
2472 for (b=0;b<l;b++) { in add_assoc_image_info()
2473 add_index_long(&array, ap, (int)info_value->s[b]); in add_assoc_image_info()
/PHP-7.2/ext/mysqli/
H A Dmysqli.c43 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
46 while (b[i].pname != NULL) { \
47 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
48 (mysqli_read_t)(b)[i].r_func, (mysqli_write_t)(b)[i].w_func); \
/PHP-7.2/ext/gd/
H A Dgd.c96 int overflow2(int a, int b);
1397 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1423 b = 0; in PHP_FUNCTION()
1424 while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b))) { in PHP_FUNCTION()
1425 b += n; in PHP_FUNCTION()
1466 b = 0; in PHP_FUNCTION()
1467 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b))) { in PHP_FUNCTION()
1468 b += n; in PHP_FUNCTION()
2663 int b; in _php_image_output() local
2718 php_write(buf, b); in _php_image_output()
[all …]
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt22 $stm = $db->pgsqlLOBOpen($oid, 'w+b');

Completed in 69 milliseconds

1...<<818283848586878889