Searched refs:rep (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/pcre/tests/ |
H A D | preg_replace_callback_array.phpt | 13 public static function rep($rep) { 27 '/d/' => array("Foo", "rep")), 'a')); 34 '/d/' => array("Foo", "rep")), 'a')); 38 '/d/' => array("Foo", "rep"),
|
H A D | bug73392.phpt | 11 public static function rep($rep) { 20 … return "c"; }, "/c/" => new Rep, "reporting" => array("Foo", "rep"), "a1" => array("Foo", "rep"),
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_eol.h | 24 char *rep; member
|
H A D | phpdbg_eol.c | 73 return phpdbg_eol_list[i].rep; in phpdbg_eol_rep()
|
/PHP-8.0/ext/standard/ |
H A D | head.c | 34 zend_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 D | html.c | 1187 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-8.0/ext/fileinfo/libmagic/ |
H A D | funcs.c | 605 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() argument 623 repl = zend_string_init(rep, strlen(rep), 0); in file_replace()
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 50 local format, rep, upper = _s.format, _s.rep, _s.upper 559 local bar = rep("=", 76)
|
H A D | dasm_arm64.lua | 355 b = b..(r64 and (inv and "1" or "0"):rep(32) or b) 359 if band(w, w-1) == 0 and b == b:sub(1, w):rep(64/w) then
|
/PHP-8.0/win32/build/ |
H A D | confutils.js | 2721 var rep = subst_array[i+1]; 2723 content = content.replace(re, rep);
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 2528 file_replace(struct magic_set *ms, const char *pat, const char *rep) 2541 - if (file_printf(ms, "%s%s", rep, 2563 + repl = zend_string_init(rep, strlen(rep), 0);
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 11005 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04 11030 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
|
H A D | magic | 11005 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04 11030 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
|
Completed in 269 milliseconds