Home
last modified time | relevance | path

Searched refs:g (Results 226 – 250 of 283) sorted by relevance

12345678910>>...12

/PHP-7.4/
H A D.travis.yml97 … opcache.protect_memory=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WAR…
H A DCODING_STANDARDS.md20 * The function's designated behavior is freeing that resource. E.g.
46 doesn't have to be recalculated with `strlen()` (e.g. `php_addslashes()`).
140 meaning (e.g. `for (i=0; i<100; i++) ...`).
169 name of the "parent set" (e.g. the name of the extension) if no namespaces
172 long form (e.g. HTTP or URL). Abbreviations start with a capital letter
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation7_64bit.phpt65 string(1) "g"
H A Dchunk_split_variation4.phpt106 g
H A Dstr_split_variation6.phpt83 string(1) "g"
H A Dstr_split_variation6_64bit.phpt83 string(1) "g"
H A Dstr_split_variation7.phpt65 string(1) "g"
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
H A Dchunk_split_variation8.phpt61 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
H A Ducwords_variation4.phpt20 "t e s t i n g u c w o r d s ",
/PHP-7.4/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt28 $needle_ascii = 'g';
/PHP-7.4/sapi/phpdbg/
H A Dxml.md19 - text message output related to the xml data (e.g. &lt;intro severity="normal" help="help" msgout=…
89 - any output by PHP itself (e.g. &lt;stream type="stdout">test&lt;/stream>)
118 - wrongarg: wrong type of argument (e.g. letters instead of integer)
138 …- memory_manager: using the native memory manager (malloc, free, realloc) instead of e.g. the Zend…
170 - pending: the breakpoint is waiting for resolving (e.g. a file opline on a not yet loaded file)
622 - type: type of signal (e.g. SIGINT)
650 - generally emitted when data couldn't be fetched (e.g. by accessing inconsistent data); only used …
651 - it might mean that data couldn't be fetched at all, or that only incomplete data was fetched (e.g
/PHP-7.4/ext/session/tests/
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-7.4/docs/
H A Dunix-build-system.md46 E.g. this enables the extension foo which consists of three source-code modules,
69 E.g. this builds the three files which are located relative to the extension
/PHP-7.4/Zend/
H A DZend.m4217 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
218 if test "$CFLAGS" = "-g -O2"; then
219 CFLAGS=-g
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c708 int r, g, b, a; in getPixelInterpolateWeight() local
716g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
721 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
727 g = CLAMP(g, 0, 255); in getPixelInterpolateWeight()
730 return gdTrueColorAlpha(r, g, b, a); in getPixelInterpolateWeight()
940 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
949g += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetGreen(p… in _gdScaleRow()
953 p_dst_row[x] = gdTrueColorAlpha(r, g, b, a); in _gdScaleRow()
986 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
996g += (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-7.4/ext/filter/tests/
H A D043.phpt117 string(1) "g"
/PHP-7.4/ext/oci8/tests/
H A Dini_1.phpt8 die("skip works only with Oracle 11g or greater version of Oracle client libraries");
H A Dconn_attr_3.phpt13 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Dconn_attr_1.phpt14 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Dconn_attr_2.phpt13 die("skip expected output only valid when using Oracle 10g or greater database server");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strpos_variation5.phpt26 $needle_ascii = 'g';
/PHP-7.4/ext/standard/tests/file/
H A D006_variation2.phpt55 "u+rwx, g+rw, o+wx"
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m44 the flavour you have selected will be used. e.g.: --with-pdo-odbc=unixODBC

Completed in 48 milliseconds

12345678910>>...12