include_path      209 ext/opcache/ZendAccelerator.c 		ZCG(include_path) = new_value;
include_path      210 ext/opcache/ZendAccelerator.c 		if (ZCG(include_path) && *ZCG(include_path)) {
include_path      216 ext/opcache/ZendAccelerator.c 				ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_path      222 ext/opcache/ZendAccelerator.c 					ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_path      229 ext/opcache/ZendAccelerator.c 							memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
include_path      245 ext/opcache/ZendAccelerator.c 			ZCG(include_path) = "";
include_path      848 ext/opcache/ZendAccelerator.c 		full_path_ptr = accel_php_resolve_path(file_handle->filename, strlen(file_handle->filename), ZCG(include_path) TSRMLS_CC);
include_path      937 ext/opcache/ZendAccelerator.c         char *include_path = NULL;
include_path      958 ext/opcache/ZendAccelerator.c 			include_path = ZCG(include_path_key);
include_path      961 ext/opcache/ZendAccelerator.c 	        include_path = ZCG(include_path);
include_path      966 ext/opcache/ZendAccelerator.c 			    !zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1) &&
include_path      972 ext/opcache/ZendAccelerator.c 				ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_path      974 ext/opcache/ZendAccelerator.c 					include_path = ZCG(include_path_key);
include_path      981 ext/opcache/ZendAccelerator.c 						memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
include_path      985 ext/opcache/ZendAccelerator.c 						include_path = ZCG(include_path_key);
include_path     1039 ext/opcache/ZendAccelerator.c 		memcpy(ZCG(key) + cur_len, include_path, include_path_len);
include_path     1070 ext/opcache/ZendAccelerator.c 	realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);
include_path     1895 ext/opcache/ZendAccelerator.c 				resolved_path = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);
include_path     2648 ext/opcache/ZendAccelerator.c 		ZCG(include_path) = INI_STR("include_path");
include_path     2650 ext/opcache/ZendAccelerator.c 		if (ZCG(include_path) && *ZCG(include_path)) {
include_path     2651 ext/opcache/ZendAccelerator.c 			ZCG(include_path_len) = strlen(ZCG(include_path));
include_path     2652 ext/opcache/ZendAccelerator.c 			ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_path     2660 ext/opcache/ZendAccelerator.c 					memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
include_path     2670 ext/opcache/ZendAccelerator.c 			ZCG(include_path) = "";
include_path      263 ext/opcache/ZendAccelerator.h 	char                   *include_path;     /* current section of "include_path" directive */
include_path      318 ext/phar/util.c 	spprintf(&path, MAXPATHLEN, "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAULT_DIR_SEPARATOR, PG(include_path));
include_path      600 main/main.c    	STD_PHP_INI_ENTRY("include_path",			PHP_INCLUDE_PATH,		PHP_INI_ALL,		OnUpdateStringUnempty,	include_path,			php_core_globals,	core_globals)
include_path     1458 main/main.c    	return php_resolve_path(filename, filename_len, PG(include_path) TSRMLS_CC);
include_path     1483 main/main.c    			php_error_docref("function.include" TSRMLS_CC, E_WARNING, "Failed opening '%s' for inclusion (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
include_path     1486 main/main.c    			php_error_docref("function.require" TSRMLS_CC, E_COMPILE_ERROR, "Failed opening required '%s' (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
include_path       84 main/php_globals.h 	char *include_path;