Searched refs:rep (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/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-7.1/sapi/phpdbg/ |
H A D | phpdbg_eol.h | 26 char *rep; member
|
H A D | phpdbg_eol.c | 75 return phpdbg_eol_list[i].rep; in phpdbg_eol_rep()
|
/PHP-7.1/ext/standard/ |
H A D | head.c | 41 zend_bool rep = 1; in PHP_FUNCTION() local 46 &len, &rep, &ctr.response_code) == FAILURE) in PHP_FUNCTION() 50 sapi_header_op(rep ? SAPI_HEADER_REPLACE:SAPI_HEADER_ADD, &ctr); in PHP_FUNCTION()
|
H A D | html.c | 1310 const unsigned char *rep = NULL; in php_escape_html_entities_ex() local 1327 find_entity_for_char(this_char, charset, entity_table.ms_table, &rep, in php_escape_html_entities_ex() 1330 find_entity_for_char_basic(this_char, entity_table.table, &rep, &rep_len); in php_escape_html_entities_ex() 1333 if (rep != NULL) { in php_escape_html_entities_ex() 1335 memcpy(&ZSTR_VAL(replaced)[len], rep, rep_len); in php_escape_html_entities_ex()
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | funcs.c | 430 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() argument 450 ZVAL_STRING(&repl, rep); in file_replace()
|
/PHP-7.1/win32/build/ |
H A D | confutils.js | 2599 var rep = subst_array[i+1]; 2601 content = content.replace(re, rep);
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 2242 file_replace(struct magic_set *ms, const char *pat, const char *rep) 2255 - if (file_printf(ms, "%s%s", rep, 2293 + ZVAL_STRING(&repl, rep);
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 6855 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04 6880 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
|
H A D | magic私はガラスを食べられます | 6855 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04 6880 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
|
/PHP-7.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1402 The set of strings that are matched by a regular expression can be rep-
|
Completed in 190 milliseconds