Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 25 of 36) sorted by relevance

12

/PHP-5.5/ext/dba/tests/
H A Ddba_db1.phpt19 Content 2 replaced
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
36 Content 2 replaced
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_db2.phpt19 Content 2 replaced
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
36 Content 2 replaced
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_db3.phpt19 Content 2 replaced
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
36 Content 2 replaced
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_db4_000.phpt23 Content 2 replaced
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
40 Content 2 replaced
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_dbm.phpt19 Content 2 replaced
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
36 Content 2 replaced
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_flatfile.phpt23 Content 2 replaced
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
40 Content 2 replaced
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_inifile.phpt19 Content 2 replaced
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
36 Content 2 replaced
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_ndbm.phpt19 Content 2 replaced
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
36 Content 2 replaced
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_tcadb.phpt23 Content 2 replaced
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
40 Content 2 replaced
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_gdbm.phpt22 Content 2 replaced
26 Content 2 replaced 2nd time
32 string(27) "Content 2 replaced 2nd time"
H A Ddba_qdbm.phpt20 Content 2 replaced
24 Content 2 replaced 2nd time
30 string(27) "Content 2 replaced 2nd time"
H A Ddba_handler.inc34 dba_replace("key2", "Content 2 replaced", $db_file);
59 dba_replace("key2", "Content 2 replaced 2nd time", $db_writer);
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt26 Content 2 replaced
28 Content 2 replaced 2nd time
34 string(27) "Content 2 replaced 2nd time"
41 Content 2 replaced
43 Content 2 replaced 2nd time
49 string(27) "Content 2 replaced 2nd time"
/PHP-5.5/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt13 $comment->replaceData(4,1,'replaced');
20 $comment->replaceData(0,50,'replaced');
29 <!--replaced-->
/PHP-5.5/ext/standard/
H A Dhtml.c1217 char *replaced; in php_escape_html_entities_ex() local
1280 replaced = safe_erealloc(replaced, maxlen , 1, 128 + 1); in php_escape_html_entities_ex()
1293 efree(replaced); in php_escape_html_entities_ex()
1413 replaced = safe_erealloc(replaced, maxlen, 1, ent_len + 128 + 1); in php_escape_html_entities_ex()
1428 efree(replaced); in php_escape_html_entities_ex()
1432 return replaced; in php_escape_html_entities_ex()
1444 char *replaced; in php_html_entities() local
1494 char *replaced; in PHP_FUNCTION() local
1501 if (replaced) { in PHP_FUNCTION()
1516 char *replaced; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Doverload02.phpt27 …$replaced = mb_convert_encoding(ereg_replace($c, '!!', $converted_str), mb_internal_encoding(), 'S…
28 var_dump(strpos($replaced, '!!'));
/PHP-5.5/ext/standard/tests/array/
H A Darray_flip_variation2.phpt31 'one', //expected: default key 0, value will be replaced by 'bool_key4'
34 1 => 'int_key', // expected: value will be replaced by 'bool_key3'
54 null => 'null_key1', // expected: value will be replaced by 'null_key2'
H A Duasort_variation3.phpt55 1, //expecting: default key 0, value will be replaced by 'FALSE'
58 1 => 10, // expecting: value will be replaced by 'TRUE'
78 null => 20, // expecting: value will be replaced by 'NULL'
/PHP-5.5/ext/oci8/tests/
H A Dfetch_all4.phpt26 $res = array(1,2,3); // this array is replaced as a result of the query
35 $row = array(1,2,3); // this array is replaced as a result of the query
/PHP-5.5/ext/ereg/tests/
H A D014.phpt2 backreferences not replaced recursively
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt24 // you can bind as many values as you want no matter if they can be replaced or not
43 // you can bind as many values as you want no matter if they can be replaced or not
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc110 * associative information is to be replaced
140 * associative information is to be replaced
/PHP-5.5/ext/spl/tests/
H A Dobserver_006.phpt73 $storage->attach($storage->current(), "replaced");
293 string(8) "replaced"
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM9 - slow recursive make replaced with one global Makefile
73 special include directive (@ext_srcdir@ is automatically replaced).
89 replaced by the values which are correct for your extension
H A DREADME.EXT_SKEL157 question marks to be replaced by you, and you must of course add your own

Completed in 29 milliseconds

12