Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 220) sorted by last modified time

123456789

/PHP-5.5/win32/build/
H A Dconfutils.js1364 var re = /\.h$/;
1368 if (s.match(re)) {
1414 var re = new RegExp("\.[a-z0-9A-Z]+$");
1454 obj = src.replace(re, ".obj");
2109 var re = subst_array[i];
2112 content = content.replace(re, rep);
2152 var re = null;
2175re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
2193 if (item_name.match(re)) {
2216 if (item_name.match(re)) {
H A Dcvsclean.js81 var re = new RegExp(retext);
89 if (item.match(re)) {
97 if (item.match(re)) {
108 var re = /^(config\.nice.*)|(\*)$/i;
112 if (l.length == 0 || re.test(l)) {
H A Dphpize.js.in28 re = /\\script/i;
29 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
246 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
247 calls = modules.match(re);
262 modules = modules.replace(re, "/* $1 */");
H A Dsvnclean.js81 var re = new RegExp(retext);
89 if (item.match(re)) {
97 if (item.match(re)) {
108 var re = /^(config\.nice.*)|(\*)$/i;
112 if (l.length == 0 || re.test(l)) {
H A Dbuildconf.js251 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
252 calls = modules.match(re);
267 modules = modules.replace(re, "/* $1 */");
/PHP-5.5/win32/
H A Dinstall.txt228 distributions have no such directory and instead they're in the PHP
298 Note: If you're using NTFS on Windows NT, 2000, XP or 2003, make
357 saying "Hello World!" you're done.
1141 because you're behind a firewall, or it could be because the extension
1498 directory. If you're using the Apache webserver, php.ini is first
1702 Because the default is 1, it's critical that you're 100% sure that the
1715 If php.ini is being read and you're running PHP as a module, then be
/PHP-5.5/tests/lang/
H A Dbug24573.phpt24 Fatal error: Cannot re-assign $this in %s on line %d
/PHP-5.5/tests/classes/
H A Dthis.phpt54 Fatal error: Cannot re-assign $this in %sthis.php on line %d
H A Dctor_name_clash.phpt2 ZE2 The child class can re-use the parent class name for a function member
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch820 - ** being that if we're using syslog() we leave out the date, because
832 /* If we're vhosting, prepend the hostname to the url. This is
1592 /* If we're root, try to become someone else. */
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in154 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
/PHP-5.5/sapi/cli/tests/
H A Dcli_process_title_windows.phpt19 // cli_set_process_title(). We're only making the API calls to ensure there are
60 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
H A D006.phpt17 var_dump(`$php -n --re unknown`);
18 var_dump(`$php -n --re ""`);
19 var_dump(`$php -n --re pcre`);
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m462 # Test that we're trying to configure with apache 2.x
/PHP-5.5/sapi/apache2handler/
H A DREADME17 * The lack of re-entrancy of PHP. due to this I have disabled the 'virtual'
H A Dconfig.m461 # Test that we're trying to configure with apache 2.x
/PHP-5.5/sapi/apache_hooks/
H A DREADME173 return DECLINED; # because we're not redirecting, just messing around
199 One note: all handlers can be validly re-entered 'in sub-requests'.
H A DapMakefile.tmpl57 # gcc, and rebuilds Makefile.tmpl. You have to re-run Configure after
H A Dconfig.m460 # Test that we're trying to configure with apache 1.x
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl57 # gcc, and rebuilds Makefile.tmpl. You have to re-run Configure after
H A Dconfig.m459 # Test that we're trying to configure with apache 1.x
/PHP-5.5/
H A Dphp.ini-development639 ; When enabled, the ENV, REQUEST and SERVER variables are created when they're
H A Dphp.ini-production639 ; When enabled, the ENV, REQUEST and SERVER variables are created when they're
H A Dltmain.sh2753 # Try looking first in the location we're being installed to.
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation10.phpt33 When you're taught through feelings
40 When you're taught through feelings
53 When you're taught through feelings
60 When you're taught through feelings

Completed in 69 milliseconds

123456789