| /PHP_5_5/ext/phar/phar/ |
| H A D | clicommand.inc | 238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
|
| /PHP_5_5/win32/build/ |
| H A D | buildconf.js | 82 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
120 C.WriteLine("\"" + mod_name.replace(/_/g, "-") + "\",");
267 modules = modules.replace(re, "/* $1 */");
|
| H A D | confutils.js | 213 this.symval = optname.toUpperCase().replace(new RegExp("-", "g"), "_");
529 thing_to_find = thing_to_find.replace(new RegExp("/", "g"), "\\");
666 name = name.replace(rExp,"_debug.lib");
791 // AC_DEFINE("HAVE_" + header_name.toUpperCase().replace(new RegExp("/\\\\-\.", "g"), "_"), have);
807 sym = sym.replace(new RegExp("[\\\\/\.-]", "g"), "_");
901 sym = sym.replace(new RegExp("[\\\\/\.-]", "g"), "_");
1338 dir = dir.replace(new RegExp("/", "g"), "\\");
1352 var build_dir = dir.replace(new RegExp("^..\\\\"), "");
1353 var mangle_dir = build_dir.replace(new RegExp("[\\\\/.-]", "g"), "_");
1357 var build_dir = obj_dir.replace(ne [all...] |
| H A D | cvsclean.js | 79 var retext = filename.replace(/\./g, '\\.'); 80 retext = '^' + retext.replace(/\*/g, '.*') + "$";
|
| H A D | phpize.js.in | 29 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
89 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
109 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
210 C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
252 modules = modules.replace(re, "/* $1 */");
|
| H A D | projectgen.js | 24 sources = (path ? sources.replace(/\.\//g, path) : sources); 25 tmpl = tmpl.replace("SOURCEFILES", sources); 29 headers = (path ? headers.replace(/\.\//g, path) : headers); 30 tmpl = tmpl.replace("HEADERFILES", headers); 81 munged = fname.replace(ext, ""); /* TSRM...! */ 150 var file = get_define("PHPLIB").replace("lib", "def"); 194 replace = entry.replace(file, file + ".win32"); 195 replace += "\r\n\r\n# Begin Custom Build\r\nInputDir=..\\ext\\date\\lib\r\n"; 196 replace [all...] |
| H A D | svnclean.js | 79 var retext = filename.replace(/\./g, '\\.'); 80 retext = '^' + retext.replace(/\*/g, '.*') + "$";
|
| /PHP_5_5/win32/ |
| H A D | sendmail.c | 161 zval *replace; local 167 MAKE_STD_ZVAL(replace); 168 ZVAL_STRING(replace, PHP_WIN32_MAIL_UNIFY_REPLACE, 0); 172 replace, 178 FREE_ZVAL(replace); 182 ZVAL_STRING(replace, PHP_WIN32_MAIL_RMVDBL_REPLACE, 0); 186 replace, 192 FREE_ZVAL(replace);
|
| /PHP_5_5/ext/ereg/ |
| H A D | ereg.c | 403 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRMLS_DC) argument 462 walk = replace; 488 walk = replace; 556 char *replace; local 579 replace = estrndup(Z_STRVAL_PP(arg_replace), Z_STRLEN_PP(arg_replace)); 581 replace = STR_EMPTY_ALLOC(); 585 replace = emalloc(2); 586 replace[0] = (char) Z_LVAL_PP(arg_replace); 587 replace[1] = '\0'; 597 ret = php_ereg_replace(pattern, replace, strin [all...] |
| H A D | php_ereg.h | 38 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRMLS_DC);
|
| /PHP_5_5/ext/mbstring/ |
| H A D | mbstring.c | 1621 php_error_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring couldn't replace function %s.", p->orig_func);
|
| H A D | php_mbregex.c | 794 char *replace; local 835 &replace, &replace_len, 877 description = zend_make_compiled_string_description("mbregex replace" TSRMLS_CC); 916 p = replace; 1034 Case insensitive replace regular expression for multibyte string */
|
| /PHP_5_5/main/ |
| H A D | SAPI.c | 622 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_bool replace TSRMLS_DC) 630 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD,
|
| H A D | SAPI.h | 184 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_bool replace TSRMLS_DC);
|
| H A D | main.c | 715 char *replace = php_escape_html_entities(buffer, buffer_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); local 717 buffer = replace; 773 char *replace = php_escape_html_entities(origin, origin_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); local 775 origin = replace;
|
| /PHP_5_5/sapi/apache_hooks/ |
| H A D | php_apache.c | 586 zend_bool replace = 0; local 589 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|zb", &first, &second, &replace) == FAILURE) { 611 if (replace) { 635 if (replace) { 653 /* {{{ proto array apache_request_headers_out([{string name|array list} [, string value [, bool replace = false]]]) 672 /* {{{ proto array apache_request_err_headers_out([{string name|array list} [, string value [, bool replace = false]]])
|
| /PHP_5_5/ext/pcre/ |
| H A D | php_pcre.c | 1025 *replace=NULL, /* Replacement string */ local 1050 replace = Z_STRVAL_P(replace_val); 1052 replace_end = replace + replace_len; 1116 eval_result_len = preg_do_eval(replace, replace_len, subject, 1124 walk = replace; 1166 walk = replace; 1246 static char *php_replace_in_subject(zval *regex, zval *replace, zval **subject, int *result_len, int limit, int is_callable_replace, int *replace_count TSRMLS_DC) argument 1270 replace_value = replace; 1271 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) 1272 zend_hash_internal_pointer_reset(Z_ARRVAL_P(replace)); 1337 **replace, local [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | basic_functions.c | 1453 ZEND_ARG_INFO(0, replace) 2302 ZEND_ARG_INFO(0, replace) 2366 ZEND_ARG_INFO(0, replace) 2373 ZEND_ARG_INFO(0, replace)
|
| H A D | array.c | 2027 * hashtable and replace it with new one */ 2044 Removes the elements designated by offset and length and replace them with supplied array */ 2333 static void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int replace) /* {{{ */ argument 2360 if (!replace) {
|