Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 6311) sorted by last modified time

12345678910>>...253

/PHP-5.5/win32/
H A Dphp5dll.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A Dphp5dllts.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A Dphp5ts.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A Dphp5ts_cli.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A Dtestsuite.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A Dinstall.txt61 a web server and a web browser. You probably already have a web
230 in a separate directory.
463 Extensions, choose "Add a new Web service extension", enter in a name
543 Installing as a CGI binary
645 Installing as a CGI binary
811 wanted to start, as a CGI script (a CGI script inside of the admin
833 create a PHP script which displays a directory listing and replace the
1407 1. Why shouldn't I use Apache2 with a threaded MPM in a production
1463 1. Why shouldn't I use Apache2 with a threaded MPM in a production
1478 If you feel you have to use a threaded MPM, look at a FastCGI
[all …]
H A Dphp5.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A DEngineSelect.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
36 # PROP BASE Rebuild_Opt "/a"
45 # PROP Rebuild_Opt "/a"
57 # PROP BASE Rebuild_Opt "/a"
66 # PROP Rebuild_Opt "/a"
/PHP-5.5/win32/build/
H A Dconfutils.js173 var a = CWD.split("\\");
178 if (a[i].toLowerCase() == b[i].toLowerCase())
183 for (j = 0; j < a.length - i; j++) {
H A Dlibs_version.txt5 jpeglib-9a
H A Dphpize.js.in11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
13 | license@php.net so we can mail you a copy immediately. |
20 // This generates a configure script for win32 build
103 /* check if we already picked up a module with the same dirname;
H A Dtemplate.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A Dtemplate.rc1 /* This is a template RC file.
H A Dconfig.w323 // "Master" config file; think of it as a configure.in
53 // There's a minimum requirement for re2c..
268 … libraries (http://wiki.php.net/internals/windows/libs). Assumes that it is a sibling of this sour…
410 /* this allows up to 256 sockets to be select()ed in a single
423 /* default is as a sibling of the php_build dir */
H A Dconfig.w32.h.in170 /* vs.net 2005 has a 64-bit time_t. This will likely break
H A Dconfig.w32.phpize.in3 // "Master" config file; think of it as a configure.in
52 // There's a minimum requirement for re2c..
247 … libraries (http://wiki.php.net/internals/windows/libs). Assumes that it is a sibling of this sour…
345 /* default is as a sibling of the php_build dir */
H A DDSP.README11 The switch for project file generation is a buildconf switch and
12 not a configure switch:
21 If the .dsw files haven't generated in a sane way, the most likely reason
31 configure again after saving, and you have a working copy of MSVS
/PHP-5.5/tests/strings/
H A D001.phpt28 $test = "This is a test";
30 $found2 = strstr($test, "a ");
31 if ($found1 != " is a test") {
33 } elseif ($found2 != "a test") {
135 $raw = "a.\\+*?" . chr(91) . "^" . chr(93) . "b\$c";
137 if ($quoted == "a\\.\\\\\\+\\*\\?\\[\\^\\]b\\\$c") {
H A Dbug22592.phpt26 string(6) "a*c*e*"
27 string(6) "a*c*e*"
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_002.phpt13 // Start a user buffer
18 echo "This is being written to a user buffer.\n";
H A Dob_start_basic_006.phpt2 ob_start(): ensure multiple buffer initialization with a single call using arrays is not supported …
H A Dob_start_callbacks.phpt7 $a = function ($s) { return strtoupper($s); };
8 ob_start($a);
18 $a = array('foo', 'out');
19 ob_start($a);
31 $a = 'my_strtoupper';
32 ob_start($a);
H A Dob_start_error_001.phpt29 var_dump(ob_start("justPrint", 0, "this should be a bool"));
H A Dob_start_error_002.phpt28 Warning: ob_start(): class 'C' does not have a method 'nonExistent' in %s on line 14
33 Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15
H A Dob_start_error_004.phpt18 Warning: ob_start(): class 'C' does not have a method 'f' in %s on line %d

Completed in 66 milliseconds

12345678910>>...253