Searched refs:g1 (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug38055.phpt | 10 global $g1, $g2; 11 $g1 = $param->boolA; 36 var_dump($g1);
|
/PHP-5.3/tests/lang/ |
H A D | static_variation_001.phpt | 11 function g1() { 21 g1();
|
H A D | engine_assignExecutionOrder_002.phpt | 25 $g1 = array(10,10); 28 $g = array($g1,$g2,$g3);
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 351 static float HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2) in HWB_Diff() argument 357 SETUP_RGB(RGB1, r1, g1, b1); in HWB_Diff()
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 4377 /^(a(b))\1\g1\g{1}\g-1\g{-1}\g{-02}Z/
|
H A D | testoutput1 | 7157 /^(a(b))\1\g1\g{1}\g-1\g{-1}\g{-02}Z/
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 6125 (ring), \g1
|
Completed in 53 milliseconds