Home
last modified time | relevance | path

Searched refs:g (Results 101 – 125 of 318) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt22 final function g() {}
113 string(4) "x::g"
/PHP-7.0/ext/standard/tests/general_functions/
H A Dimport_request.phpt16 var_dump(import_request_variables("g", ""));
19 var_dump(import_request_variables("g", "g_"));
/PHP-7.0/ext/spl/tests/
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 )
H A DSplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplFixedArray_toArray_with-params.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
/PHP-7.0/ext/standard/tests/file/windows_acls/
H A Dcommon.inc56 exec(get_icacls() . ' ' . __DIR__ . ' /remove:g Administrators /T /L /Q /C > nul 2>&1');
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-7.0/ext/phar/tests/cache_list/files/
H A Dfrontcontroller14.phar15 z��Lo��Z�h�)��`g�����GBMB
H A Dwrite5.phar22 �c&��; ��yA,!g� ����GBMB
/PHP-7.0/ext/phar/tests/files/
H A Dfrontcontroller4.phar12 …��ж���������a.phps���_WjJ���l�`�������hiohio<?php function hio(){}D�����!�k�G�g�%���GBMB
/PHP-7.0/tests/lang/string/
H A Dunicode_escape_surrogates.phpt7 // to be able to produce these (e.g. CESU-8 handling)
/PHP-7.0/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDateTime_extends_basic3.phpt12 public function format($format = "F j, Y, g:i:s a")
/PHP-7.0/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…
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_csr_export_to_file_basic.phpt14 $dh_details = array('p' => $phex, 'g' => '2');
16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
/PHP-7.0/Zend/tests/
H A Dbug71300.phpt6 for ($n = 'a'; $n < 'g'; $n++) {
/PHP-7.0/ext/standard/tests/array/
H A Darsort_variation9.phpt27 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5),
230 ["g"]=>
250 ["g"]=>
H A Dasort_variation9.phpt27 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5),
227 ["g"]=>
247 ["g"]=>
H A Dkrsort_variation9.phpt27 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
224 ["g"]=>
244 ["g"]=>
H A Dksort_variation9.phpt26 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
230 ["g"]=>
250 ["g"]=>
H A Dsort_variation9.phpt30 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
228 ["g"]=>
248 ["g"]=>
/PHP-7.0/ext/gd/libgd/
H A Dgd.c277 return gdTrueColorAlpha(r, g, b, a); in gdImageColorClosestAlpha()
285 gd = im->green[i] - g; in gdImageColorClosestAlpha()
305 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;} argument
307 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;} argument
442 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
507 im->green[ct] = g; in gdImageColorAllocateAlpha()
582 im->green[op] = g; in gdImageColorResolveAlpha()
1277 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1284 g = gdTrueColorGetGreen(p); in gdImageSetAAPixelColor()
1288 BLEND_COLOR(t, dg, g, dg); in gdImageSetAAPixelColor()
[all …]
/PHP-7.0/ext/standard/
H A Dcrypt_sha256.c117 uint32_t g = ctx->H[6]; in sha256_process_block() local
138 uint32_t g_save = g; in sha256_process_block()
163 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
165 h = g; in sha256_process_block()
166 g = f; in sha256_process_block()
183 g += g_save; in sha256_process_block()
197 ctx->H[6] = g; in sha256_process_block()

Completed in 37 milliseconds

12345678910>>...13