Zend Studio PHP built-in function no hint

Source: Internet
Author: User
Tags php language zend
There are some PHP built-in functions in Zend Studio that are not prompted, or have ' little yellow exclamation marks '

**
When writing a PHP project with Zend Studio, it is normal to debug when calling system functions, but when writing code, the function is not defined as "call to undefined function", and the left-side syntax detection status area bar always displays an exclamation point of a small yellow triangle.
**‘

Workaround:

1. Modify the project. BuildPath file

<?xml version="1.0" encoding="UTF-8"?><buildpath> <buildpathentry kind="src" path=""/> <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/># 新增一句 kind="con"</buildpath>

2. Resetting the Project compilation state

Clean all projects, Project, clean

3, recompile the project

Project-Build All

4, Complete! And see if the little yellow cold number icon disappears.

Reminder: The PHP Language library contains system functions and definition prototypes of extension library functions that Zend Studio can follow to code hints and complements based on these definition prototypes when calling these functions during encoding.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.