Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/standard/
H A Dhead.c42 zend_bool rep = 1; in PHP_FUNCTION() local
46 &ctr.line_len, &rep, &ctr.response_code) == FAILURE) in PHP_FUNCTION()
49 sapi_header_op(rep ? SAPI_HEADER_REPLACE:SAPI_HEADER_ADD, &ctr TSRMLS_CC); in PHP_FUNCTION()
H A Dhtml.c1163 unsigned char *rep = NULL; in php_escape_html_entities_ex() local
1170 rep = (unsigned char*)entity_map[j].table[this_char - entity_map[j].basechar]; in php_escape_html_entities_ex()
1171 if (rep == NULL) { in php_escape_html_entities_ex()
1183 int l = strlen(rep); in php_escape_html_entities_ex()
1190 strlcpy(replaced + len, rep, maxlen); in php_escape_html_entities_ex()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfuncs.c434 file_replace(struct magic_set *ms, const char *pat, const char *rep) argument
459 ZVAL_STRINGL(repl, rep, strlen(rep), 0);
/PHP-5.3/win32/build/
H A Dconfutils.js1856 var rep = subst_array[i+1];
1858 content = content.replace(re, rep);
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1881 file_replace(struct magic_set *ms, const char *pat, const char *rep)
1908 + ZVAL_STRINGL(repl, rep, strlen(rep), 0);
1929 - if (file_printf(ms, "%s%s", rep,
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1368 The set of strings that are matched by a regular expression can be rep-

Completed in 43 milliseconds