Home
last modified time | relevance | path

Searched refs:replacement (Results 51 – 65 of 65) sorted by relevance

123

/php-src/ext/standard/
H A Dhtml.c1109 const unsigned char *replacement = NULL; in php_escape_html_entities_ex() local
1133 replacement = (const unsigned char*)"\xEF\xBF\xBD"; in php_escape_html_entities_ex()
1136 replacement = (const unsigned char*)"�"; in php_escape_html_entities_ex()
1170 memcpy(&ZSTR_VAL(replaced)[len], replacement, replacement_len); in php_escape_html_entities_ex()
1217 mbsequence = replacement; in php_escape_html_entities_ex()
1224 mbsequence = replacement; in php_escape_html_entities_ex()
1237 mbsequence = replacement; in php_escape_html_entities_ex()
H A Dbasic_functions.stub.php1670 function array_splice(array &$array, int $offset, ?int $length = null, mixed $replacement = []): ar… argument
H A Dbasic_functions_arginfo.h203 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, replacement, IS_MIXED, 0, "[]")
/php-src/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt9 the replacement string
15 string is used for the rest of replacement values */
H A Dstr_replace_variation2.phpt9 the replacement string
/php-src/ext/mbstring/
H A Dmbstring.stub.php209 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
212 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
H A Dmbstring_arginfo.h238 ZEND_ARG_TYPE_INFO(0, replacement, IS_STRING, 0)
/php-src/ext/pcre/
H A Dphp_pcre_arginfo.h16 ZEND_ARG_TYPE_MASK(0, replacement, MAY_BE_STRING|MAY_BE_ARRAY, NULL)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt48 // No replacement shall be made
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt45 // No replacement shall be made
/php-src/ext/spl/
H A Dspl_iterators.stub.php360 public ?string $replacement = null; variable in RegexIterator
H A Dspl_iterators.c1826 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD() local
1827 zend_string *replacement_str = zval_try_get_string(replacement); in PHP_METHOD()
/php-src/
H A DREADME.REDIST.BINS431 SIO stdio-replacement strx_* functions by Panos Tsirigotis
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます35866 # sqtroff intermediate language (replacement for ditroff int. lang.)
35874 # sqtroff intermediate language (replacement for ditroff int. lang.)
H A Dmagic35866 # sqtroff intermediate language (replacement for ditroff int. lang.)
35874 # sqtroff intermediate language (replacement for ditroff int. lang.)

Completed in 196 milliseconds

123