Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 25 of 34) sorted by last modified time

12

/php-src/ext/opcache/tests/opt/
H A Dsccp_016.phpt2 SCCP 016: Used constant instructions should be replaced with QM_ASSIGN
/php-src/
H A DUPGRADING.INTERNALS166 replaced by a non-biased scaler.
H A DEXTENSIONS12 it has been replaced by a better system and you
/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/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/xsl/tests/
H A Dthrow_in_autoload.phpt2 Fork of bug33853.phpt with exit replaced by throw
/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/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/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3052 # [GRR: the original entries collide with ARC, above; replaced with combined
11331 # XXX - I think it was either renamed Slate, or replaced by Slate....
25802 # Note: This format was replaced in Maple 18 by the Maple Help format (*.help)
38611 # For the 1.0 release, Xiphophorus is replaced by Xiph.Org
H A Dmagic3052 # [GRR: the original entries collide with ARC, above; replaced with combined
11331 # XXX - I think it was either renamed Slate, or replaced by Slate....
25802 # Note: This format was replaced in Maple 18 by the Maple Help format (*.help)
38611 # For the 1.0 release, Xiphophorus is replaced by Xiph.Org
/php-src/sapi/fpm/
H A Dwww.conf.in2 ; the variable $pool can be used in any directive and will be replaced by the
/php-src/ext/dba/tests/
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_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_dbm.phpt36 Content 2 replaced
41 Fetch "key2": Content 2 replaced 2nd time
47 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"
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt46 // the string gets replaced by the "foo" string from the class, which does
H A Dstrings_marked_as_utf8.phpt53 // the string gets replaced by the "foo" string from the class, which does
/php-src/ext/standard/tests/array/
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'
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'
/php-src/ext/spl/tests/
H A Dobserver_006.phpt73 $storage->attach($storage->current(), "replaced");
291 string(8) "replaced"
/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/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt183 replaced with your own identifying information. (Don't include
/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/dba/tests/setup/
H A Dsetup_dba_tests.inc119 var_dump(dba_replace('key2', 'Content 2 replaced', $db_writer));
149 var_dump(dba_replace('key2', 'Content 2 replaced 2nd time', $db_writer));

Completed in 187 milliseconds

12