Zend Studio PHP Built-in function does not have auto-completion or prompt function does not define "call-to-undefined function"

Source: Internet
Author: User
Tags php language

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>

#如果哪部分少了, just add the modifications to which part, when I was in Zend 10.0, 新增

<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>

Then in the Zend Project home directory blank Place refresh, solved, not the following steps. If you are not resolved, proceed to the following steps:

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.

Zend Studio PHP Built-in function does not have auto-completion or prompt function does not define "call-to-undefined function"

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.