Searched refs:rep (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | head.c | 41 zend_bool rep = 1; in PHP_FUNCTION() local 45 &ctr.line_len, &rep, &ctr.response_code) == FAILURE) in PHP_FUNCTION() 48 sapi_header_op(rep ? SAPI_HEADER_REPLACE:SAPI_HEADER_ADD, &ctr TSRMLS_CC); in PHP_FUNCTION()
|
H A D | html.c | 1303 const unsigned char *rep = NULL; in php_escape_html_entities_ex() local 1320 find_entity_for_char(this_char, charset, entity_table.ms_table, &rep, in php_escape_html_entities_ex() 1323 find_entity_for_char_basic(this_char, entity_table.table, &rep, &rep_len); in php_escape_html_entities_ex() 1326 if (rep != NULL) { in php_escape_html_entities_ex() 1328 memcpy(&replaced[len], rep, rep_len); in php_escape_html_entities_ex()
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 442 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() argument 463 ZVAL_STRINGL(repl, rep, strlen(rep), 0); in file_replace()
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 2076 var rep = subst_array[i+1]; 2078 content = content.replace(re, rep);
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 2147 file_replace(struct magic_set *ms, const char *pat, const char *rep) 2170 + ZVAL_STRINGL(repl, rep, strlen(rep), 0); 2191 - if (file_printf(ms, "%s%s", rep,
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 5915 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04 5940 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1391 The set of strings that are matched by a regular expression can be rep-
|
Completed in 73 milliseconds