Home
last modified time | relevance | path

Searched refs:strtr (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/standard/tests/strings/
H A Dstrtr_basic.phpt2 Test strtr() function : basic functionality
10 test strtr
14 var_dump( strtr("test strtr", "t", "T") );
15 var_dump( strtr('test strtr', 't', 'T') );
16 var_dump( strtr($heredoc_str, "t", "T") );
20 var_dump( strtr("test strtr", "test", "TEST") );
21 var_dump( strtr('test strtr', 'test', 'TEST') );
25 var_dump( strtr("test strtr", "test", "TESTz") );
26 var_dump( strtr('test strtr', 'testz', 'TEST') );
30 var_dump( strtr("test strtr", $trans1_arr) );
[all …]
H A Dstrtr_variation8.phpt5 /* Test strtr() function: with unexpected inputs for 'replace_pairs'
65 var_dump(strtr($str, $replace_pairs));
81 strtr(): Argument #2 ($from) must be of type array, int given
84 strtr(): Argument #2 ($from) must be of type array, int given
87 strtr(): Argument #2 ($from) must be of type array, int given
90 strtr(): Argument #2 ($from) must be of type array, float given
93 strtr(): Argument #2 ($from) must be of type array, float given
108 strtr(): Argument #2 ($from) must be of type array, true given
114 strtr(): Argument #2 ($from) must be of type array, true given
120 strtr(): Argument #2 ($from) must be of type array, null given
[all …]
H A Dstrtr_variation3.phpt5 /* Testing strtr() function by passing the
16 \\test\\\strtr
26 "\\test\\\strtr",
33 '\\test\\\strtr',
46 /* loop through to test strtr() with each element of $str_arr */
52 //strtr() call in three args syntax form
53 var_dump( strtr($str, $from, $to) );
55 //strtr() call in two args syntax form
56 var_dump( strtr($str, $replace_pairs) );
70 string(12) "\test\\strtr"
[all …]
H A Dstrtr_variation4.phpt2 Test strtr() function : usage variations - empty string & null for 'str' argument
5 /* Testing strtr() function by passing the
10 echo "*** Testing strtr() : empty string & null for 'str' arg ***\n";
32 /* loop through to test strtr() with each element of $str_arr */
38 //strtr() call in three args syntax form
39 var_dump( strtr($str, $from, $to) );
41 //strtr() call in two args syntax form
42 var_dump( strtr($str, $replace_pairs) );
49 *** Testing strtr() : empty string & null for 'str' arg ***
H A Dstrtr_empty_search_string.phpt2 strtr() trying to replace an empty string
6 var_dump(strtr("foo", ["" => "bar"]));
7 var_dump(strtr("foo", ["" => "bar", "x" => "y"]));
11 Warning: strtr(): Ignoring replacement of empty string in %s on line %d
14 Warning: strtr(): Ignoring replacement of empty string in %s on line %d
H A Dstrtr_variation6.phpt2 Test strtr() function : usage variations - unexpected inputs for 'from' argument
5 /* Test strtr() function: with unexpected inputs for 'from'
9 echo "*** Testing strtr() function: with unexpected inputs for 'from' ***\n";
62 // loop through with each element of the $from array to test strtr() function
68 var_dump(strtr($str, $from, $to));
78 *** Testing strtr() function: with unexpected inputs for 'from' ***
92 strtr(): Argument #2 ($from) must be of type string, array given
94 strtr(): Argument #2 ($from) must be of type string, array given
96 strtr(): Argument #2 ($from) must be of type string, array given
107 Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string is deprecated in %s …
[all …]
H A Dbug27457.phpt2 Bug #27457 (Problem with strtr() and translation array)
7 $test = strtr($test, array('.' => '0'));
9 $test = strtr($test, array('0' => '.'));
11 $test = strtr($test, '.', '0');
13 $test = strtr($test, '0', '.');
H A Dstrtr_variation1.phpt2 Test strtr() function : usage variations - regular & numeric strings for 'str' argument
5 /* Testing strtr() function by passing the
10 echo "*** Testing strtr() : numeric & regular double quoted strings ***\n";
37 /* loop through to test strtr() with each element of $str_arr */
43 //strtr() call in three args syntax form
44 var_dump( strtr($str, $from, $to) );
46 //strtr() call in two args syntax form
47 var_dump( strtr($str, $replace_pairs) );
54 *** Testing strtr() : numeric & regular double quoted strings ***
H A Dstrtr_variation2.phpt2 Test strtr() function : usage variations - string containing special chars for 'str' argument
5 /* Testing strtr() function by passing the
10 echo "*** Testing strtr() : string containing special chars for 'str' arg ***\n";
41 /* loop through to test strtr() with each element of $str_arr */
47 //strtr() call in three args syntax form
48 var_dump( strtr($str, $from, $to) );
50 //strtr() call in two args syntax form
51 var_dump( strtr($str, $replace_pairs) );
58 *** Testing strtr() : string containing special chars for 'str' arg ***
H A Dbug67151.phpt2 Buf #67151: strtr with empty array crashes
5 var_dump(strtr("foo", []));
H A Dbug72823.phpt2 Bug #72823 (strtr out-of-bound access)
6 strtr(11, array('aaa' => 'bbb'))
H A Dstrtr_with_reference.phpt2 strtr() with references
8 var_dump(strtr('foobar', $arr));
H A Dbug70667.phpt2 Bug #70667 (strtr() causes invalid writes and a crashes)
6 var_dump(strtr("Sign in to test1", $a));
H A Dstrtr.phpt2 strtr() function
6 var_dump(strtr("# hi all, I said hello world! #", $trans));
H A Dbug78612.phpt2 Bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter).
14 echo strtr('Hello', $find_replace), "\n";
H A Dbug69144.phpt2 Bug #69144 (strtr not replacing with partly matching replace pairs)
8 if ($expected !== ($actual = strtr($input, array("fo" => "", "foobar" => "", "bar" => "")))) {
/php-src/ext/fileinfo/
H A Dcreate_data_file.php44 echo '"' . strtr($chunk, $map) . '",' . "\n";
/php-src/ext/standard/tests/file/
H A Dbug44034.phpt14 echo strtr($url, array("\r" => "\\r", "\n" => "\\n")) . "\n";
/php-src/tests/strings/
H A D001.phpt150 echo "Testing strtr: ";
152 $tr = strtr($str, "def", "456");
219 Testing strtr: passed
/php-src/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt106 …return '"' . strtr($param, ["\t" => '\t', "\n" => '\n', "\r" => '\r', "\v" => '\v', "\f" => '\f', …
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc77 return strtr($wanted_re, [
/php-src/ext/ftp/tests/
H A Dserver.inc47 $cwd = strtr($cwd, array('//' => '/'));
211 …} elseif ((!empty($ascii) || isset($bug39583)) && $data === strtr($orig, array("\r\n" => "\n", "\r…
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2287 ZEND_FRAMELESS_FUNCTION(strtr, 2);
2288 ZEND_FRAMELESS_FUNCTION(strtr, 3);
2290 { ZEND_FRAMELESS_FUNCTION_NAME(strtr, 2), 2 },
2291 { ZEND_FRAMELESS_FUNCTION_NAME(strtr, 3), 3 },
2582 ZEND_FUNCTION(strtr);
H A Dstring.c3464 PHP_FUNCTION(strtr) argument
3500 ZEND_FRAMELESS_FUNCTION(strtr, 2)
3520 ZEND_FRAMELESS_FUNCTION(strtr, 3)
H A Dbasic_functions.stub.php2505 function strtr(string $string, string|array $from, ?string $to = null): string {}

Completed in 51 milliseconds

12