Home
last modified time | relevance | path

Searched refs:b (Results 2176 – 2200 of 2622) sorted by relevance

1...<<81828384858687888990>>...105

/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2-win32.phpt16 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
17 "x","xb","xt","x+","x+b","x+t");
131 -- File opened in mode w+b --
227 -- File opened in mode x+b --
325 -- File opened in mode w+b --
421 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_basic2.phpt16 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
17 "x","xb","xt","x+","x+b","x+t");
131 -- File opened in mode w+b --
227 -- File opened in mode x+b --
325 -- File opened in mode w+b --
421 -- File opened in mode x+b --
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4200 decltype(a) b = 2;
201 return a + b;
338 auto b = []() -> int { return '0'; }();
339 auto c = [=](){ return a + b; }();
341 auto e = [a, &b](int x) mutable {
344 a += b--;
345 return x + identity(a + b);
347 return a + b + c + d + e;
496 const auto lambda1 = [a = x](int b){ return a + b; };
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt127 array( '}E|0g@<b-qleOuumaQA2nFnf ', 'f817c2a8dc3cac28' ),
141 array( '=*"H&iA\\f/!p:>b<v;S"?T].Q#?', '226c52cdff2324cb' ),
154 array( '9}Io#(8b]|0k8NU`=fIe}t[bF8MUfJ', 'fd58c24dc342b56c' ),
161 array( 'T_5/3 )TOL_\\$l7\'W\\+<E;$ErC^ac\\b', 'c4d6aab371c199b4' ),
197 array( '\\V;B.b^D gP SV1VrnLu4)f$W18*qo5OGPrU3Qz', '11baf93d39928abd' ),
213 array( 'kAHAq7S"wxf3*1eJvGh.-h+j$^(v9@U&b~GT7zV0s>', '01e47424ff38f337' ),
223 array( 'C5~>*)4([ZJw-(P[I-[b\\-A}}aM/GV&kl%+w/? jyJc(', '7a9e26e4aeb98fc9' ),
232 array( '=gUGarzF3F2|4k?qNjX[fmERC_.\\D8Nb!$*cw&*+M=(b*G', 'c7ce7d6de622765c' ),
286 array( '&E$W:Vf$cJsn{d>g+#b,Fb!`dSIB_R*ex/=4e%8JO,9LqX4|\\v*#Z+d?', 'd416e24b2f0208f8' ),
287 array( '^.b?`m&Z|DncI(.y4HG\'"[%^S/b/;GOzU3:7!Ar~eac0iq*~;Q\'=.,|b;', '3927892869e71809' ),
[all …]
/php-src/ext/filter/tests/
H A D033_run.inc12 "http://a.b.c",
/php-src/sapi/phpdbg/tests/
H A Dstepping_001.phpt6 b ZEND_THROW
/php-src/ext/opcache/tests/
H A Dpreload_011.phpt21 $b = new B;
/php-src/ext/phar/tests/
H A Dsecurity.phpt17 $phar["b"] = "should not work!";
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error3.phpt34 $b = new B;
/php-src/ext/spl/tests/
H A Dbug68128.phpt6 $array = new ArrayIterator(array('a', array('b', 'c')));
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_3.phpt34 system("dir /b " . $fn);
/php-src/ext/standard/tests/strings/
H A Dstr_replace_basic.phpt11 var_dump( str_replace("e", "b", "test") );
H A Dimplode_variation.phpt12 array("a","aaaa","b","bbbb","c","ccccccccccccccccccccc"),
159 string(42) "a, aaaa, b, bbbb, c, ccccccccccccccccccccc"
166 string(1) "b"
/php-src/ext/xml/tests/
H A Dbug30266.phpt33 $this->dummy = "b";
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_proto.h79 #define dasm_checkstep(a, b) 0 argument
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createafunction_trampoline.phpt10 $db->query('CREATE TABLE test_pdo_sqlite_createaggregate_trampoline (a INTEGER, b INTEGER)');
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2544 | .long code1 // cnt v0.8b, v0.8b
2551 | .long code1 // cnt v0.8b, v0.8b
2557 | .long code1 // cnt v0.8b, v0.8b
2563 | .long code1 // cnt v0.8b, v0.8b
4407 | b >2
4424 | b >2
5558 for (b = 1, bb = ctx->cfg_blocks + b; b <= ctx->cfg_blocks_count; b++, bb++) {
5817 return b;
5886 for (b = 0; b <= ctx->cfg_blocks_count; b++) {
5887 list[b] = b;
[all …]
/php-src/main/
H A Dfastcgi.c267 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
270 b = h->buckets; in fcgi_hash_destroy()
271 while (b) { in fcgi_hash_destroy()
272 fcgi_hash_buckets *q = b; in fcgi_hash_destroy()
273 b = b->next; in fcgi_hash_destroy()
345 b->idx = 0; in fcgi_hash_set()
346 b->next = h->buckets; in fcgi_hash_set()
347 h->buckets = b; in fcgi_hash_set()
1079 fcgi_begin_request *b; in fcgi_read_request() local
1085 b = (fcgi_begin_request*)buf; in fcgi_read_request()
[all …]
/php-src/ext/gmp/
H A Dgmp.c207 static void gmp_mpz_tdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_tdiv_q_ui() argument
208 mpz_tdiv_q_ui(a, b, c); in gmp_mpz_tdiv_q_ui()
211 mpz_tdiv_r_ui(a, b, c); in gmp_mpz_tdiv_r_ui()
214 mpz_fdiv_q_ui(a, b, c); in gmp_mpz_fdiv_q_ui()
217 mpz_fdiv_r_ui(a, b, c); in gmp_mpz_fdiv_r_ui()
220 mpz_cdiv_r_ui(a, b, c); in gmp_mpz_cdiv_r_ui()
223 mpz_cdiv_q_ui(a, b, c); in gmp_mpz_cdiv_q_ui()
225 static void gmp_mpz_mod_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_mod_ui() argument
226 mpz_mod_ui(a, b, c); in gmp_mpz_mod_ui()
228 static void gmp_mpz_gcd_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_gcd_ui() argument
[all …]
/php-src/ext/intl/tests/
H A Dgrapheme.phpt69 array( "abc", "b", 1 ),
207 array( "abc", "b", 1 ),
343 array( "Abc", 1, 1, "b" ),
442 array( "abc", "b", "bc" ),
449 array( "abc", "b", TRUE, "a" ),
515 array( "aBc", "b", "Bc" ),
577 array( "abc", 1, 1, "b" ),
586 array( "abc", 1, 1, 2, "b" ),
588 array( "abc", 1, -2, 2, "b" ),
991 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
[all …]
H A Dgrapheme2.phpt69 array( "abc", "b", 1 ),
207 array( "abc", "b", 1 ),
343 array( "Abc", 1, 1, "b" ),
438 array( "abc", "b", "bc" ),
445 array( "abc", "b", TRUE, "a" ),
503 array( "aBc", "b", "Bc" ),
565 array( "abc", 1, 1, "b" ),
574 array( "abc", 1, 1, 2, "b" ),
576 array( "abc", 1, -2, 2, "b" ),
979 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
[all …]
/php-src/ext/standard/tests/array/
H A Darsort_object2.phpt55 "a" => new for_string_arsort("axx","AXX","d"), "b" => new for_string_arsort("T", "t","q"),
148 ["b"]=>
228 ["b"]=>
H A Dasort_object2.phpt55 "a" => new for_string_asort("axx","AXX","d"), "b" => new for_string_asort("T", "t","q"),
139 ["b"]=>
219 ["b"]=>
H A Darray_diff_uassoc_variation1.phpt10 function key_compare_func($a, $b)
12 if ($a === $b) {
15 return ($a > $b)? 1:-1;
/php-src/ext/gd/libgd/
H A Dgd_crop.c284 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
288b = (int)(0.5f + (gdImageBlue(im, tl) + gdImageBlue(im, tr) + gdImageBlue(im, bl) + gdImageBlue(im… in gdGuessBackgroundColorFromCorners()
290 *color = gdImageColorClosestAlpha(im, r, g, b, a); in gdGuessBackgroundColorFromCorners()

Completed in 62 milliseconds

1...<<81828384858687888990>>...105