is_function      7238 Zend/zend_compile.c void zend_do_use_non_class(znode *ns_name, znode *new_name, int is_function, zend_bool case_sensitive, HashTable *current_import_sub, HashTable *lookup_table TSRMLS_DC) /* {{{ */
is_function      7281 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use %s %s as %s because the name is already in use", is_function ? "function" : "const", Z_STRVAL_P(ns), Z_STRVAL_P(name));
is_function      7286 Zend/zend_compile.c 	} else if (is_function) {
is_function      7313 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use %s %s as %s because the name is already in use", is_function ? "function" : "const", Z_STRVAL_P(ns), Z_STRVAL_P(name));
is_function      7316 Zend/zend_compile.c 		zend_error(E_WARNING, "The use %s statement with non-compound name '%s' has no effect", is_function ? "function" : "const", Z_STRVAL_P(name));
is_function       655 Zend/zend_compile.h void zend_do_use_non_class(znode *ns_name, znode *new_name, int is_function, zend_bool case_sensitive, HashTable *current_import_sub, HashTable *lookup_table TSRMLS_DC);
is_function       783 main/main.c    	int is_function = 0;
is_function       819 main/main.c    				is_function = 1;
is_function       823 main/main.c    				is_function = 1;
is_function       827 main/main.c    				is_function = 1;
is_function       831 main/main.c    				is_function = 1;
is_function       835 main/main.c    				is_function = 1;
is_function       845 main/main.c    			is_function = 1;
is_function       851 main/main.c    	if (is_function) {
is_function       871 main/main.c    	if (!docref && is_function) {
is_function       891 main/main.c    	if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) {