Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 92) sorted by last modified time

1234

/PHP-5.5/win32/
H A Dsendmail.c161 zval *replace; in php_win32_mail_trim_header() local
167 MAKE_STD_ZVAL(replace); in php_win32_mail_trim_header()
168 ZVAL_STRING(replace, PHP_WIN32_MAIL_UNIFY_REPLACE, 0); in php_win32_mail_trim_header()
172 replace, in php_win32_mail_trim_header()
178 FREE_ZVAL(replace); in php_win32_mail_trim_header()
182 ZVAL_STRING(replace, PHP_WIN32_MAIL_RMVDBL_REPLACE, 0); in php_win32_mail_trim_header()
186 replace, in php_win32_mail_trim_header()
192 FREE_ZVAL(replace); in php_win32_mail_trim_header()
H A Dinstall.txt360 using PHP 4, you should replace 'PHPScript' with 'ActivePHP' in the
833 create a PHP script which displays a directory listing and replace the
1773 * Add a new line to the end of the file: set PHPRC=C:\php (replace
1786 from URL with no extension. In this case, replace the line AddType
/PHP-5.5/win32/build/
H A Dconfutils.js668 name = name.replace(rExp,"_debug.lib");
1416 dir = dir.replace(new RegExp("/", "g"), "\\");
1454 obj = src.replace(re, ".obj");
1481 var dllname = dllname.replace(/\s/g, "");
1490 targets = targets.replace(dllname, "");
1491 targets = targets.replace(/\s+/, " ");
1492 targets = targets.replace(/\s$/, "");
2112 content = content.replace(re, rep);
2175 …re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
2235 dir = dir.replace(new RegExp("/", "g"), "\\");
[all …]
H A Dcvsclean.js79 var retext = filename.replace(/\./g, '\\.');
80 retext = '^' + retext.replace(/\*/g, '.*') + "$";
H A Dphpize.js.in29 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
93 + 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') + …
262 modules = modules.replace(re, "/* $1 */");
H A Dprojectgen.js25 tmpl = tmpl.replace("SOURCEFILES", sources);
194 replace = entry.replace(file, file + ".win32");
199 replace += "# End Custom Build";
201 headers = headers.replace(entry, replace);
217 tmpl = tmpl.replace(/LOCALCPP/, cflags.replace(/\"ext/g, '"../ext') + " /c");
233 tmpl = tmpl.replace(/DEFS/, defs);
462 files = files.replace(tabs, "");
488 line = arr[0].replace(tabs, "");
593 tmpl = tmpl.replace(/BASECPP/, (type == ".dll" ? baseflags : baseflags.replace(ld + " ", "")));
595 tmpl = tmpl.replace(/BASELIBS/, "/nologo " + get_define("LIBS").replace(/\sresolv.lib/, ""));
[all …]
H A Dsvnclean.js79 var retext = filename.replace(/\./g, '\\.');
80 retext = '^' + retext.replace(/\*/g, '.*') + "$";
H A Dbuildconf.js82 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
120 C.WriteLine("\"" + mod_name.replace(/_/g, "-") + "\",");
267 modules = modules.replace(re, "/* $1 */");
H A Dconfig.w3220 VCVERS = probe_binary(PHP_CL).substr(0, 5).replace('.', '');
64 intvers = RE2CVERS.replace(pattern, '') - 0;
65 intmin = MINRE2C.replace(pattern, '') - 0;
H A Dconfig.w32.phpize.in19 VCVERS = probe_binary(PHP_CL).substr(0, 5).replace('.', '');
63 intvers = RE2CVERS.replace(pattern, '') - 0;
64 intmin = MINRE2C.replace(pattern, '') - 0;
/PHP-5.5/tests/classes/
H A Dthis.phpt13 function replace($other)
43 $object->replace($other);
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt116 replace the corresponding default Service line for
/PHP-5.5/sapi/cli/tests/
H A D006.phpt81 Parameter #1 [ <required> $replace ]
101 Parameter #1 [ <required> $replace ]
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c586 zend_bool replace = 0; in add_header_to_table() local
589 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|zb", &first, &second, &replace) == FAILURE… in add_header_to_table()
611 if (replace) { in add_header_to_table()
635 if (replace) { in add_header_to_table()
/PHP-5.5/sapi/cgi/tests/
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
/PHP-5.5/
H A Dphp.ini-development1004 ; to the sendmail binary. These parameters will always replace the value of
1733 ; overload(replace) single byte functions by mbstring functions.
H A Dphp.ini-production1004 ; to the sendmail binary. These parameters will always replace the value of
1733 ; overload(replace) single byte functions by mbstring functions.
/PHP-5.5/main/
H A Dmain.c720 char *replace = php_escape_html_entities(buffer, buffer_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); in php_verror() local
722 buffer = replace; in php_verror()
778 char *replace = php_escape_html_entities(origin, origin_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); in php_verror() local
780 origin = replace; in php_verror()
H A DSAPI.c629 …eader_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_bool replace TSRMLS_DC) in sapi_add_header_ex()
637 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
H A DSAPI.h184 …ader_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_bool replace TSRMLS_DC);
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt6 list - it does not replace the previously allowed functions.
H A Dxsltprocessor_registerPHPFunctions-null.phpt6 list - it does not replace the previously allowed functions.
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt6 list - it does not replace the old function.
/PHP-5.5/ext/xml/tests/
H A Dbug26614.phpt34 // Case 2: replace some characters so that we get comments instead
45 // Case 3: replace even more characters so that only textual data is left
H A Dbug26614_libxml.phpt34 // Case 2: replace some characters so that we get comments instead
45 // Case 3: replace even more characters so that only textual data is left

Completed in 75 milliseconds

1234