python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Implicit conversion from float 1.0833333333333333 to int loses precision-PHP-8.1
I am upgrading the project to PHP 8.1 version. these two following functions are faced with warnings and caused low performance.
First function:
/**
* @param $a
* @param $b
* @retur...
Hassan Monfared
Votes: 0
Answers: 1
Will PHP 8.0 work with Windows Server 2012 or IIS 8.5?
I tried using the PHP 8.0 on my IIS 8.5 but there seems to be a problem with it. I always get the error 500.
Play Free
Votes: 0
Answers: 1
Install GD extension in php8 from alpine 3.13
I have added the following code in my Dockerfile
RUN echo -e "http://nl.alpinelinux.org/alpine/v3.13/main\nhttp://nl.alpinelinux.org/alpine/v3.13/community" > /etc/apk/repositories;
RUN a...
ADITI singh
Votes: 0
Answers: 1
abs(): Argument #1 ($num) must be of type int|float, string given
I want to preview pdf, but not open after updated to php 8 and some package update.
This code notif from laravel
function konversi($x)
{
$x = abs($x);
$angka = array(""...
Azhimy Fzn
Votes: 0
Answers: 1