Home
last modified time | relevance | path

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

12

/php-src/ext/pcre/tests/
H A Dbug81243.phpt7 $replaced = preg_replace('/\s/', '-', $test_string);
9 $replaced = str_repeat($replaced, 1);
13 $replaced = preg_replace_callback('/\s/', function ($_) {return '-';}, $test_string);
15 $replaced = str_repeat($replaced, 1);
/php-src/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt13 $comment->replaceData(4,1,'replaced');
20 $comment->replaceData(0,50,'replaced');
29 <!--replaced-->
/php-src/ext/standard/
H A Dhtml.c1106 zend_string *replaced; in php_escape_html_entities_ex() local
1165 replaced = zend_string_safe_realloc(replaced, maxlen, 1, 128, 0); in php_escape_html_entities_ex()
1297 replaced = zend_string_safe_realloc(replaced, maxlen, 1, ent_len + 128, 0); in php_escape_html_entities_ex()
1309 ZSTR_LEN(replaced) = len; in php_escape_html_entities_ex()
1311 return replaced; in php_escape_html_entities_ex()
1320 zend_string *replaced; in php_html_entities() local
1334 RETVAL_STR(replaced); in php_html_entities()
1350 zend_string *replaced; in PHP_FUNCTION() local
1359 RETURN_STR(replaced); in PHP_FUNCTION()
1368 zend_string *replaced; in PHP_FUNCTION() local
[all …]
/php-src/ext/dba/tests/
H A Ddba_dbm.phpt36 Content 2 replaced
41 Fetch "key2": Content 2 replaced 2nd time
47 string(27) "Content 2 replaced 2nd time"
H A Ddba_gdbm.phpt52 Content 2 replaced
60 Fetch "key2": Content 2 replaced 2nd time
72 string(27) "Content 2 replaced 2nd time"
98 Content 2 replaced
106 Fetch "key2": Content 2 replaced 2nd time
116 string(27) "Content 2 replaced 2nd time"
H A Ddba_qdbm.phpt52 Content 2 replaced
60 Fetch "key2": Content 2 replaced 2nd time
72 string(27) "Content 2 replaced 2nd time"
98 Content 2 replaced
106 Fetch "key2": Content 2 replaced 2nd time
116 string(27) "Content 2 replaced 2nd time"
H A Ddba_lmdb.phpt54 Content 2 replaced
62 Fetch "key2": Content 2 replaced 2nd time
74 string(27) "Content 2 replaced 2nd time"
102 Content 2 replaced
110 Fetch "key2": Content 2 replaced 2nd time
120 string(27) "Content 2 replaced 2nd time"
H A Ddba_ndbm.phpt53 Content 2 replaced
61 Fetch "key2": Content 2 replaced 2nd time
73 string(27) "Content 2 replaced 2nd time"
99 Content 2 replaced
107 Fetch "key2": Content 2 replaced 2nd time
117 string(27) "Content 2 replaced 2nd time"
H A Ddba_db1.phpt46 Content 2 replaced
54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_db4_000.phpt47 Content 2 replaced
55 Fetch "key2": Content 2 replaced 2nd time
65 string(27) "Content 2 replaced 2nd time"
H A Ddba_flatfile.phpt46 Content 2 replaced
54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_db2.phpt46 Content 2 replaced
54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_db3.phpt46 Content 2 replaced
54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_tcadb.phpt47 Content 2 replaced
55 Fetch "key2": Content 2 replaced 2nd time
65 string(27) "Content 2 replaced 2nd time"
H A Ddba_inifile.phpt49 Content 2 replaced
57 Fetch "key2": Content 2 replaced 2nd time
71 string(27) "Content 2 replaced 2nd time"
H A Ddba_lmdb_flags.phpt51 dba_replace("key2", "Content 2 replaced", $db_file);
76 Content 2 replaced
/php-src/ext/standard/tests/array/
H A Darray_flip_variation2.phpt26 'one', //expected: default key 0, value will be replaced by 'bool_key4'
29 1 => 'int_key', // expected: value will be replaced by 'bool_key3'
48 null => 'null_key1', // expected: value will be replaced by 'null_key2'
H A Duasort_variation3.phpt43 1, //expecting: default key 0, value will be replaced by 'FALSE'
46 1 => 10, // expecting: value will be replaced by 'TRUE'
65 null => 20, // expecting: value will be replaced by 'NULL'
/php-src/ext/pgsql/tests/
H A D80_bug14383.phpt56 Content 2 replaced
64 Fetch "key2": Content 2 replaced 2nd time
74 string(27) "Content 2 replaced 2nd time"
/php-src/Zend/tests/
H A Dbug_debug_backtrace_replace_zend_execute_ex.phpt2 bug_debug_backtrace.phpt with replaced zend_execute_ex
/php-src/ext/opcache/tests/opt/
H A Dsccp_016.phpt2 SCCP 016: Used constant instructions should be replaced with QM_ASSIGN
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt23 // you can bind as many values as you want no matter if they can be replaced or not
42 // you can bind as many values as you want no matter if they can be replaced or not
/php-src/ext/xsl/tests/
H A Dthrow_in_autoload.phpt2 Fork of bug33853.phpt with exit replaced by throw
/php-src/docs-old/
H A Dunix-build-system.md8 * slow recursive make replaced with one global Makefile
69 (`@ext_srcdir@` is automatically replaced).
86 `Makefile.frag`. In this file, `$(builddir)` and `$(srcdir)` will be replaced by
/php-src/ext/spl/tests/
H A Dobserver_006.phpt73 $storage->attach($storage->current(), "replaced");
291 string(8) "replaced"

Completed in 28 milliseconds

12