Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 2225) sorted by last modified time

12345678910>>...89

/PHP-7.3/
H A DNEWS1517 . Added gmp_lcm(a, b). (Nikita)
1519 . Added gmp_kronecker(a, b). (Nikita)
H A Dconfigure.ac153 T_ME=`$php_shtool echo -n -e %b`
H A Drun-tests.php963 function test_sort($a, $b) argument
966 $b = test_name($b);
969 …$tb = strpos($b, TEST_PHP_SRCDIR."/tests") === 0 ? 1 + (strpos($b, TEST_PHP_SRCDIR."/tests/run-tes…
972 return strcmp($a, $b);
2520 usort($PHP_FAILED_TESTS['SLOW'], function($a, $b) {
2521 return $a['info'] < $b['info'] ? 1 : -1;
H A DUPGRADING188 [&$a, [$b, &$c]] = $d. The same is also supported for list().
429 . Added gmp_lcm(a, b) for calculating the least common multiple.
431 . Added gmp_kronecker(a, b) to compute the Kronecker symbol.
/PHP-7.3/ext/zip/
H A Dphp_zip.c145 char b[8192]; in php_zip_extract_file() local
262 while ((n=zip_fread(zf, b, sizeof(b))) > 0) { in php_zip_extract_file()
263 php_stream_write(stream, b, n); in php_zip_extract_file()
/PHP-7.3/ext/phar/
H A Dphar_object.c1385 char *b; member
1402 char *fname, *error = NULL, *base = p_obj->b, *save = NULL, *temp = NULL; in phar_build()
1796 pass.b = dir; in PHP_METHOD()
1884 pass.b = base; in PHP_METHOD()
/PHP-7.3/ext/standard/tests/strings/
H A Durl_t.phpt63 '/foo.php?a=b&c=d',
64 'foo.php?a=b&c=d',
69 'http://1.2.3.4:/abc.asp?a=1&b=2',
667 --> /foo.php?a=b&c=d: array(2) {
671 string(7) "a=b&c=d"
674 --> foo.php?a=b&c=d: array(2) {
678 string(7) "a=b&c=d"
719 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
727 string(7) "a=1&b=2"
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_001.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_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"
H A Dparse_url_basic_005.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 : NULL
H A Dparse_url_unterminated.phpt600 --> /foo.php?a=b&c=d: array(2) {
604 string(7) "a=b&c=d"
607 --> foo.php?a=b&c=d: array(2) {
611 string(7) "a=b&c=d"
667 --> http://1.2.3.4:/abc.asp?a=1&b=2: array(4) {
675 string(7) "a=1&b=2"
H A Dparse_url_basic_004.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 : NULL
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_006.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 : NULL
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 Durls.inc60 '/foo.php?a=b&c=d',
61 'foo.php?a=b&c=d',
67 'http://1.2.3.4:/abc.asp?a=1&b=2',
H A Dparse_url_basic_008.phpt80 --> /foo.php?a=b&c=d : string(7) "a=b&c=d"
81 --> foo.php?a=b&c=d : string(7) "a=b&c=d"
87 --> http://1.2.3.4:/abc.asp?a=1&b=2 : string(7) "a=1&b=2"
H A Dparse_url_basic_009.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 : NULL
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt791 if (!mysqli_query($link, "REPLACE INTO test(id, label) VALUES (100, 'b')"))
861 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b')"))
/PHP-7.3/build/
H A Dlibtool.m41193 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1195 ln conftest.a conftest.b 2>&5 || hard_links=no
1196 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2151 [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3176 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3250 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5891 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $l…
5894 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5928 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5933 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
[all …]
/PHP-7.3/ext/snmp/
H A Dsnmp.c83 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
86 while (b[i].name != NULL) { \
87 php_snmp_add_property((a), (b)[i].name, (b)[i].name_length, \
88 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c430 node_swap(Node* a, Node* b) in node_swap() argument
434 c = *a; *a = *b; *b = c; in node_swap()
445 if (NODE_TYPE(b) == NODE_STRING) { in node_swap()
446 StrNode* sn = STR_(b); in node_swap()
5416 is_equal_mml(MinMax* a, MinMax* b) in is_equal_mml() argument
5418 return a->min == b->min && a->max == b->max; in is_equal_mml()
6451 print_distance_range(FILE* f, OnigLen a, OnigLen b) in print_distance_range() argument
6460 if (b == INFINITE_LEN) in print_distance_range()
6463 fprintf(f, "(%u)", b); in print_distance_range()
/PHP-7.3/ext/gmp/
H A Dgmp.c72 ZEND_ARG_INFO(0, b)
77 ZEND_ARG_INFO(0, b)
/PHP-7.3/Zend/
H A Dacinclude.m4126 volatile double b = 1000000.0;
131 result = a / b;
148 volatile double b = 1000000.0;
152 result = a / b;
169 volatile double b = 1000000.0;
173 result = a / b;
190 volatile double b = 1000000.0;
195 result = a / b;
212 volatile double b = 1000000.0;
218 result = a / b;
/PHP-7.3/ext/mysqli/
H A Dmysqli.c41 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
44 while (b[i].pname != NULL) { \
45 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
46 (mysqli_read_t)(b)[i].r_func, (mysqli_write_t)(b)[i].w_func); \

Completed in 145 milliseconds

12345678910>>...89