Home
last modified time | relevance | path

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

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

/PHP-7.2/ext/standard/tests/url/
H A Dparse_url_unterminated.phpt598 --> /foo.php?a=b&c=d: array(2) {
602 string(7) "a=b&c=d"
605 --> foo.php?a=b&c=d: array(2) {
609 string(7) "a=b&c=d"
665 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
673 string(7) "a=1&b=2"
H A Dparse_url_basic_007.phpt80 --> /foo.php?a=b&c=d : string(8) "/foo.php"
81 --> foo.php?a=b&c=d : string(7) "foo.php"
87 --> http://1.2.3.4:/abc.asp?a=1&b=2 : string(8) "/abc.asp"
H A Dparse_url_basic_003.phpt80 --> /foo.php?a=b&c=d : NULL
81 --> foo.php?a=b&c=d : NULL
87 --> http://1.2.3.4:/abc.asp?a=1&b=2 : string(7) "1.2.3.4"
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c105 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b);
106 static int php_openssl_compare_timeval(struct timeval a, struct timeval b);
2156 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval() argument
2160 difference.tv_sec = a.tv_sec - b.tv_sec; in php_openssl_subtract_timeval()
2161 difference.tv_usec = a.tv_usec - b.tv_usec; in php_openssl_subtract_timeval()
2163 if (a.tv_usec < b.tv_usec) { in php_openssl_subtract_timeval()
2164 b.tv_sec -= 1L; in php_openssl_subtract_timeval()
2165 b.tv_usec += 1000000L; in php_openssl_subtract_timeval()
2172 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval() argument
2174 if (a.tv_sec > b.tv_sec || (a.tv_sec == b.tv_sec && a.tv_usec > b.tv_usec) ) { in php_openssl_compare_timeval()
[all …]
/PHP-7.2/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.2/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation9.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Darray_diff_ukey_variation10.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
/PHP-7.2/sapi/cgi/
H A DCHANGES9 /info.php/test?a=b will fail to work
/PHP-7.2/ext/mbstring/tests/
H A Dmb_split_error.phpt26 $string = 'a b c d e f g';
/PHP-7.2/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.2/main/
H A Dphp_network.h49 # define ftruncate(a, b) chsize(a, b) argument
/PHP-7.2/ext/standard/tests/file/
H A Dfgetss_basic1.phpt29 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
114 -- Testing fgetss() with file opened using r+b mode --
H A Dfgets_variation4-win32.phpt19 $file_modes = array("w+", "w+b", "w+t",
20 "a+", "a+b", "a+t",
21 "x+", "x+b", "x+t");
127 -- Testing fgets() with file opened using mode w+b --
295 -- Testing fgets() with file opened using mode a+b --
463 -- Testing fgets() with file opened using mode x+b --
H A Dfgets_variation4.phpt19 $file_modes = array("w+", "w+b", "w+t",
20 "a+", "a+b", "a+t",
21 "x+", "x+b", "x+t");
127 -- Testing fgets() with file opened using mode w+b --
295 -- Testing fgets() with file opened using mode a+b --
463 -- Testing fgets() with file opened using mode x+b --
H A Dfgets_variation4-win32-mb.phpt19 $file_modes = array("w+", "w+b", "w+t",
20 "a+", "a+b", "a+t",
21 "x+", "x+b", "x+t");
127 -- Testing fgets() with file opened using mode w+b --
295 -- Testing fgets() with file opened using mode a+b --
463 -- Testing fgets() with file opened using mode x+b --
/PHP-7.2/ext/oci8/tests/
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.2/ext/phar/tests/
H A Dphar_convert_repeated.phpt20 $files['b'] = 'b';
/PHP-7.2/main/streams/
H A Dstreams.c1362 size_t b; in _php_stream_passthru() local
1373 if (0 < (b = PHPWRITE(p + bcount, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1374 bcount += b; in _php_stream_passthru()
1376 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1384 while ((b = php_stream_read(stream, buf, sizeof(buf))) > 0) { in _php_stream_passthru()
1385 PHPWRITE(buf, b); in _php_stream_passthru()
1386 bcount += b; in _php_stream_passthru()
2233 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b) argument
2235 return strcoll(ZSTR_VAL(*a), ZSTR_VAL(*b));
2243 return strcoll(ZSTR_VAL(*b), ZSTR_VAL(*a));
[all …]
/PHP-7.2/ext/wddx/tests/
H A Dbug37569.phpt62 string(2) "4b"
63 string(2) "4b"
126 string(2) "5b"
127 string(2) "5b"
153 <wddxPacket version='1.0'><header/><data><string>b</string></data></wddxPacket>
190 string(2) "6b"
191 string(2) "6b"
254 string(2) "7b"
255 string(2) "7b"
/PHP-7.2/ext/mysqli/tests/
H A Dbug_bits.phpt20 …bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty` bit(64) NOT NULL DEFAULT b'0')")) {
/PHP-7.2/ext/standard/
H A Dphp_array.h109 PHPAPI int php_multisort_compare(const void *a, const void *b);
/PHP-7.2/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt50 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) );
/PHP-7.2/ext/standard/tests/time/
H A Dstrptime_error.phpt26 $format = '%b %d %Y %H:%M:%S';
/PHP-7.2/ext/gd/tests/
H A Dimagecrop_auto-ext.phpt49 $b = imagecolorallocate($im, 0, 0, 255);

Completed in 61 milliseconds

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