Files
php_8/expr/string_plus_error.php

4 lines
123 B
PHP

<?php
echo 'Значение = ' + 3.14;
// PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + float