Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_dbmsoutput.phpt37 "create or replace procedure imp_res_get_dbmsoutput_proc as
H A Dimp_res_get_4.phpt37 "create or replace procedure imp_res_get_4_proc as
H A Dimp_res_get_3.phpt39 "create or replace procedure imp_res_get_3_proc as
H A Dimp_res_field.phpt38 "create or replace procedure imp_res_field_proc as
H A Dimp_res_1.phpt37 "create or replace procedure imp_res_1_proc as
H A Ddbmsoutput.phpt16 "create or replace procedure dbmsoutput_proc as
21 "create or replace type dorow as table of varchar2(4000)",
23 "create or replace function mydofetch return dorow pipelined is
H A Dbind_char_3.phpt23 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
H A Dbind_char_3_11gR1.phpt23 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
H A Dbind_char_4.phpt25 "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
H A Dbind_char_4_11gR1.phpt25 "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
H A Dimp_res_3.phpt37 "create or replace procedure imp_res_3_proc as
/PHP-7.4/main/
H A DSAPI.h185 …i_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zend_bool replace);
H A DSAPI.c615 …pi_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zend_bool replace) in sapi_add_header_ex() argument
623 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt55 // replace = delete + insert -> new auto increment value
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
/PHP-7.4/ext/standard/
H A Darray.c3056 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, … argument
3084 …h_init(&out_hash, (length > 0 ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) …
3145 if (replace) {
3146 ZEND_HASH_FOREACH_VAL_IND(replace, entry) {
H A Dbasic_functions.c1410 ZEND_ARG_INFO(0, replace)
2286 ZEND_ARG_INFO(0, replace)
2351 ZEND_ARG_INFO(0, replace)
2358 ZEND_ARG_INFO(0, replace)
/PHP-7.4/Zend/
H A Dzend_hash.c971 replace: in _zend_hash_index_add_or_update_i()
1020 goto replace; in _zend_hash_index_add_or_update_i()
/PHP-7.4/
H A Dphp.ini-development1083 ; to the sendmail binary. These parameters will always replace the value of
1667 ; overload(replace) single byte functions by mbstring functions.
H A Dphp.ini-production1083 ; to the sendmail binary. These parameters will always replace the value of
1667 ; overload(replace) single byte functions by mbstring functions.
H A DNEWS2318 . Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16554 # actual common use, it should replace the one below.
16564 # there's a canonical type for this format, it should replace this one.
21290 # Modified by (1): Abel Cheung <abelcheung@gmail.com> (replace useless entry)
H A Dmagic16554 # actual common use, it should replace the one below.
16564 # there's a canonical type for this format, it should replace this one.
21290 # Modified by (1): Abel Cheung <abelcheung@gmail.com> (replace useless entry)

Completed in 226 milliseconds

1234