Home
last modified time | relevance | path

Searched refs:g (Results 276 – 300 of 332) sorted by relevance

1...<<11121314

/php-src/ext/standard/tests/http/
H A Dserver.inc40 * $socket_string is the socket to create and listen on (e.g. tcp://127.0.0.1:1234)
/php-src/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt20 $needle_ascii = 'g';
/php-src/ext/standard/tests/strings/
H A Ducwords_variation3.phpt15 't e s t i n g u c w o r d s ',
H A Dchunk_split_variation4.phpt100 g
H A Ducwords_variation4.phpt15 "t e s t i n g u c w o r d s ",
H A Dchunk_split_variation8.phpt58 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
H A Dstrstr.phpt10 var_dump( strstr("test string", "g") );
145 string(1) "g"
/php-src/Zend/tests/
H A Dgc_038.phpt2 GC 038: Garbage created by compound assignment operators (e.g. +=)
/php-src/ext/mbstring/tests/
H A Dmb_strpos_variation5.phpt18 $needle_ascii = 'g';
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt39 // types you can get unexpected results e.g. binary trash for the
H A Dmysqli_fetch_array_large.phpt96 case 'g':
/php-src/ext/dom/tests/
H A DDOMXPath_quote.phpt31 // the quotes, e.g.:
/php-src/ext/gd/libgd/
H A Dgd_avif.c417 uint8_t g = *(p++); in gdImageCreateFromAvifCtx() local
420 im->tpixels[y][x] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromAvifCtx()
H A Dgd_interpolation.c697 int r, g, b, a; in getPixelInterpolateWeight() local
705g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
710 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
716 g = CLAMP(g, 0, 255); in getPixelInterpolateWeight()
719 return gdTrueColorAlpha(r, g, b, a); in getPixelInterpolateWeight()
929 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
938g += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetGreen(p… in _gdScaleRow()
942 p_dst_row[x] = gdTrueColorAlpha(r, g, b, a); in _gdScaleRow()
975 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
985g += (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetGreen(pCurSr… in _gdScaleCol()
[all …]
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
773 !gdGetByte(&g, infile) || in bmp_read_palette()
780 im->green[i] = g; in bmp_read_palette()
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc52 // e.g. Use "serializable transaction isolation level" with RDBMS.
136 // e.g. hash('sha2', random_bytes(64)) or use /dev/urandom
/php-src/ext/opcache/jit/
H A DREADME.md13 Then, to test the JIT, e.g. with opcache.jit=tracing, an example command
64 gcc-multilib g++-multilib \
/php-src/ext/filter/tests/
H A D043.phpt117 string(1) "g"
/php-src/ext/standard/tests/file/
H A D006_variation2.phpt46 "u+rwx, g+rw, o+wx"
/php-src/
H A DUPGRADING.INTERNALS136 - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have
210 - Added a way to override document handlers (e.g. serialization) with
228 g. ext/standard
/php-src/ext/pdo_odbc/
H A Dconfig.m44 the flavour you have selected will be used. e.g.: --with-pdo-odbc=unixODBC
/php-src/ext/ldap/
H A Dconfig.m413 dnl given lib path e.g. for --with-ldap=/usr/lib/oracle/12.1/client64/lib
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, string $f, bool $g, int $h, float $i, NotExisting …
/php-src/sapi/fuzzer/
H A DREADME.md89 ./configure CC=clang CFLAGS="-fsanitize=fuzzer-no-link,address -O2 -g"
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst128 in an actual CPU instruction set (e.g. adding two numbers), while others are much more high-level
129 (e.g. load property of object by name).

Completed in 45 milliseconds

1...<<11121314