Home
last modified time | relevance | path

Searched refs:g (Results 301 – 315 of 315) sorted by path

1...<<111213

/PHP-5.5/sapi/tux/
H A DREADME24 environment, so that e.g. /usr/local/lib/php.ini is treated
/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/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,
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 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 DpassByReference_001.phpt11 function g (&$arg1, &$arg2)
25 g($c,$c[0]);
/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/win32/build/
H A Dconfig.w3259 var pattern = /\./g;
H A Dconfig.w32.phpize.in58 var pattern = /\./g;
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' */
/PHP-5.5/win32/
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 …]
H A Dsyslog.reg5 "EventMessageFile"="g:\\test\\srctrunkinstall\\php5ts.dll"

Completed in 67 milliseconds

1...<<111213