Home
last modified time | relevance | path

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

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

/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
H A Drun_002.phpt9 b 6
/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
5548 for (b = 1, bb = ctx->cfg_blocks + b; b <= ctx->cfg_blocks_count; b++, bb++) {
5807 return b;
5876 for (b = 0; b <= ctx->cfg_blocks_count; b++) {
5877 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;
H A Dmax.phpt28 var_dump(max("", "t", "b"));
H A Dmin_variation2.phpt14 var_dump(min(array("", "t", "b")));
H A Dmax_variation2.phpt14 var_dump(max(array("", "t", "b")));
/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 81 milliseconds

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