Home
last modified time | relevance | path

Searched refs:replace (Results 51 – 75 of 92) sorted by relevance

1234

/PHP-5.5/ext/oci8/tests/
H A Dedition_1.phpt53 "create or replace editioning view view_ed as select name,age,job from edit_tab",
65 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
H A Dlob_null.phpt22 'create or replace procedure lob_null_proc_in (pid in number, pdata in CLOB)
29 'create or replace procedure lob_null_proc_out (pid in number, pdata out clob)
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_11gR1.phpt24 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
H A Dbind_char_4.phpt29 "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
H A Dbind_char_4_11gR1.phpt26 "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt19 $dbh->exec ("create or replace procedure bug_6364_sp(p1 IN varchar2, p2 IN varchar2, p3 IN varchar2…
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_callback_error.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_callback_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_edit_basic.phpt5 /* Prototype : proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [,…
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_001.phpt7 die('info CDB does not support replace or delete');
/PHP-5.5/ext/standard/
H A Dstring.c3904 if (Z_TYPE_P(replace) == IS_ARRAY) {
3908 replace_value = Z_STRVAL_P(replace);
3909 replace_len = Z_STRLEN_P(replace);
3919 if (Z_TYPE_P(replace) == IS_ARRAY) {
3926 if (Z_TYPE_P(replace) == IS_ARRAY) {
3974 Z_STRVAL_P(replace),
3975 Z_STRLEN_P(replace),
3982 … Z_STRVAL_P(replace), Z_STRLEN_P(replace), &Z_STRLEN_P(result), case_sensitivity, replace_count);
4007 SEPARATE_ZVAL(replace);
4013 convert_to_string_ex(replace);
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
40 /* loop through to replace the matched elements in the array */
43 /* replace the string in array */
103 /* If replace has fewer values than search, then an empty
141 class replace
147 $obj_replace = new replace;
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in19 VCVERS = probe_binary(PHP_CL).substr(0, 5).replace('.', '');
63 intvers = RE2CVERS.replace(pattern, '') - 0;
64 intmin = MINRE2C.replace(pattern, '') - 0;
H A Dconfig.w3220 VCVERS = probe_binary(PHP_CL).substr(0, 5).replace('.', '');
64 intvers = RE2CVERS.replace(pattern, '') - 0;
65 intmin = MINRE2C.replace(pattern, '') - 0;
/PHP-5.5/main/
H A DSAPI.h184 …ader_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_bool replace TSRMLS_DC);
H A DSAPI.c629 …eader_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_bool replace TSRMLS_DC) in sapi_add_header_ex()
637 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
H A Dmain.c720 char *replace = php_escape_html_entities(buffer, buffer_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); in php_verror() local
722 buffer = replace; in php_verror()
778 char *replace = php_escape_html_entities(origin, origin_len, &len, 0, ENT_COMPAT, NULL TSRMLS_CC); in php_verror() local
780 origin = replace; in php_verror()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt55 // replace = delete + insert -> new auto increment value
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c794 char *replace; in _php_mb_regex_ereg_replace_exec() local
835 &replace, &replace_len, in _php_mb_regex_ereg_replace_exec()
916 p = replace; in _php_mb_regex_ereg_replace_exec()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c586 zend_bool replace = 0; in add_header_to_table() local
589 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|zb", &first, &second, &replace) == FAILURE… in add_header_to_table()
611 if (replace) { in add_header_to_table()
635 if (replace) { in add_header_to_table()
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt116 replace the corresponding default Service line for
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's

Completed in 107 milliseconds

1234