Home
last modified time | relevance | path

Searched refs:replace (Results 26 – 50 of 99) sorted by relevance

1234

/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
/PHP-7.4/sapi/phpdbg/tests/
H A Dwatch_002.phpt2 Test simple array watchpoint with replace
H A Dwatch_003.phpt2 Test simple watchpoint with replace
/PHP-7.4/ext/standard/tests/strings/
H A Dlevenshtein.phpt41 $n += test_me("expensive replace" , 3, "111", "121", 2, 3, 2);
42 $n += test_me("very expensive replace", 4, "111", "121", 2, 9, 2);
H A Dstr_replace_basic.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_functions.inc70 $create_package_stmt = "create or replace package drcp_test_package as
78 $package_body = "create or replace package body drcp_test_package as
H A Dbug32325.phpt16 "create or replace type bug32325_t as table of number"
H A Dbug47281_tt.phpt18 "create or replace procedure bug47281_sp as
H A Dbind_sqltchr_2.phpt13 "create or replace procedure bind_sqltchr_proc (msg_in in varchar2, msg_out out varchar2)
H A Dbug44008.phpt16 "create or replace procedure bug44008_proc (p in out clob)
H A Dbug44113.phpt17 "create or replace type bug44113_list_t as table of number"
H A Dbug47281.phpt26 "create or replace procedure bug47281_sp as
H A Dimp_res_insert.phpt30 "create or replace procedure imp_res_insert_proc_nc (p1 in number) as
38 "create or replace procedure imp_res_insert_proc_c (p1 in number) as
/PHP-7.4/ext/xml/tests/
H A Dbug26614_libxml.phpt34 // Case 2: replace some characters so that we get comments instead
45 // Case 3: replace even more characters so that only textual data is left
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2099 if (Z_TYPE_P(replace) == IS_ARRAY) { in php_pcre_replace_array()
2144 replace_str = Z_STR_P(replace); in php_pcre_replace_array()
2187 Z_STR_P(replace), in php_replace_in_subject()
2193 replace, in php_replace_in_subject()
2303 Z_PARAM_ZVAL(replace) in preg_replace_common()
2310 if (Z_TYPE_P(replace) != IS_ARRAY) { in preg_replace_common()
2311 convert_to_string_ex(replace); in preg_replace_common()
2325 replace, in preg_replace_common()
2352 replace, in preg_replace_common()
2399 Z_PARAM_ZVAL(replace) in PHP_FUNCTION()
[all …]
/PHP-7.4/win32/
H A Dsendmail.c128 zend_string *replace; in php_win32_mail_trim_header() local
135 replace = zend_string_init(PHP_WIN32_MAIL_UNIFY_REPLACE, strlen(PHP_WIN32_MAIL_UNIFY_REPLACE), 0); in php_win32_mail_trim_header()
140 replace, in php_win32_mail_trim_header()
144 zend_string_release_ex(replace, 0); in php_win32_mail_trim_header()
151replace = zend_string_init(PHP_WIN32_MAIL_RMVDBL_PATTERN, strlen(PHP_WIN32_MAIL_RMVDBL_PATTERN), 0… in php_win32_mail_trim_header()
156 replace, in php_win32_mail_trim_header()
159 zend_string_release_ex(replace, 0); in php_win32_mail_trim_header()
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt6 list - it does not replace the previously allowed functions.
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt6 list - it does not replace the old function.
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt6 list - it does not replace the previously allowed functions.
/PHP-7.4/ext/dba/tests/
H A Ddba_cdb.phpt7 die('info CDB does not support replace or delete');
H A Ddba_cdb_make.phpt24 // dba_replace cdb_make doesn't know replace
/PHP-7.4/sapi/cgi/tests/
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
/PHP-7.4/sapi/cli/tests/
H A D006.phpt92 Parameter #1 [ <required> $replace ]
123 Parameter #1 [ <required> $replace ]
/PHP-7.4/ext/ldap/tests/
H A DREADME.md26 replace: olcSuffix
29 replace: olcRootDN
32 replace: olcRootPW
/PHP-7.4/ext/mbstring/tests/
H A Dbug43301.phpt23 …T_LNUMBER), expecting variable (T_VARIABLE) or '{' or '$' in %sbug43301.php(%d) : mbregex replace:1

Completed in 62 milliseconds

1234