Home
last modified time | relevance | path

Searched refs:g (Results 176 – 200 of 315) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/date/tests/
H A Dstrftime_variation14.phpt29 'Year without century' => "%g",
H A Dgmdate_variation9.phpt22 '12-hour format without leading zeros' => 'g',
/PHP-5.5/ext/standard/tests/strings/
H A Dstristr.phpt13 var_dump(stristr("tEsT sTrInG", "g"));
/PHP-5.5/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-5.5/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
/PHP-5.5/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-5.5/ext/gmp/tests/
H A D022.phpt28 var_dump(gmp_strval($r['g']));
/PHP-5.5/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")))
H A Dmysqli_query_unicode.phpt39 …if (false !== ($tmp = mysqli_query($link, "SELECT 'това е ескюел, но със обратна наклонена и g'\g"…
H A Dmysqli_query.phpt33 if (false !== ($tmp = mysqli_query($link, "SELECT 'this is sql but with backslash g'\g")))
/PHP-5.5/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}]*
H A Dtestoutput2334 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_error.phpt26 $string = 'a b c d e f g';
H A Dmb_decode_mimeheader_variation2.phpt23 "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1243 glob_t g; in fpm_conf_ini_parser_include() local
1253 g.gl_offs = 0; in fpm_conf_ini_parser_include()
1254 if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()
1268 for (i = 0; i < g.gl_pathc; i++) { in fpm_conf_ini_parser_include()
1269 int len = strlen(g.gl_pathv[i]); in fpm_conf_ini_parser_include()
1271 if (g.gl_pathv[i][len - 1] == '/') continue; /* don't parse directories */ in fpm_conf_ini_parser_include()
1272 if (0 > fpm_conf_load_ini_file(g.gl_pathv[i] TSRMLS_CC)) { in fpm_conf_ini_parser_include()
1273 … zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", g.gl_pathv[i], filename, ini_lineno); in fpm_conf_ini_parser_include()
1279 globfree(&g); in fpm_conf_ini_parser_include()
/PHP-5.5/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-5.5/ext/mysql/tests/
H A Dmysql_unbuffered_query.phpt26 if (false !== ($tmp = mysql_unbuffered_query("SELECT 'this is sql but with backslash g'\g", $link)))
H A Dmysql_query.phpt29 if (false !== ($tmp = mysql_query("SELECT 'this is sql but with backslash g'\g", $link)))
H A Dmysql_errno.phpt47 printf("[006] Expecting int/any (e.g 1046, 2005) got %s/%s\n", gettype($errno), $errno);
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc12 * $socket_string is the socket to create and listen on (e.g. tcp://127.0.0.1:1234)
/PHP-5.5/ext/dom/tests/
H A Ddomchardata.phpt47 $comment->insertData(20, 'g');
/PHP-5.5/ext/oci8/tests/
H A Ddriver_name.phpt13 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Ddetails.inc8 * successfully, you need a server and client which is Oracle 11g or
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI29 and a port number to listen to on the command line, e.g.:
117 Set it to a comma separated list of IP addresses, e.g.:
141 time to create, or supply a lot of data (e.g. downloading huge files via PHP).

Completed in 107 milliseconds

12345678910>>...13