Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 315) sorted by last modified time

12345678910>>...13

/PHP-5.5/win32/
H A Dsyslog.reg5 "EventMessageFile"="g:\\test\\srctrunkinstall\\php5ts.dll"
H A Dinstall.txt63 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
78 If you are also interested to use PHP for command line scripting (e.g.
233 sapi folders to the main folder (e.g. C:\php).
265 a SAPI module, the web server's directory (e.g. C:\Program
300 your php.ini (e.g. make it readable by Everyone).
338 (php5activescript.dll) and place it in the main PHP folder (e.g.
770 "On","Off",... (this will not work correctly), e.g.
1318 (e.g. httpd.conf) and .htaccess files. You will need "AllowOverride
1730 * Enter your PHP directory at the end, including ';' before (e.g.
1765 directory where php.ini is located as the variable value (e.g.
[all …]
/PHP-5.5/win32/build/
H A Dphpize.js.in93 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
113 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
214 C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
215 C.WriteLine("var PHP_PREFIX = " + '"' + PHP_PREFIX.replace(new RegExp('(["\\\\])', "g"), '\\$1') + …
H A Dtemplate.rc22 #ifndef INTERNAL_NAME /* e.g. 'PHAR extension', 'CGI SAPI' */
24 #define INTERNAL_NAME FILE_DESCRIPTION /* e.g. 'PHP Script Interpreter', 'GD imaging' */
26 #define INTERNAL_NAME FILE_NAME /* e.g. 'php5ts.dll', 'php_bz2.dll' */
H A Dconfig.w3259 var pattern = /\./g;
H A Dconfig.w32.phpize.in58 var pattern = /\./g;
/PHP-5.5/tests/output/
H A Dob_start_basic_006.phpt24 static function g($string) {
28 return "C::g[call:$i; len:$len] - $string\n";
53 var_dump(ob_start(array("f", "C::g", "f", "C::g")));
71 var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h")))));
/PHP-5.5/tests/lang/
H A DpassByReference_001.phpt11 function g (&$arg1, &$arg2)
25 g($c,$c[0]);
H A DforeachLoopObjects.002.phpt42 protected $g = "Original g";
204 ["g":protected]=>
239 ["g":protected]=>
279 ["g":protected]=>
314 ["g":protected]=>
388 ["g":protected]=>
411 ["g":protected]=>
433 ["g":protected]=>
468 ["g":protected]=>
493 ["g":protected]=>
[all …]
H A Dengine_assignExecutionOrder_001.phpt11 function g() {
12 echo "in g()\n";
18 ${f()} = g();
22 $a[f()] = g();
79 in g()
85 in g()
94 in g()
103 in g()
118 in g()
130 in g()
[all …]
H A Dengine_assignExecutionOrder_002.phpt28 $g = array($g1,$g2,$g3);
29 list($e[$f++],$e[$f++]) = $g[$f];
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 …����gtTestCaseWriter.php�����J���ËhS������� ���gtMethod.php� ����J� ��g�������������codeSn…
/PHP-5.5/scripts/
H A Dphpize.m430 dnl Support systems with system libraries in e.g. /usr/lib64
107 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
108 CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O[0-9s]*//g'`
113 CXXFLAGS="$CXXFLAGS -g -O0"
117 CFLAGS="-g"
118 CXXFLAGS="-g"
120 CFLAGS="$CFLAGS -g"
121 CXXFLAGS="$CFLAGS -g"
/PHP-5.5/sapi/thttpd/
H A DREADME21 - Asynchronous request body handling (e.g. for POSTs)
H A Dthttpd_patch1895 + ** implementations (e.g. Mozilla 1.0.1) are known to do
/PHP-5.5/sapi/tux/
H A DREADME24 environment, so that e.g. /usr/local/lib/php.ini is treated
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt49 # directive, e.g. doc_root="/path"
51 # correctly), e.g. zlib.output_compression=1 instead of zlib.output_compression="On"
/PHP-5.5/sapi/fpm/
H A Dconfig.m4685 …S) \$(PHP_BINARY_OBJS) \$(PHP_FPM_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/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/sapi/cli/
H A DREADME18 the command line (e.g. php -r 'echo md5("test");' )
H A Dconfig.m439 …HP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (…
41 …S) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/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).
H A Dconfig9.m458 …HP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (…
60 …S) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/PHP-5.5/sapi/apache2filter/
H A DREADME61 2. Start httpd using -DONE_PROCESS (e.g. (gdb) r -DONE_PROCESS).

Completed in 85 milliseconds

12345678910>>...13