Home
last modified time | relevance | path

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

/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_array.phpt13 public static function rep($rep) {
27 '/d/' => array("Foo", "rep")), 'a'));
34 '/d/' => array("Foo", "rep")), 'a'));
38 '/d/' => array("Foo", "rep"),
H A Dbug73392.phpt11 public static function rep($rep) {
26 "reporting" => ["Foo", "rep"],
27 "a1" => ["Foo", "rep"],
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c159 static const lxb_char_t *rep = lexbor_str_res_ansi_replacement_character; in lxb_html_tree_insertion_mode_foreign_content_text() local
164 if (*pos == *rep) { in lxb_html_tree_insertion_mode_foreign_content_text()
171 if (memcmp(pos, rep, sizeof(lxb_char_t) * rep_len) != 0) { in lxb_html_tree_insertion_mode_foreign_content_text()
/php-src/ext/standard/
H A Dhead.c34 bool rep = 1; in PHP_FUNCTION() local
42 Z_PARAM_BOOL(rep) in PHP_FUNCTION()
48 sapi_header_op(rep ? SAPI_HEADER_REPLACE:SAPI_HEADER_ADD, &ctr); in PHP_FUNCTION()
H A Dhtml.c1187 const unsigned char *rep = NULL; in php_escape_html_entities_ex() local
1204 find_entity_for_char(this_char, charset, entity_table.ms_table, &rep, in php_escape_html_entities_ex()
1207 find_entity_for_char_basic(this_char, entity_table.table, &rep, &rep_len); in php_escape_html_entities_ex()
1210 if (rep != NULL) { in php_escape_html_entities_ex()
1212 memcpy(&ZSTR_VAL(replaced)[len], rep, rep_len); in php_escape_html_entities_ex()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c655 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() argument
673 repl = zend_string_init(rep, strlen(rep), 0); in file_replace()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua50 local format, rep, upper = _s.format, _s.rep, _s.upper
559 local bar = rep("=", 76)
H A Ddasm_arm64.lua370 b = b..(r64 and (inv and "1" or "0"):rep(32) or b)
374 if band(w, w-1) == 0 and b == b:sub(1, w):rep(64/w) then
/php-src/ext/fileinfo/
H A Dlibmagic.patch2059 file_replace(struct magic_set *ms, const char *pat, const char *rep)
2070 - if (file_printf(ms, "%s%s", rep,
2092 + repl = zend_string_init(rep, strlen(rep), 0);
/php-src/win32/build/
H A Dconfutils.js2726 var rep = subst_array[i+1];
2728 content = content.replace(re, rep);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12698 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
12723 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
H A Dmagic12698 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
12723 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04

Completed in 208 milliseconds