Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/oci8/tests/
H A Dimp_res_dbmsoutput.phpt37 "create or replace procedure imp_res_dbmsoutput_proc as
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;",
/PHP-7.1/main/
H A DSAPI.h186 …i_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zend_bool replace);
H A DSAPI.c621 …pi_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zend_bool replace) in sapi_add_header_ex() argument
629 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt55 // replace = delete + insert -> new auto increment value
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c813 char *replace; in _php_mb_regex_ereg_replace_exec() local
855 &replace, &replace_len, in _php_mb_regex_ereg_replace_exec()
951 p = replace; in _php_mb_regex_ereg_replace_exec()
/PHP-7.1/ext/phar/phar/
H A Dclicommand.inc238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
/PHP-7.1/
H A DREADME.EXT_SKEL4 supposed to replace ext_skel completely in the long run ...)
H A DINSTALL589 create a PHP script which displays a directory listing and replace the
1888 (replace C:\php with the directory where php.ini is located).
1900 replace the line AddType application/x-httpd-php .php with:
H A Dphp.ini-development1065 ; to the sendmail binary. These parameters will always replace the value of
1697 ; overload(replace) single byte functions by mbstring functions.
/PHP-7.1/ext/standard/
H A Darray.c2401 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, … argument
2429 …h_init(&out_hash, (length > 0 ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) …
2496 if (replace) {
2497 ZEND_HASH_FOREACH_VAL_IND(replace, entry) {
3144 …_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int replace) /* {{{ */ argument
3165 if (replace) {
H A Dbasic_functions.c1416 ZEND_ARG_INFO(0, replace)
2276 ZEND_ARG_INFO(0, replace)
2341 ZEND_ARG_INFO(0, replace)
2348 ZEND_ARG_INFO(0, replace)
/PHP-7.1/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
/PHP-7.1/Zend/
H A DZEND_CHANGES26 an object by using $this but you cannot replace $this with another
33 function replace($other)
45 $object->replace($other);
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY1148 replace defined(__CYGWIN__) to defined(__GNUC__).
1659 2003/03/18: [spec] replace REGERR_END_PATTERN_AT_GROUP_{COMMENT|OPTION} to
1885 2003/01/09: [inst] replace Ruby re.c.XXX.patch files. (166 -> 168, 172 -> 180)
1956 2002/03/19: [impl] replace OP_EXACTMB4N with OP_EXACTMB3N.
2013 2002/03/04: [impl] replace STK_BOTTOM with STK_ALT.
/PHP-7.1/win32/
H A Dinstall.txt351 using PHP 4, you should replace 'PHPScript' with 'ActivePHP' in the
824 create a PHP script which displays a directory listing and replace the
1764 * Add a new line to the end of the file: set PHPRC=C:\php (replace
1777 from URL with no extension. In this case, replace the line AddType

Completed in 142 milliseconds

12345