Home
last modified time | relevance | path

Searched refs:g (Results 51 – 75 of 293) sorted by relevance

12345678910>>...12

/PHP-5.4/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt103 string(52) "This-2345 is -2345simp-2345le s-2345trin-2345g.-2345"
105 string(46) "This10.5 is 10.5simp10.5le s10.5trin10.5g.10.5"
107 string(52) "This-10.5 is -10.5simp-10.5le s-10.5trin-10.5g.-10.5"
111 string(100) "This1.07654321E-9 is 1.07654321E-9simp1.07654321E-9le s1.07654321E-9trin1.07654321E-9g
113 string(40) "This0.5 is 0.5simp0.5le s0.5trin0.5g.0.5"
H A Dchunk_split_variation7.phpt53 string(41) "This ????is si????mple ????strin????g????"
55 string(43) "It's ????strin????g wit????h quo????tes????"
59 string(70) "This ????strin????g con????tains????
H A Dchunk_split_basic.phpt43 string(15) "Te##st##in##g##"
48 g
/PHP-5.4/ext/soap/tests/
H A Dany.phpt20 global $g;
22 $g = $x;
55 var_dump($g);
/PHP-5.4/ext/standard/tests/array/
H A Dbug21918.phpt7 $a = array(-1=>'a', '-2'=>'b', 3=>'c', '4'=>'d', 5=>'e', '6001'=>'f', '07'=>'g');
48 string(1) "g"
H A Drsort_variation9.phpt33 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
231 ["g"]=>
251 ["g"]=>
/PHP-5.4/win32/build/
H A Dtemplate.rc22 #ifndef INTERNAL_NAME /* e.g. 'PHAR extension', 'CGI SAPI' */
24 #define INTERNAL_NAME FILE_DESCRIPTION /* e.g. 'PHP Script Interpreter', 'GD imaging' */
26 #define INTERNAL_NAME FILE_NAME /* e.g. 'php5ts.dll', 'php_bz2.dll' */
/PHP-5.4/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt64 $private->setValue($a, 'g');
112 $private->setValue($b, 'g');
129 string(1) "g"
139 string(1) "g"
H A DReflectionClass_export_basic1.phpt13 $g = false,
57 Parameter #6 [ <optional> $g = false ]
H A Dincluded4.inc5 function g() {
/PHP-5.4/ext/oci8/tests/
H A Dbind_unsupported_2.phpt2 Bind with various unsupported 10g+ bind types
7 die ("skip expected output only valid for Oracle 10g+ clients");
/PHP-5.4/ext/gmp/tests/
H A D004.phpt22 $g = gmp_init("12345678");
23 var_dump(gmp_intval($g));
/PHP-5.4/ext/mbstring/tests/
H A Dmb_split.phpt26 var_dump( mb_split( b" ", b"a b c d e f g" )
27 == mb_split( b"[[:space:]]", b"a\nb\tc\nd e f g" ) );
30 verify_split( b" ", b"a\tb\tc\td e\tf g", $i );
H A Dzend_multibyte-04.phpt10 var_dump(bin2hex("�e�X�g"));
H A Dzend_multibyte-08.phpt11 var_dump(bin2hex("�e�X�g"));
/PHP-5.4/ext/gd/tests/
H A Dgif.phpt16 function check_box($r,$g,$b, $error=0) {
24 $g_min = $g - $error; $g_max = $g + $error;
39 if ($c['red']==$r && $c['green']==$g && $c['blue']==$b) {
/PHP-5.4/win32/
H A Dsyslog.reg5 "EventMessageFile"="g:\\test\\srcinstall6\\php5ts_debug.dll"
/PHP-5.4/ext/pcre/
H A Dconfig0.m434 pcre_major=`grep PCRE_MAJOR $PCRE_INCDIR/pcre.h | sed -e 's/[^0-9]//g'`
35 pcre_minor=`grep PCRE_MINOR $PCRE_INCDIR/pcre.h | sed -e 's/[^0-9]//g'`
37 pcre_minor_length=`echo "$pcre_minor" | wc -c | sed -e 's/[^0-9]//g'`
/PHP-5.4/ext/mysqli/tests/
H A D058.phpt43 mysqli_stmt_bind_result($stmt, $g, $h);
46 var_dump((array($e,$f,$g,$h)));
/PHP-5.4/ext/standard/tests/url/
H A Dparse_url_relative_scheme.phpt2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
/PHP-5.4/Zend/tests/
H A Disset_002.phpt6 var_dump(isset($a, ${$b}, $$c, $$$$d, $e[$f->g]->d));
/PHP-5.4/ext/bcmath/libbcmath/
H A DINSTALL7 Typical configure parameters are available. (e.g. PREFIX)
/PHP-5.4/ext/standard/tests/file/
H A Dbug38086.phpt43 Jura gur cnvaf bs yvsr jba'g one zl jnl
50 Jura gur cnvaf bs yvsr jba'g one zl jnl
/PHP-5.4/ext/gd/libgd/
H A Dwebpimg.c100 static inline int GetLumaY(int r, int g, int b) { in GetLumaY() argument
103 const int luma = 16839 * r + 33059 * g + 6420 * b; in GetLumaY()
109 const int g = GetGreen(rgba); in GetLumaYfromPtr() local
111 return GetLumaY(r, g, b); in GetLumaYfromPtr()
114 static inline int GetChromaU(int r, int g, int b) { in GetChromaU() argument
116 return clip_uv(-9719 * r - 19081 * g + 28800 * b); in GetChromaU()
119 static inline int GetChromaV(int r, int g, int b) { in GetChromaV() argument
121 return clip_uv(+28800 * r - 24116 * g - 4684 * b); in GetChromaV()
156 const int g = kClip[y + g_off - RGB_RANGE_MIN]; in ToRGB() local
158 *dst = (r << RED_SHIFT) | (g << GREEN_SHIFT) | (b << BLUE_SHIFT); in ToRGB()
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite7.phar10 �g�$�h����UxB�����GBMB

Completed in 37 milliseconds

12345678910>>...12