-
```
The object $img doesn't exist inside scope of
HTMLDiffer::endElement()@line:138, resulting in an PHP-E_STRICT-error (Creating
default object from empty value) if you pass an empty HTML-tag.
I th…
-
```
The object $img doesn't exist inside scope of
HTMLDiffer::endElement()@line:138, resulting in an PHP-E_STRICT-error (Creating
default object from empty value) if you pass an empty HTML-tag.
I th…
-
- PHP Depend version: 2.16.2, also tried dev-master / 058c4a9
- PHP Version: 8.3.12
- Installation type: composer
- Operating System / Distribution & Version: official PHP Docker image, Alpine vari…
-
Hi,
My code is
for ($i = 1; $i < 20; $i++) {
Async::run(function () use ($i) {
sleep(1);
return $i;
}, [
'error' =>…
-
**What I am trying to achieve:**
I want to bundle an existing PHP CLI application with a multiple files and run it with `php-wasm` by building my own `php-wasm` with included files through the config…
-
**API Platform version(s) affected**: since 4.0.4 (4.0.10 still affected)
**Description**
```
$ vendor/bin/composer-require-checker
ComposerRequireChecker 4.14.0@b6d5acd89d0de1727c1188157fa995…
-
The `content` property is declared in constructor argument but it never been assign to instance property
https://github.com/zircote/swagger-php/blob/7df10e8ec47db07c031db317a25bef962b4e5de1/src/Attri…
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### Description
The following code:
```php
-
### Preconditions and environment
Hello,
I am currently on the migration from 2.4.6p2 to 2.4.7p3 and during a setup:upgrade I get this error message:
```
Module 'Magento_ServicesId':
2024-11…