1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/ext
Tyson Andre a2c41c0ea6 Fix $x = (bool)$x; for undefined with opcache
And `$x = !$x`

Noticed while working on GH-4912

The included test would not emit undefined variable errors in php 8.0
with opcache enabled. The command used:

```
php -d zend_extension=opcache.so --no-php-ini -d error_reporting=E_ALL \
    -d opcache.file_cache= -d opcache.enable_cli=1  test.php
```
2019-11-18 11:24:03 +03:00
..
2019-03-14 17:24:50 +01:00
2018-10-14 19:44:14 +02:00
2019-11-05 12:13:46 +01:00
2018-10-14 19:44:14 +02:00
2019-10-31 16:07:34 +01:00
2019-10-09 17:33:29 +02:00
2019-07-15 15:19:31 +02:00
2019-10-01 11:13:36 +02:00
2019-04-06 19:05:37 -07:00
2018-12-03 00:42:50 -08:00
2019-03-25 16:41:21 +01:00
2019-04-23 12:43:07 +02:00
2019-11-05 12:13:46 +01:00
2019-04-10 13:06:02 +02:00
2019-10-10 16:14:21 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2019-05-13 03:51:00 +02:00
2019-10-01 11:13:36 +02:00
2019-07-12 16:50:43 +02:00
2019-09-10 10:07:39 +02:00
2019-11-07 14:06:23 +01:00
2018-01-02 12:55:14 +08:00
2018-12-09 19:13:09 +01:00
2019-01-07 01:03:26 -08:00
2018-10-16 18:49:17 +02:00
2019-10-25 12:47:18 +02:00
2018-10-19 00:07:42 +02:00