|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-12-08 07:48 UTC] nikic@php.net
-Status: Open
+Status: Not a bug
-Assigned To:
+Assigned To: dmitry
[2019-12-08 07:48 UTC] nikic@php.net
[2019-12-08 12:41 UTC] beberlei@php.net
[2019-12-08 12:46 UTC] nikic@php.net
-Summary: Can't preload class ... with unresolved initializer
for property ...
+Summary: Side-effects for uninitialised typed property
[2019-12-08 12:46 UTC] nikic@php.net
[2019-12-08 12:46 UTC] nikic@php.net
-Summary: Side-effects for uninitialised typed property
+Summary: Can't preload class ... with unresolved initializer
for property ...
[2019-12-09 08:53 UTC] dmitry@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 09:00:01 2025 UTC |
Description: ------------ Trying to preload a file like: <?php define('PEAR_ERROR_RETURN', 1); class PEAR_Error { var $mode = PEAR_ERROR_RETURN; } gives an error: PHP Warning: Can't preload class PEAR_Error with unresolved initializer for property $mode in /var/www/html/phptest/lib/pear/PEAR.php on line 5