Home
last modified time | relevance | path

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

1...<<818283848586878889

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt803 if (!mysqli_query($link, "REPLACE INTO test(id, label) VALUES (100, 'b')"))
873 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b')"))
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c278 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp() argument
281 const http_response_status_code_pair *pb = (const http_response_status_code_pair *) b; in status_comp()
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS264 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
278 PCRE_UCP, which changes the behaviour of \b, \d, \s, and \w (and their
H A Dpcre_compile.c71 #define SETBIT(a,b) a[(b)/8] |= (1 << ((b)&7)) argument
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c877 apprentice_sort(const void *a, const void *b) in apprentice_sort() argument
880 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
/PHP-7.2/ext/standard/
H A Dvar_unserializer.re714 "b:" [01] ";" {
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_lexer.c23 #define YYDEBUG(a, b) argument
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h11227 const unsigned char *b; member
/PHP-7.2/
H A DREADME.REDIST.BINS268 software and associated documentation files (the "Software"), and (b)
H A Dconfigure.ac170 T_ME=`$php_shtool echo -n -e %b`
H A DINSTALL397 $PHP -b $FCGI_BIND_ADDRESS &
H A DNEWS2516 . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9595 const struct tilegx_spr *b = (const struct tilegx_spr *) b_ptr; in tilegx_spr_compare() local
9596 return (a->number - b->number); in tilegx_spr_compare()
/PHP-7.2/tests/lang/
H A D024.phpt16 $a = "b";
293 $a = "b";
301 $a = "b";
/PHP-7.2/ext/date/lib/
H A Dparse_date.c37 # define strtoll(s, f, b) _atoi64(s) argument
40 # define strtoll(s, f, b) atoll(s) argument
42 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-7.2/ext/standard/tests/misc/
H A Dbrowscap.ini1626 [Mozilla/4.0 (compatible; MSIE 4.01; Vonna.com b o t)]

Completed in 524 milliseconds

1...<<818283848586878889