Home
last modified time | relevance | path

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

1...<<818283848586878889

/PHP-7.2/ext/standard/tests/strings/
H A Ducfirst.phpt38 'b', // single char
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch224 - void *b = map->magic[i];
226 - if (CAST(char *, b) >= CAST(char *, p) &&
227 - CAST(char *, b) <= CAST(char *, p) + map->len)
1463 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
1574 #define strtoul(a, b, c) strtol(a, b, c)
3228 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__)
3237 #define F(a, b, c) fmtcheck((b)->desc, (c))
3239 +#define F(a, b, c) ((b)->desc)
3363 return file_strncmp(a, b, len, flags);
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY434 ex. /(?<!(?<=a)b|c)d/
1167 ex. /b\3777\c/.match("b\3777\c")
1293 /(?:()|()|()|(x)|()|())*\2b\5/.match("b")
1300 ex. /ab{2,3}*/ was /(?:a(?:b{2,3}))*/,
1301 should be /a(?:b{2,3}*)/
1306 wrong fetch after (?x) option. ex. "(?x)\ta .\n+b"
1677 2003/06/03: [impl] automatic possessivate optimization. a*b ==> (?>a*)b
2018 in look-behind. ex. /(?<=(a|b){3})/ (thanks Guy Decoux)
2049 2002/03/18: [spec] /[a-b-c]/ should be error.
2054 2002/03/18: [bug] ab{2}{3} was interpreded to (?:a(?:b{2})){3}
[all …]
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_assoc_variation1.phpt75 /*21*/ b"binary",
H A Darray_diff_assoc_variation2.phpt75 /*21*/ b"binary",
H A Darray_diff_variation1.phpt75 /*21*/ b"binary",
H A Darray_diff_variation2.phpt75 /*21*/ b"binary",
H A Dsort_basic.phpt26 "b" => "banana",
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt85 if ($res = mysqli_query($link, "SELECT 1 AS a; SELECT 2 AS b")) {
H A Dmysqli_affected_rows.phpt56 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (2, 'b'), (3, 'c')"))
/PHP-7.2/
H A DREADME.MAILINGLIST_RULES18 b. Help in making sure we all use our time more efficiently.
/PHP-7.2/ext/date/tests/
H A Dgmstrftime_variation2.phpt22 $format = '%b %d %Y %H:%M:%S';
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregenc.h206 extern int onig_codes_cmp(OnigCodePoint a[], OnigCodePoint b[], int n);
/PHP-7.2/ext/snmp/
H A Dsnmp.c85 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
88 while (b[i].name != NULL) { \
89 php_snmp_add_property((a), (b)[i].name, (b)[i].name_length, \
90 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \
/PHP-7.2/ext/phar/tests/
H A Dphpinfo_004.phpt16 a=b
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_strict.phpt23 'bool' => function (bool $b) { return $b; }
H A Dscalar_strict_64bit.phpt23 'bool' => function (bool $b) { return $b; }
/PHP-7.2/ext/gd/libgd/
H A Dgd_gd2.c369 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
370 im->tpixels[y][x] = a + r + g + b; in gdImageCreateFromGd2Ctx()
/PHP-7.2/win32/build/
H A Dconfutils.js210 var b = path.split("\\");
213 for (i = 0; i < b.length; i++) {
214 if (a[i].toLowerCase() == b[i].toLowerCase())
222 for (j = i; j < b.length; j++) {
223 path += b[j];
224 if (j < b.length - 1)
/PHP-7.2/build/
H A Dlibtool.m41197 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1199 ln conftest.a conftest.b 2>&5 || hard_links=no
1200 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2155 [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3180 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3254 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5895 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $l…
5898 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5932 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5937 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h385 #define memmove(a, b, c) bcopy(b, a, c) argument
406 #define memmove(a, b, c) pcre_memmove(a, b, c) argument
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c350 #define push_inst(a, b) push_inst_debug(a, b, __LINE__) argument
547 const struct Format *b = NULL; in compute_format() local
550 b = &formats[i]; in compute_format()
551 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) { in compute_format()
552 match = b; in compute_format()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c31142 b = b<<7;
31151 b = b<<14;
31184 b = b<<7;
31197 b = b<<14;
31230 b = b<<14;
31253 b = b<<8;
31259 b = b>>3;
31353 b = b<<14;
145024 for(; b; b=b>>1, n++){}
221691 b = b<<8;
[all …]
/PHP-7.2/ext/zip/lib/
H A Dzip_dirent.c574 zip_uint8_t b[6]; in _zip_dirent_size() local
584 if ((buffer = _zip_buffer_new_from_source(src, local ? 4 : 6, b, error)) == NULL) { in _zip_dirent_size()
/PHP-7.2/ext/standard/
H A Dinfo.c777 static int module_name_cmp(const void *a, const void *b) in module_name_cmp() argument
780 Bucket *s = (Bucket *) b; in module_name_cmp()

Completed in 610 milliseconds

1...<<818283848586878889