Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/oci8/tests/
H A Dimp_res_prefetch.phpt39 "create or replace procedure imp_res_prefetch_proc as
H A Dlob_null.phpt27 'create or replace procedure lob_null_proc_in (pid in number, pdata in CLOB)
34 'create or replace procedure lob_null_proc_out (pid in number, pdata out clob)
H A Dimp_res_get_dbmsoutput.phpt39 "create or replace procedure imp_res_get_dbmsoutput_proc as
H A Dimp_res_get_4.phpt39 "create or replace procedure imp_res_get_4_proc as
H A Dimp_res_get_3.phpt41 "create or replace procedure imp_res_get_3_proc as
H A Dimp_res_field.phpt40 "create or replace procedure imp_res_field_proc as
H A Dimp_res_1.phpt39 "create or replace procedure imp_res_1_proc as
H A Ddbmsoutput.phpt19 "create or replace procedure dbmsoutput_proc as
24 "create or replace type dorow as table of varchar2(4000)",
26 "create or replace function mydofetch return dorow pipelined is
H A Dbind_char_3.phpt25 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
H A Dbind_char_4.phpt27 … "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
H A Dimp_res_3.phpt39 "create or replace procedure imp_res_3_proc as
/PHP-8.3/main/
H A DSAPI.h182 … sapi_add_header_ex(const char *header_line, size_t header_line_len, bool duplicate, bool replace);
H A DSAPI.c625 …t sapi_add_header_ex(const char *header_line, size_t header_line_len, bool duplicate, bool replace) in sapi_add_header_ex() argument
633 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt56 // replace = delete + insert -> new auto increment value
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php2226 function header(string $header, bool $replace = true, int $response_code = 0): void {}
2421 function substr_replace(array|string $string, array|string $replace, array|int $offset, array|int|n…
2491 function str_replace(array|string $search, array|string $replace, string|array $subject, &$count = …
2498 function str_ireplace(array|string $search, array|string $replace, string|array $subject, &$count =…
H A Dstring.c3207 zend_string *str_key, *tmp_str, *replace, *tmp_replace; local
3215 replace = zval_get_tmp_string(entry, &tmp_replace);
3222 ZSTR_VAL(replace),
3223 ZSTR_LEN(replace),
3230 ZSTR_VAL(replace), ZSTR_LEN(replace), &dummy));
H A Darray.c3208 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, … argument
3235 …h_init(&out_hash, (length > 0 ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) …
3274 if (replace) {
3275 ZEND_HASH_FOREACH_VAL(replace, entry) {
3344 if (replace) {
3345 ZEND_HASH_FOREACH_VAL(replace, entry) {
H A Dbasic_functions_arginfo.h742 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, replace, _IS_BOOL, 0, "true")
941 ZEND_ARG_TYPE_MASK(0, replace, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
992 ZEND_ARG_TYPE_MASK(0, replace, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2376 zval zv, *replace, *zcount = NULL; in PHP_FUNCTION() local
2404 ZEND_HASH_FOREACH_STR_KEY_VAL(pattern, str_idx_regex, replace) { in PHP_FUNCTION()
2405 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
2414 ZVAL_COPY_VALUE(&fci.function_name, replace); in PHP_FUNCTION()
/PHP-8.3/ext/phar/phar/
H A Dclicommand.inc238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
/PHP-8.3/ext/zip/
H A Dphp_zip.c286 zend_long replace, /* index to replace, add new file if < 0 */ in php_zip_add_file() argument
323 if (replace >= 0) { in php_zip_add_file()
324 if (zip_file_replace(obj->za, replace, zs, flags) < 0) { in php_zip_add_file()
/PHP-8.3/Zend/
H A Dzend_hash.c1100 replace: in _zend_hash_index_add_or_update_i()
1160 goto replace; in _zend_hash_index_add_or_update_i()
/PHP-8.3/
H A Dphp.ini-production1108 ; to the sendmail binary. These parameters will always replace the value of
H A Dphp.ini-development1106 ; to the sendmail binary. These parameters will always replace the value of
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc52 // We use REG0/1/2 and FPR0/1 to replace r0/1/2 and xmm0/1 in the x86 implementation.

Completed in 228 milliseconds

12345