/php-src/ext/pcre/tests/ |
H A D | bug81243.phpt | 7 $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 D | DOMComment_replaceData_basic.phpt | 13 $comment->replaceData(4,1,'replaced'); 20 $comment->replaceData(0,50,'replaced'); 29 <!--replaced-->
|
/php-src/ext/standard/ |
H A D | html.c | 1098 zend_string *replaced; in php_escape_html_entities_ex() local 1157 replaced = zend_string_safe_realloc(replaced, maxlen, 1, 128, 0); in php_escape_html_entities_ex() 1289 replaced = zend_string_safe_realloc(replaced, maxlen, 1, ent_len + 128, 0); in php_escape_html_entities_ex() 1301 ZSTR_LEN(replaced) = len; in php_escape_html_entities_ex() 1303 return replaced; in php_escape_html_entities_ex() 1312 zend_string *replaced; in php_html_entities() local 1326 RETVAL_STR(replaced); in php_html_entities() 1342 zend_string *replaced; in PHP_FUNCTION() local 1351 RETURN_STR(replaced); in PHP_FUNCTION() 1360 zend_string *replaced; in PHP_FUNCTION() local [all …]
|
/php-src/ext/dba/tests/ |
H A D | dba_dbm.phpt | 36 Content 2 replaced 41 Fetch "key2": Content 2 replaced 2nd time 47 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_qdbm.phpt | 52 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 D | dba_gdbm.phpt | 52 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 D | dba_lmdb.phpt | 54 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 D | dba_ndbm.phpt | 53 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 D | dba_db1.phpt | 46 Content 2 replaced 54 Fetch "key2": Content 2 replaced 2nd time 64 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_db4_000.phpt | 47 Content 2 replaced 55 Fetch "key2": Content 2 replaced 2nd time 65 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_db2.phpt | 46 Content 2 replaced 54 Fetch "key2": Content 2 replaced 2nd time 64 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_db3.phpt | 46 Content 2 replaced 54 Fetch "key2": Content 2 replaced 2nd time 64 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_flatfile.phpt | 46 Content 2 replaced 54 Fetch "key2": Content 2 replaced 2nd time 64 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_tcadb.phpt | 47 Content 2 replaced 55 Fetch "key2": Content 2 replaced 2nd time 65 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_inifile.phpt | 49 Content 2 replaced 57 Fetch "key2": Content 2 replaced 2nd time 71 string(27) "Content 2 replaced 2nd time"
|
H A D | dba_lmdb_flags.phpt | 51 dba_replace("key2", "Content 2 replaced", $db_file); 76 Content 2 replaced
|
/php-src/ext/standard/tests/array/ |
H A D | array_flip_variation2.phpt | 26 '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'
|
/php-src/ext/standard/tests/array/sort/ |
H A D | uasort_variation3.phpt | 43 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 D | 80_bug14383.phpt | 56 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 D | bug_debug_backtrace_replace_zend_execute_ex.phpt | 2 bug_debug_backtrace.phpt with replaced zend_execute_ex
|
/php-src/ext/opcache/tests/opt/ |
H A D | sccp_016.phpt | 2 SCCP 016: Used constant instructions should be replaced with QM_ASSIGN
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_emulated_anonymous.phpt | 23 // 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 D | throw_in_autoload.phpt | 2 Fork of bug33853.phpt with exit replaced by throw
|
/php-src/docs-old/ |
H A D | unix-build-system.md | 8 * 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 D | observer_006.phpt | 73 $storage->attach($storage->current(), "replaced"); 291 string(8) "replaced"
|