Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 623) sorted by last modified time

12345678910>>...25

/PHP-7.4/
H A DNEWS864 posix_getgrgid and others). (Böszörményi Zoltán)
H A Dconfigure.ac156 T_MD=`$php_shtool echo -n -e %B`
H A DUPGRADING218 class B extends A {}
224 public function method(): B {}
/PHP-7.4/build/
H A Dconfig.guess678 DPX/2?00:B.O.S.:*:*)
H A Dlibtool.m42581 # nm: unknown option "B" ignored
2583 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2585 lt_cv_path_NM="$tmp_nm -B"
5315 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
5317 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
5648 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
5650 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
/PHP-7.4/ext/gd/libgd/
H A Dgd.c342 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;}
343 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
345 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
364 float R, G, B; member
369 float H, W, B; member
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
383 w = MIN3 (R, G, B); in RGB_to_HWB()
384 v = MAX3 (R, G, B); in RGB_to_HWB()
389 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
421 diff = diff * diff + (HWB1.W - HWB2.W) * (HWB1.W - HWB2.W) + (HWB1.B - HWB2.B) * (HWB1.B - HWB2.B); in HWB_Diff()
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dpreload_error_handler.phpt16 Warning: Can't preload unlinked class B: Unknown parent A in %s on line %d
H A Dpreload_error_handler_ind.inc4 class B extends A {}
/PHP-7.4/Zend/tests/
H A Dbug66719.phpt13 class B extends A
24 B::who();
26 call_user_func(array(B::class, 'parent::who'));
30 B::who();
32 call_user_func(array(B::class, 'parent::who'));
38 string(1) "B"
41 string(1) "B"
/PHP-7.4/ext/pdo_firebird/tests/
H A DrowCount.phpt16 $dbh->exec("INSERT INTO testz VALUES ('B')");
H A Dbug_53280.phpt14 $dbh->exec("INSERT INTO testz VALUES ('A', 'B', 'C')");
17 $stmt1 = "SELECT B FROM testz WHERE A = ? AND B = ?";
18 $stmt2 = "SELECT B, C FROM testz WHERE A = ? AND B = ?";
21 $stmth2->execute(array('A', 'B'));
26 $stmth1->execute(array('A', 'B'));
44 ["B"]=>
45 string(1) "B"
47 string(1) "B"
57 ["B"]=>
58 string(1) "B"
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc352 case "B":
/PHP-7.4/ext/mysqli/tests/
H A Dbug36949.phpt29 class B {
48 $B = new B();
/PHP-7.4/ext/tidy/
H A Dtidy.c1943 TIDY_TAG_CONST(B); in _php_tidy_register_tags()
/PHP-7.4/win32/build/
H A Dphpize.js.in25 var B = FSO.CreateTextFile("configure.bat", true); variable
268 B.WriteLine("@echo off");
269 B.WriteLine("cscript /nologo /e:jscript configure.js %*");
/PHP-7.4/tests/basic/
H A D022.phpt7 cookie1=val1 ; cookie2=val2%20; cookie3=val 3.; cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=i…
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c121 #define B(b) (reg_map[b] << 11) macro
736 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R0) | A(SLJIT_S0) | B(SLJIT_R0))); in sljit_emit_enter()
738 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R1) | A(SLJIT_S1) | B(SLJIT_R1))); in sljit_emit_enter()
751 FAIL_IF(push_inst(compiler, STWUX | S(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_enter()
758 FAIL_IF(push_inst(compiler, STDUX | S(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_enter()
791 FAIL_IF(push_inst(compiler, ADD | D(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_return()
1177 return push_inst(compiler, DCBT | A(0) | B(src & REG_MASK)); in emit_prefetch()
1181 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(TMP_REG1)); in emit_prefetch()
1187 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(OFFS_REG(src))); in emit_prefetch()
1194 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(TMP_REG1)); in emit_prefetch()
[all …]
H A DsljitNativeMIPS_common.c136 #define B (HI(4)) macro
353 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
370 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
H A DsljitNativeARM_32.c88 #define B 0xea000000 macro
435 *code_ptr = (B - CONDITIONAL) | (*code_ptr & COND_MASK); in detect_jump_type()
453 …*code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND… in detect_jump_type()
473 inst[0] = (mov_pc & COND_MASK) | (B - CONDITIONAL) | (diff & 0xffffff); in inline_set_jump_addr()
729 *code_ptr = B | (((cpool_start_address - code_ptr) + cpool_current_index - 2) & ~PUSH_POOL); in sljit_generate_code()
H A DsljitNativeARM_64.c76 #define B 0x14000000 macro
332 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff); in sljit_generate_code()
/PHP-7.4/ext/reflection/tests/
H A DReflectionClassConstant_toString_error.phpt6 class B {
11 echo new ReflectionClassConstant('B', 'X');
H A DReflectionClass_getStaticPropertyValue_001.phpt14 class B extends A {
28 echo "\nRetrieving static values from B:\n";
29 $rcB = new ReflectionClass('B');
58 Retrieving static values from B:
H A DReflectionClass_setStaticPropertyValue_001.phpt14 class B extends A {
27 echo "\nSet static values in B:\n";
28 $rcB = new ReflectionClass('B');
61 Set static values in B:
H A Dbug79487.phpt16 class B extends A {
17 public static $b = 'B old';
20 $rc = new ReflectionClass(B::class);
31 string(5) "B old"
/PHP-7.4/ext/ldap/tests/
H A Dconnect.inc65 "description" => "user B",

Completed in 133 milliseconds

12345678910>>...25