Home
last modified time | relevance | path

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

123456789

/PHP-5.3/win32/build/
H A Dconfutils.js1277 var re = /\.h$/;
1281 if (s.match(re)) {
1324 var re = new RegExp("\.[a-z0-9A-Z]+$");
1364 obj = src.replace(re, ".obj");
1855 var re = subst_array[i];
1858 content = content.replace(re, rep);
1898 var re = null;
1921re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
1939 if (item_name.match(re)) {
1962 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,"");
236 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
237 calls = modules.match(re);
252 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.3/win32/
H A Dinstall.txt356 distributions have no such directory and instead they're in the PHP
426 Note: If you're using NTFS on Windows NT, 2000, XP or 2003, make
490 saying "Hello World!" you're done.
1282 because you're behind a firewall, or it could be because the extension
1639 directory. If you're using the Apache webserver, php.ini is first
1843 Because the default is 1, it's critical that you're 100% sure that the
1856 If php.ini is being read and you're running PHP as a module, then be
/PHP-5.3/tests/lang/
H A Dbug24573.phpt24 Fatal error: Cannot re-assign $this in %s on line %d
/PHP-5.3/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.3/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.3/sapi/fpm/
H A Dphp-fpm.conf.in145 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
/PHP-5.3/sapi/cli/tests/
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.3/sapi/apache2filter/
H A Dconfig.m462 # Test that we're trying to configure with apache 2.x
/PHP-5.3/sapi/apache2handler/
H A Dconfig.m461 # Test that we're trying to configure with apache 2.x
H A DREADME17 * The lack of re-entrancy of PHP. due to this I have disabled the 'virtual'
/PHP-5.3/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.3/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.3/
H A Dphp.ini-development730 ; When enabled, the SERVER and ENV variables are created when they're first
H A Dphp.ini-production730 ; When enabled, the SERVER and ENV variables are created when they're first
H A Dltmain.sh2753 # Try looking first in the location we're being installed to.
/PHP-5.3/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt27 When you're taught through feelings
34 When you're taught through feelings
41 When you're taught through feelings
48 When you're taught through feelings
H A Dgzrewind_basic.phpt31 first 30 characters=When you're taught through fee
35 first 20 characters=When you're taught t

Completed in 112 milliseconds

123456789