Home
last modified time | relevance | path

Searched refs:b (Results 2351 – 2375 of 2383) sorted by relevance

1...<<919293949596

/PHP-5.5/ext/standard/tests/file/
H A D005_variation-win32.phpt84 fwrite($file_write_handle, b"Hello, world");
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c476 #define ARCH_32_64(a, b) a argument
478 #define ARCH_32_64(a, b) b argument
H A DsljitNativeMIPS_common.c666 #define ARCH_32_64(a, b) a argument
668 #define ARCH_32_64(a, b) b argument
/PHP-5.5/Zend/
H A Dzend_language_scanner.l2010 <ST_IN_SCRIPTING>b?['] {
2079 <ST_IN_SCRIPTING>b?["] {
2121 <ST_IN_SCRIPTING>b?"<<<"{TABS_AND_SPACES}({LABEL}|([']{LABEL}['])|(["]{LABEL}["])){NEWLINE} {
/PHP-5.5/ext/date/lib/
H A Dparse_date.re38 # define strtoll(s, f, b) _atoi64(s)
41 # define strtoll(s, f, b) atoll(s)
43 # define strtoll(s, f, b) strtol(s, f, b)
1049 if (*ptr == 'b') {
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c24237 b = b<<7;
24246 b = b<<14;
24278 b = b<<7;
24291 b = b<<14;
24314 b = b<<7;
24324 b = b<<14;
24347 b = b<<8;
24353 b = b>>3;
24411 b = b<<7;
24447 b = b<<14;
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c224 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
227 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt35 print tryandcatch(3, '$db = new PDO("a" . chr(0) . "b");');
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt51 'b',
H A Dbug49785.phpt155 string(16) "266865617274733b"
868 string(2) "8b"
882 string(2) "9b"
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE169 b) You must cause the files modified to carry prominent notices
298 b) Use a suitable shared library mechanism for linking with the
345 b) Give prominent notice with the combined library of the fact
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc65 'b' => array(
563 $hashbang = $this->args['b']['val'];
1051 $hashbang = $this->args['b']['val'];
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c101 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c224 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
227 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in424 ; %d/%b/%Y:%H:%M:%S %z (default)
427 ; %d/%b/%Y:%H:%M:%S %z (default)
/PHP-5.5/ext/standard/
H A Dfilters.c328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
H A Dvar_unserializer.re546 "b:" [01] ";" {
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c862 …_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void* b) /* {{{ */ argument
887 ZVAL_STRINGL(*zargs[1], b, b_len, 1);
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c50 # define signal(a, b) NULL argument
53 # define signal(a, b) NULL argument
/PHP-5.5/ext/phar/
H A Dphar_object.c1411 char *b; member
1427 char *fname, *error = NULL, *base = p_obj->b, *opened, *save = NULL, *temp = NULL; in phar_build()
1826 pass.b = dir; in PHP_METHOD()
1910 pass.b = base; in PHP_METHOD()
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS243 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
257 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-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c779 apprentice_sort(const void *a, const void *b) in apprentice_sort() argument
782 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c384 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp() argument
387 …ver_http_response_status_code_pair *pb = (const php_cli_server_http_response_status_code_pair *) b; in status_comp()
/PHP-5.5/
H A DREADME.REDIST.BINS293 software and associated documentation files (the "Software"), and (b)

Completed in 557 milliseconds

1...<<919293949596