php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75570 "Narrowing occurred during type inference" error
Submitted: 2017-11-25 16:46 UTC Modified: 2017-11-28 05:14 UTC
From: nshutchinson at gmail dot com Assigned: laruence (profile)
Status: Closed Package: opcache
PHP Version: 7.1.12 OS: CentOS 7.4
Private report: No CVE-ID: None
 [2017-11-25 16:46 UTC] nshutchinson at gmail dot com
Description:
------------
Since upgrading to Php 7.1.12 from 7.1.10, I'm seeing sporadic errors in an instance of PHP-based web application called Phabricator <https://github.com/phacility/phabricator>.

> Error while loading file "/srv/phabricator/phabricator/src/infrastructure/diff/view/PHUIDiffGraphView.php": Narrowing occurred during type inference. Please file a bug report on bugs.php.net

The file in question is here:
<https://github.com/phacility/phabricator/blob/9bd6a3705559b16c75595a06d9d726274bd5be6d/src/infrastructure/diff/view/PHUIDiffGraphView.php>.

I have no knowledge of the PHP internals but grepping the PHP codebase appeared to indicate that the error message is generated by the opcache component.

I note that the changelog for PHP 7.1.9 listed a fix for this error.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-11-28 05:14 UTC] laruence@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
 [2018-02-19 09:32 UTC] aladdin at polikoff dot ru
LayerSlider Responsive WordPress Slider Plugin

Sometimes I have a message in top of page with layer slider:

Warning: Narrowing occurred during type inference. Please file a bug report on bugs.php.net in 
.../themes/enfold/config-layerslider/LayerSlider/layerslider.php on line 61

line 61:
include LS_ROOT_PATH.'/wp/hooks.php';
(it is file of LayerSlider)
 [2018-02-19 09:41 UTC] spam2 at rhsoft dot net
aladdin at polikoff dot ru: which PHP version?

this bugreport is for 7.1.12 and current is 7.1.14 while in the meantime since this bugreport was opened more than one fix for the topic "Narrowing occurred during type inference" was implemented

so for the sake of god be precise with your informations about the uzsed runtime versions, you even don't tell the Wordpress version nor if you also use CentOS 7.4 and from where your packages are

summary: http://www.catb.org/esr/faqs/smart-questions.html#beprecise
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC