Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/standard/tests/strings/
H A Dbug69144.phpt2 Bug #69144 (strtr not replacing with partly matching replace pairs)
H A Dstrtr_empty_search_string.phpt2 strtr() trying to replace an empty string
H A Dstr_replace_variation3.phpt14 /* If replace has fewer values than search, then an empty
52 class replace
58 $obj_replace = new replace;
183 str_replace(): Argument #2 ($replace) must be of type string when argument #1 ($search) is a string
/PHP-8.3/win32/build/
H A Dbuildconf.js78 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
116 C.WriteLine("\"" + mod_name.replace(/_/g, "-") + "\",");
252 modules = modules.replace(re, "/* $1 */");
H A Dphpize.js.in25 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
89 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
109 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
210 C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
211 C.WriteLine("var PHP_PREFIX = " + '"' + PHP_PREFIX.replace(new RegExp('(["\\\\])', "g"), '\\$1') + …
259 modules = modules.replace(re, "/* $1 */");
/PHP-8.3/ext/oci8/tests/
H A Dbug42841.phpt24 "create or replace procedure bug42841_proc(out_1 out sys_refcursor) is
29 "create or replace package bug43449_pkg is
34 "create or replace package body bug43449_pkg is
H A Dbug46994.phpt19 "create or replace procedure bug46994_proc1(p1 in out nocopy clob) is
24 "create or replace procedure bug46994_proc2(p1 in out nocopy clob) is
H A Derror2.phpt19 $s = oci_parse($c, "create or replace procedure myproc as begin bogus end;");
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.phpt19 "create or replace type bug32325_t as table of number"
H A Dbind_sqltchr_2.phpt17 "create or replace procedure bind_sqltchr_proc (msg_in in varchar2, msg_out out varchar2)
H A Dbug47281_tt.phpt21 "create or replace procedure bug47281_sp as
/PHP-8.3/ext/xml/tests/
H A Dbug26614.inc25 // Case 2: replace some characters so that we get comments instead
36 // Case 3: replace even more characters so that only textual data is left
/PHP-8.3/ext/mbstring/tests/
H A Dbug77428.phpt2 Bug #77428: mb_ereg_replace() doesn't replace a substitution variable
/PHP-8.3/ext/standard/tests/array/
H A Darray_replace_merge_recursive_ref.phpt2 Test array_(replace|merge)_recursive with references
/PHP-8.3/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-8.3/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-8.3/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-8.3/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
/PHP-8.3/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
/PHP-8.3/sapi/cgi/tests/
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
/PHP-8.3/ext/ldap/tests/
H A DREADME.md26 replace: olcSuffix
29 replace: olcRootDN
32 replace: olcRootPW

Completed in 49 milliseconds

12345