|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-04-01 21:16 UTC] tpunt@php.net
-Status: Open
+Status: Wont fix
[2017-04-01 21:16 UTC] tpunt@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 14:00:01 2025 UTC |
Description: ------------ No differentiation between include and eval calls, op2 is ignored. Test script: --------------- include("test.php"); eval("abc"); include("test.php"); eval("abc"); Expected result: ---------------- op2 0 or 1 Actual result: -------------- op2 IS_UNUSED