Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/ext/gd/libgd/
H A Dgd_png.c362 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
364 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
375 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
384 im->tpixels[h][w] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromPngCtx()
/PHP-5.3/win32/build/
H A Dphpize.js.in89 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
109 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
210 C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c1220 glob_t g; in fpm_conf_ini_parser_include() local
1230 g.gl_offs = 0; in fpm_conf_ini_parser_include()
1231 if ((i = glob(inc, GLOB_ERR | GLOB_MARK | GLOB_NOSORT, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()
1245 for (i = 0; i < g.gl_pathc; i++) { in fpm_conf_ini_parser_include()
1246 int len = strlen(g.gl_pathv[i]); in fpm_conf_ini_parser_include()
1248 if (g.gl_pathv[i][len - 1] == '/') continue; /* don't parse directories */ in fpm_conf_ini_parser_include()
1249 if (0 > fpm_conf_load_ini_file(g.gl_pathv[i] TSRMLS_CC)) { in fpm_conf_ini_parser_include()
1250 … 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()
1256 globfree(&g); in fpm_conf_ini_parser_include()
/PHP-5.3/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:
H A Darsort_object1.phpt58 "g" => new for_string_arsort("Lemon"), "h" => new for_string_asort("aPPle")
/PHP-5.3/ext/mbstring/tests/
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?=
H A Dmb_encode_mimeheader_basic3.phpt51 string(124) "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
/PHP-5.3/ext/date/tests/
H A Dgmdate_variation9.phpt22 '12-hour format without leading zeros' => 'g',
H A Ddate_format_error.phpt25 $format = "F j, Y, g:i a";
/PHP-5.3/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.3/ext/mysqli/tests/
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")))
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt34 // types you can get unexpected results (e.g. binary trash for the
/PHP-5.3/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.3/ext/dom/tests/
H A Ddomchardata.phpt47 $comment->insertData(20, 'g');
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput11884 /.*?/g+
1887 /\b/g+
1890 /\b/+g
1893 //g
3654 /a*/g
3735 /\Gabc./g
3738 /abc./g
4004 /\Z/g
4238 /^[\g<a>]+/
4369 /(?=C)/g+
[all …]
/PHP-5.3/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.3/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).
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_split_variation2_64bit.phpt196 string(1) "g"
249 string(1) "g"
H A Dstr_split_variation7_64bit.phpt65 string(1) "g"
/PHP-5.3/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_variation1.phpt13 $g = get_magic_quotes_runtime();
14 echo "magic quotes runtime set in INI file: ".$g."\n";
/PHP-5.3/sapi/apache2filter/
H A DREADME61 2. Start httpd using -DONE_PROCESS (e.g. (gdb) r -DONE_PROCESS).

Completed in 70 milliseconds

12345678910>>...12