/PHP-7.1/ext/standard/tests/array/ |
H A D | array_splice_variation3.phpt | 77 - No replacement 118 - No replacement 159 - No replacement 200 - No replacement 241 - No replacement 282 - No replacement 323 - No replacement 364 - No replacement 405 - No replacement 446 - No replacement [all …]
|
H A D | array_splice_variation4.phpt | 2 Test array_splice() function : usage variations - non array replacement values 6 * proto array array_splice(array input, int offset [, int length [, array replacement]]) 10 function test_splice ($replacement) 13 var_dump (array_splice ($input_array,2,0,$replacement));
|
H A D | array_splice_variation1.phpt | 6 * proto array array_splice(array input, int offset [, int length [, array replacement]]) 29 echo "Test behaviour of replacement array containing references \n"; 38 echo "Test behaviour of replacement which is part of reference set \n"; 91 Test behaviour of replacement array containing references 102 Test behaviour of replacement which is part of reference set
|
/PHP-7.1/ext/spl/tests/ |
H A D | bug54304.phpt | 2 Bug #54304 (Setting replacement value for RegexIterator doesn't work) 14 $i->replacement = 42; 15 var_dump($i->replacement); 19 var_dump($i->replacement);
|
H A D | bug50579.phpt | 16 $i->replacement = '[$0]'; 21 $i->replacement = '$1'; 28 $i->replacement = '[$1]';
|
H A D | RegexIterator_with_reference_replacement.phpt | 2 RegexIterator with $replacement being a reference 8 $i->replacement =& $r;
|
/PHP-7.1/ext/mbstring/tests/ |
H A D | mb_ereg_replace_error.phpt | 10 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s… 21 $replacement = b'1'; 25 var_dump( mb_ereg_replace($pattern, $replacement, $string, $option, $extra_arg) ); 30 $replacement = b'string_val'; 31 var_dump( mb_ereg_replace($pattern, $replacement) );
|
H A D | mb_eregi_replace.phpt | 11 $replacement = array( 26 foreach($replacement as $i=>$u) {
|
H A D | mb_ereg_replace_variation3.phpt | 10 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s… 20 $replacement = 'string_val'; 96 var_dump( mb_ereg_replace($pattern, $replacement, $input, $option) );
|
H A D | mb_ereg_replace_variation4.phpt | 10 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s… 20 $replacement = '1'; 96 var_dump( mb_ereg_replace($pattern, $replacement, $string, $input) );
|
H A D | mb_ereg_replace_variation1.phpt | 12 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s… 21 $replacement = 'string_val'; 93 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
|
/PHP-7.1/Zend/tests/ |
H A D | foreach_017.phpt | 41 $replacement = ['x', 'y', 'z']; 50 array_splice($a, 1, 2, $replacement); 62 array_splice($a, 2, 2, $replacement); 74 array_splice($a, 1, 3, $replacement);
|
H A D | heredoc_003.phpt | 2 simple variable replacement test (heredoc)
|
H A D | heredoc_004.phpt | 2 braces variable replacement test (heredoc)
|
H A D | nowdoc_003.phpt | 2 simple variable replacement test (nowdoc)
|
H A D | nowdoc_004.phpt | 2 braces variable replacement test (nowdoc)
|
H A D | heredoc_005.phpt | 2 unbraced complex variable replacement test (heredoc)
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | bug27276.phpt | 6 $replacement = str_repeat("x", 12444); 10 str_replace($key, $replacement, $string);
|
/PHP-7.1/ext/dba/tests/ |
H A D | dba003.phpt | 14 dba_replace("key1", "This is the replacement text", $db_file); 28 This is the replacement text
|
/PHP-7.1/ext/pcre/tests/ |
H A D | preg_replace_callback_basic.phpt | 12 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'… 14 global $replacement; 15 …return $replacement[$matches[0]]; //all examples will be looking for an integer value, if one is f…
|
H A D | preg_replace_callback_error.phpt | 15 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'… 17 global $replacement; 18 return $replacement[$matches[0]];
|
H A D | preg_replace_callback_error1.phpt | 19 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'… 21 global $replacement; 22 return $replacement[$matches[0]];
|
H A D | preg_replace_error2.phpt | 11 * Testing how preg_replace reacts to being passed the wrong type of replacement argument 33 Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in %…
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | file_variation.phpt | 41 echo "File contents in array form Before replacement of the key\n"; 49 echo "File contents in array form After replacement of the key\n"; 140 File contents in array form Before replacement of the key 151 File contents in array form After replacement of the key
|
/PHP-7.1/ext/readline/ |
H A D | README.libedit | 1 This library can be built with libedit - non-GPL drop-in readline replacement.
|