Purpose (problem description)

This page is a troubleshooting guide for warning - Unable to find the object end for type XXXX which occurs during PHP analysis 

Observed in CAST AIP
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS3(tick)
CSS2(tick)
CSS1(tick)
Step by Step scenario
  1. Configure a UA PHP analysis
  2. Run analysis
  3. Open Log and see warning messages - Unable to find the object end for type XXXX
Action Plan

This warning occurs if the analyzed source file does not contain END for the object type being reported. For example "Unable to find the object end for type 'phpFunction'" means that the analyzed source file does not contain END for the function.

  1. Check for existence of END in the source file
    1. Open the file and check in the source code and see whether the reported object contains end or not. If it does not contain, then this explains the reason for warning.
  2. Else if the reported object contains END yet the analyzer is not able to recognize it then contact  CAST Technical Support with the Relevant Input to reproduce issue.
Notes/comments


Related Pages