Files
php_8/errors/error.php
2022-07-06 09:39:31 +03:00

4 lines
41 B
PHP

<?php
$str = 'Hello world!';
$str[] = 4;