Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/Zend/tests/generators/
H A Dbug70904.phpt6 function g1() {
10 function g2($g1) {
11 yield from $g1;
16 $g1 = g1();
17 $g2 = g2($g1);
21 $g1->next();
22 var_dump($g1->valid());
H A Dnested_method_calls.phpt22 $g1 = gen(new A);
23 $g1->current();
28 $g1->next();
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug38055.phpt10 global $g1, $g2;
11 $g1 = $param->boolA;
36 var_dump($g1);
/PHP-8.1/tests/lang/
H A Dstatic_variation_001.phpt11 function g1() {
21 g1();
H A Dengine_assignExecutionOrder_002.phpt29 $g1 = array(10,10);
32 $g = array($g1,$g2,$g3);
/PHP-8.1/build/
H A Dphp_cxx_compile_stdcxx.m4871 void g1() noexcept;
882 static_assert (std::is_same_v<Good, decltype(f(g1, g2))>);
/PHP-8.1/ext/gd/libgd/
H A Dgd.c395 static float HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2) in HWB_Diff() argument
401 SETUP_RGB(RGB1, r1, g1, b1); in HWB_Diff()
3026 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local
3032 g1 = gdGreenMax - (a1 * (gdGreenMax - gdTrueColorGetGreen(src))) / gdAlphaMax; in gdLayerMultiply()
3041 ((g1*g2/gdGreenMax) << 8) + in gdLayerMultiply()

Completed in 32 milliseconds