Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 92) sorted by path

1234

/PHP-5.5/
H A DINSTALL176 You will need to replace the 'xxx' here with the correct values from
285 installations. You should replace /path/to/ with the path to these
793 create a PHP script which displays a directory listing and replace the
2092 (replace C:\php with the directory where php.ini is located).
2104 replace the line AddType application/x-httpd-php .php with:
H A DNEWS316 . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
832 . Fixed bug #53829 (Compiling PHP with large file support will replace
6051 - Added function preg_filter() that does grep and replace in one go. (Marcus)
6747 - Fixed bug #45860 (header() function fails to correctly replace all Status
H A DREADME.EXT_SKEL4 supposed to replace ext_skel completely in the long run ...)
/PHP-5.5/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-5.5/ext/dba/tests/
H A Ddba_cdb.phpt7 die('info CDB does not support replace or delete');
H A Ddba_cdb_001.phpt7 die('info CDB does not support replace or delete');
H A Ddba_cdb_make.phpt24 // dba_replace cdb_make doesn't know replace
/PHP-5.5/ext/ereg/
H A Dereg.c403 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, i… in php_ereg_replace() argument
462 walk = replace; in php_ereg_replace()
488 walk = replace; in php_ereg_replace()
556 char *replace; in php_do_ereg_replace() local
579 replace = estrndup(Z_STRVAL_PP(arg_replace), Z_STRLEN_PP(arg_replace)); in php_do_ereg_replace()
581 replace = STR_EMPTY_ALLOC(); in php_do_ereg_replace()
585 replace = emalloc(2); in php_do_ereg_replace()
586 replace[0] = (char) Z_LVAL_PP(arg_replace); in php_do_ereg_replace()
587 replace[1] = '\0'; in php_do_ereg_replace()
597 ret = php_ereg_replace(pattern, replace, string, icase, 1 TSRMLS_CC); in php_do_ereg_replace()
[all …]
H A Dphp_ereg.h38 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, i…
/PHP-5.5/ext/ereg/tests/
H A D013.phpt2 escapes in replace string
H A D015.phpt2 replace empty matches
H A Deregi_replace_basic.phpt7 * Description: Case insensitive replace regular expression
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10616 # actual common use, it should replace the one below.
10626 # there's a canonical type for this format, it should replace this one.
13379 # Modified by (1): Abel Cheung <abelcheung@gmail.com> (replace useless entry)
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1124 replace defined(__CYGWIN__) to defined(__GNUC__).
1635 2003/03/18: [spec] replace REGERR_END_PATTERN_AT_GROUP_{COMMENT|OPTION} to
1861 2003/01/09: [inst] replace Ruby re.c.XXX.patch files. (166 -> 168, 172 -> 180)
1932 2002/03/19: [impl] replace OP_EXACTMB4N with OP_EXACTMB3N.
1989 2002/03/04: [impl] replace STK_BOTTOM with STK_ALT.
/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/ext/mbstring/tests/
H A Dbug43301.phpt18 …syntax error, unexpected %s, expecting %s or '$' in %sbug43301.php(%d) : mbregex replace on line %d
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_3.phpt27 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
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;",
H A Dbind_sqltchr_2.phpt13 "create or replace procedure bind_sqltchr_proc (msg_in in varchar2, msg_out out varchar2)
H A Dbug32325.phpt16 "create or replace type bug32325_t as table of number"
H A Dbug37581.phpt13 $p1 = "create or replace package ARRAYBINDPKG1 as
18 $p2 = "create or replace package body ARRAYBINDPKG1 as
H A Dbug42841.phpt21 "create or replace procedure bug42841_proc(out_1 out sys_refcursor) is
26 "create or replace package bug43449_pkg is
31 "create or replace package body bug43449_pkg is
H A Dbug44008.phpt16 "create or replace procedure bug44008_proc (p in out clob)

Completed in 161 milliseconds

1234