David Fernández

Results 9 issues of David Fernández

### Feature request I recently found hot casting a float directly to string could lead to errors when using float under 0.0001 , which are converted to scientific notation. So...

Hello @nanch good night. I've started a fork of the project to make it work on php 8 and also fix some issues I've seen. https://github.com/driade/phpfmt8 I've asked for my...

Hi @subins2000 . I just wanted to let you know I forked the original nanch package a few months ago, updated it for php8, and fixed many issued. You may...

This code gets added a "public" visibility in "function iso88591ToUtf8($s)" ```

https://dev.to/robertobutti/mastering-php-namespaces-simplifying-code-with-use-function-for-external-functions-38fb

https://www.php-fig.org/psr/psr-12/

```php match ($a) { 1 => 2, 3 => 4, // comment /** comment **/ default => 5 }; ```