Home
last modified time | relevance | path

Searched refs:g (Results 201 – 225 of 339) sorted by relevance

12345678910>>...14

/PHP-7.1/ext/date/tests/
H A Ddate_format_basic1.phpt17 var_dump( date_format($date, "F j, Y, g:i a") );
H A DDateTime_format_basic1.phpt17 var_dump( $date->format( "F j, Y, g:i a") );
H A Dgmstrftime_variation13.phpt29 'Year without century' => "%g",
H A Dgmstrftime_variation14.phpt29 'Year without century' => "%g",
H A Dstrftime_variation13.phpt29 'Year without century' => "%g",
H A Dstrftime_variation14.phpt29 'Year without century' => "%g",
/PHP-7.1/ext/standard/tests/strings/
H A Dstristr.phpt13 var_dump(stristr("tEsT sTrInG", "g"));
/PHP-7.1/ext/pdo_dblib/
H A DREADME14 - PDO_DBLIB_TEST_DSN - DSN (e.g., dblib:host=localhost;dbname=test)
/PHP-7.1/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt119 Jura gur cnvaf bs yvsr jba'g one zl jnl
126 Jura gur cnvaf bs yvsr jba'g one zl jnl
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO6 1. As a result of a function call. E.g.:
16 2. Overriding create_object handler for class. E.g.:
69 as a value. E.g., in the following situation:
74 if $foo is an object (e.g., proxy object from get_property_ptr) it
H A DZend.m441 CFLAGS=`echo $CFLAGS | sed -e 's/-g//'`
182 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
183 if test "$CFLAGS" = "-g -O2"; then
184 CFLAGS=-g
/PHP-7.1/ext/gd/libgd/
H A Dgd_topal.c371 int g = GETJSAMPLE (ptr[1]) >> C1_SHIFT; local
375 int g = gdTrueColorGetGreen (*ptr) >> C1_SHIFT;
386 histp = &histogram[r][g][b];
1143 int r, g, b; local
1148 g = GETJSAMPLE (cinfo->colormap[1][icolor]);
1153 g = nim->green[icolor];
1160 inc1 = (minc1 - g) * C1_SCALE;
1315 int r, g, b; local
1318 g = GETJSAMPLE (*inptr++);
1322 g = gdTrueColorGetGreen (*inptr);
[all …]
H A Dgd_png.c364 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
366 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
377 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
386 im->tpixels[h][w] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromPngCtx()
/PHP-7.1/ext/gmp/tests/
H A Dgmp_gcdext.phpt28 var_dump(gmp_strval($r['g']));
/PHP-7.1/sapi/phpdbg/tests/
H A Dinfo_001.phpt11 i g
/PHP-7.1/
H A D.travis.yml66 … "-d opcache.enable_cli=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WAR…
H A DUPGRADING.INTERNALS7 g. SAPI logging
71 g. SAPI logging
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_real_query.phpt29 if (false !== ($tmp = mysqli_real_query($link, "SELECT 'this is sql but with backslash g'\g")))
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput17233 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff
533 /a*[b-\x{200}]?a#a*[b-\x{200}]?b#[a-f]*[g-\x{200}]*#[g-\x{200}]*[a-c]*#[g-\x{200}]*[a-h]*/BZ
543 [g-\xff\x{100}-\x{200}]*+
545 [g-\xff\x{100}-\x{200}]*+
548 [g-\xff\x{100}-\x{200}]*
/PHP-7.1/ext/openssl/
H A Dopenssl.c619 *g = dh->g; in DH_get0_pqg()
626 dh->g = g; in DH_set0_pqg()
649 *g = d->g; in DSA_get0_pqg()
656 d->g = g; in DSA_set0_pqg()
4048 DH_get0_pqg(dh, &p, &q, &g); in php_openssl_is_private_key()
4143 OPENSSL_PKEY_SET_BN(data, g); in php_openssl_pkey_init_dsa()
4144 if (!p || !q || !g || !DSA_set0_pqg(dsa, p, q, g)) { in php_openssl_pkey_init_dsa()
4220 OPENSSL_PKEY_SET_BN(data, g); in php_openssl_pkey_init_dh()
4221 if (!p || !g || !DH_set0_pqg(dh, p, q, g)) { in php_openssl_pkey_init_dh()
4776 DH_get0_pqg(dh, &p, &q, &g); in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/mbstring/tests/
H A Dmb_split_error.phpt26 $string = 'a b c d e f g';
/PHP-7.1/ext/mysqli/
H A Dconfig.m470 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
71 MYSQLI_LIBLINE=`$MYSQL_CONFIG $MYSQL_LIB_CFG | $SED -e "s/'//g"`
/PHP-7.1/ext/standard/tests/array/
H A Darray_shift_variation8.phpt13 * (e.g. working with linked node trees), beware that array_shift() may not work as you expect:
/PHP-7.1/ext/oci8/tests/
H A Dpassword_new.phpt17 …// Avoid diffs due to cross version protocol changes (e.g. like 11.2.0.2-11.2.0.3) and bugs like O…
H A Dpassword_old.phpt17 …// Avoid diffs due to cross version protocol changes (e.g. like 11.2.0.2-11.2.0.3) and bugs like O…

Completed in 75 milliseconds

12345678910>>...14