Home
last modified time | relevance | path

Searched refs:g (Results 76 – 100 of 315) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite19.phar8 …������test.txt�����H������E��� ���s:2:"hi";<?php __HALT_COMPILER();�� ���ο_�gL�?`` g�F���GBMB
H A Dfrontcontroller18.phar15 �J1`�=ؾ�r�G M�@�g���GBMB
H A Dwrite3.phar10 g��ja{��lH$������GBMB
H A Dfrontcontroller14.phar15 z��Lo��Z�h�)��`g�����GBMB
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_empty.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplDoublyLinkedList_isEmpty_empty-with-parameter.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplDoublyLinkedList_debug-info.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
/PHP-5.5/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.5/Zend/tests/
H A Dunset_cv07.phpt11 import_request_variables("g","_");
/PHP-5.5/ext/standard/tests/general_functions/
H A D008.phpt7 // this checks f,g,G conversion for snprintf/spprintf
H A Dimport_request.phpt16 var_dump(import_request_variables("g", ""));
19 var_dump(import_request_variables("g", "g_"));
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_getFileName.001.phpt11 $funcInfo = new ReflectionFunction('g');
H A DReflectionClass_getModifierNames_basic.phpt22 final function g() {}
113 string(4) "x::g"
/PHP-5.5/ext/ereg/regex/
H A Ddebug.ih8 static void s_print(register struct re_guts *g, FILE *d);
H A Dengine.ih7 static int matcher(register struct re_guts *g, unsigned char *string, size_t nmatch, regmatch_t pma…
12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch…
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_003.phpt19 $tar->addFile('tar_003.phpt', $g = fopen(__FILE__, 'r'));
25 fclose($g);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt20 Ex'ple of h'doc st'g, contains
73 sniatnoc ,g'ts cod'h fo elp'xE"
/PHP-5.5/ext/standard/tests/time/
H A Didate.phpt23 g: 12
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller18.phar15 �J1`�=ؾ�r�G M�@�g���GBMB
H A Dfrontcontroller4.phar12 …��ж���������a.phps���_WjJ���l�`�������hiohio<?php function hio(){}D�����!�k�G�g�%���GBMB
/PHP-5.5/ext/oci8/tests/
H A Dclientversion.phpt7 die("skip test expected to work only with Oracle 10g or greater version of client");
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc56 exec(get_icacls() . ' . /remove:g Administrators /T /L /Q 2> nul');
82 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
105 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
122 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
/PHP-5.5/ext/zlib/
H A Dconfig0.m445 ZLIB_VERSION=`$EGREP "define ZLIB_VERSION" $ZLIB_DIR/include/zlib.h | $SED -e 's/[[^0-9\.]]//g'`
47 …if test `echo $ZLIB_VERSION | $SED -e 's/[[^0-9]]/ /g' | $AWK '{print $1*1000000 + $2*10000 + $3*1…

Completed in 29 milliseconds

12345678910>>...13