/PHP-8.3/ext/pgsql/tests/ |
H A D | 10pg_convert_9.phpt | 20 $converted = pg_convert($db, $table_name, $fields); 22 var_dump($converted); 26 $converted = pg_convert($db, $table_name, [5 => 'AAA']); 31 $converted = pg_convert($db, $table_name, ['AAA']); 36 $converted = pg_convert($db, $table_name, ['num' => []]); 41 $converted = pg_convert($db, $table_name, ['num' => new stdClass()]); 46 $converted = pg_convert($db, $table_name, ['num' => $db]); 47 var_dump($converted);
|
H A D | 12pg_insert_9.phpt | 28 $converted = pg_insert($db, $table_name, [5 => 'AAA']); 33 $converted = pg_insert($db, $table_name, ['AAA']); 38 $converted = pg_insert($db, $table_name, ['num' => []]); 43 $converted = pg_insert($db, $table_name, ['num' => new stdClass()]); 48 $converted = pg_insert($db, $table_name, ['num' => $db]); 49 var_dump($converted);
|
H A D | 13pg_select_9.phpt | 29 $converted = pg_select($db, $table_name, [5 => 'AAA']); 34 $converted = pg_select($db, $table_name, ['AAA']); 39 $converted = pg_select($db, $table_name, ['num' => []]); 44 $converted = pg_select($db, $table_name, ['num' => new stdClass()]); 49 $converted = pg_select($db, $table_name, ['num' => $db]); 50 var_dump($converted);
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_strtoupper_basic.phpt | 24 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 D | uuencode_encoding.phpt | 14 $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 D | base64_encoding.phpt | 12 $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 D | htmlent_encoding.phpt | 12 $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 D | mb_strtolower_basic.phpt | 23 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 D | mb_str_split_other.phpt | 17 $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-8.3/Zend/tests/ |
H A D | objects_001.phpt | 40 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 D | compare_001.phpt | 98 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 D | compare_003.phpt | 98 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 D | compare_004.phpt | 98 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 D | compare_005.phpt | 98 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 D | compare_006.phpt | 98 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 D | compare_001_64bit.phpt | 98 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 D | compare_003_64bit.phpt | 98 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 D | compare_004_64bit.phpt | 98 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 D | compare_005_64bit.phpt | 98 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 D | compare_006_64bit.phpt | 98 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-8.3/ext/ffi/tests/ |
H A D | gh11934.phpt | 136 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-8.3/ext/standard/tests/strings/ |
H A D | sprintf_variation54.phpt | 55 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-8.3/ext/com_dotnet/tests/ |
H A D | bug63208.phpt | 9 $converted = (string) $variant; 11 var_dump(bin2hex($converted));
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_multisort_variation9.phpt | 36 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-8.3/Zend/tests/function_arguments/ |
H A D | sensitive_parameter_value_to_string.phpt | 2 A SensitiveParameterValue may not be converted to a string. 12 Fatal error: Uncaught Error: Object of class SensitiveParameterValue could not be converted to stri…
|