Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 137) sorted by relevance

123456

/php-src/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt24 echo "Correctly converted\n";
26 echo "Incorrectly converted\n";
34 echo "Correctly converted\n";
36 echo "Incorrectly converted\n";
46 Correctly converted
50 Correctly converted
H A Duuencode_encoding.phpt14 $converted = mb_convert_encoding($uuencode, '8bit', 'UUENCODE');
15 if ($converted !== $raw)
16 …ted "' . $uuencode . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($converted));
17 $converted = mb_convert_encoding($raw, 'UUENCODE', '8bit');
18 if ($converted !== $uuencode)
19 …ected ' . bin2hex($raw) . ' to convert to "' . $uuencode . '"; actually got "' . $converted . '"');
H A Dbase64_encoding.phpt12 $converted = mb_convert_encoding($raw, 'Base64', '8bit');
13 if ($converted !== $base64)
14 …xpected ' . bin2hex($raw) . ' to convert to "' . $base64 . '"; actually got "' . $converted . '"');
15 $converted = mb_convert_encoding($base64, '8bit', 'Base64');
16 if ($converted !== $raw)
17 …ected "' . $base64 . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($converted));
H A Dhtmlent_encoding.phpt12 $converted = mb_convert_encoding($raw, 'HTML-ENTITIES', 'UTF-8');
13 if ($converted !== $htmlent)
14 …pected ' . bin2hex($raw) . ' to convert to "' . $htmlent . '"; actually got "' . $converted . '"');
18 $converted = mb_convert_encoding($htmlent, 'UTF-8', 'HTML-ENTITIES');
19 if ($converted !== $raw)
20 …cted "' . $htmlent . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($converted));
H A Dmb_strtolower_basic.phpt23 echo "Correctly converted\n";
25 echo "Incorrectly converted\n";
33 echo "Correctly converted\n";
35 echo "Incorrectly converted\n";
72 Correctly converted
76 Correctly converted
H A Dmb_str_split_other.phpt17 $converted = mb_convert_encoding(implode($array), 'UTF-8', 'HZ');
18 if ($converted !== $str) {
19 die("Expected " . $str . "; got " . $converted);
30 $converted = mb_convert_encoding(implode($array), 'UTF-8', 'BIG-5');
31 if ($converted !== $str) {
32 die("Expected " . $str . "; got " . $converted);
43 $converted = mb_convert_encoding(implode($array), 'UTF-8', 'ISO-8859-1');
44 if ($converted !== $str) {
45 die("Expected " . $str . "; got " . $converted);
/php-src/ext/pgsql/tests/
H A D10pg_convert_9.phpt23 $converted = pg_convert($db, $table_name, $fields);
25 var_dump($converted);
29 $converted = pg_convert($db, $table_name, [5 => 'AAA']);
34 $converted = pg_convert($db, $table_name, ['AAA']);
39 $converted = pg_convert($db, $table_name, ['num' => []]);
44 $converted = pg_convert($db, $table_name, ['num' => new stdClass()]);
49 $converted = pg_convert($db, $table_name, ['num' => $db]);
50 var_dump($converted);
H A D12pg_insert_9.phpt31 $converted = pg_insert($db, $table_name, [5 => 'AAA']);
36 $converted = pg_insert($db, $table_name, ['AAA']);
41 $converted = pg_insert($db, $table_name, ['num' => []]);
46 $converted = pg_insert($db, $table_name, ['num' => new stdClass()]);
51 $converted = pg_insert($db, $table_name, ['num' => $db]);
52 var_dump($converted);
H A D13pg_select_9.phpt33 $converted = pg_select($db, $table_name, [5 => 'AAA']);
38 $converted = pg_select($db, $table_name, ['AAA']);
43 $converted = pg_select($db, $table_name, ['num' => []]);
48 $converted = pg_select($db, $table_name, ['num' => new stdClass()]);
53 $converted = pg_select($db, $table_name, ['num' => $db]);
54 var_dump($converted);
/php-src/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
H A Dcompare_001.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_003.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_004.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_005.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_006.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_001_64bit.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
147 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_003_64bit.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_004_64bit.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
147 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_005_64bit.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_006_64bit.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
313 Notice: Object of class test could not be converted to float in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
/php-src/ext/ffi/tests/
H A Dgh11934.phpt136 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
138 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
140 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
142 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
144 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
146 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
148 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
150 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
152 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
154 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
[all …]
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt55 Object of class stdClass could not be converted to string
86 Warning: Object of class stdClass could not be converted to int in %s on line %d
118 Warning: Object of class stdClass could not be converted to int in %s on line %d
150 Warning: Object of class stdClass could not be converted to float in %s on line %d
182 Warning: Object of class stdClass could not be converted to int in %s on line %d
214 Warning: Object of class stdClass could not be converted to int in %s on line %d
/php-src/ext/com_dotnet/tests/
H A Dbug63208.phpt9 $converted = (string) $variant;
11 var_dump(bin2hex($converted));
/php-src/ext/standard/tests/array/
H A Darray_multisort_variation9.phpt36 Warning: Object of class classWithToString could not be converted to float in %s on line %d
38 Warning: Object of class classWithToString could not be converted to float in %s on line %d
40 Warning: Object of class classWithoutToString could not be converted to float in %s on line %d
42 Warning: Object of class classWithoutToString could not be converted to float in %s on line %d
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_to_string.phpt2 A SensitiveParameterValue may not be converted to a string.
12 Fatal error: Uncaught Error: Object of class SensitiveParameterValue could not be converted to stri…

Completed in 71 milliseconds

123456