include_path      216 ext/opcache/ZendAccelerator.c 		ZCG(include_path) = new_value;
include_path      944 ext/opcache/ZendAccelerator.c 		const char *include_path = NULL, *cwd = NULL;
include_path      993 ext/opcache/ZendAccelerator.c 			include_path = ZCG(include_path_key);
include_path      995 ext/opcache/ZendAccelerator.c 		} else if (!ZCG(include_path) || ZSTR_LEN(ZCG(include_path)) == 0) {
include_path      996 ext/opcache/ZendAccelerator.c 			include_path = "";
include_path      999 ext/opcache/ZendAccelerator.c 			include_path = ZSTR_VAL(ZCG(include_path));
include_path     1000 ext/opcache/ZendAccelerator.c 			include_path_len = ZSTR_LEN(ZCG(include_path));
include_path     1007 ext/opcache/ZendAccelerator.c 					zend_string *str = accel_find_interned_string(ZCG(include_path));
include_path     1011 ext/opcache/ZendAccelerator.c 						str = accel_new_interned_string(zend_string_copy(ZCG(include_path)));
include_path     1012 ext/opcache/ZendAccelerator.c 						if (str == ZCG(include_path)) {
include_path     1023 ext/opcache/ZendAccelerator.c 						include_path = ZCG(include_path_key);
include_path     1050 ext/opcache/ZendAccelerator.c 			memcpy(ZCG(key) + key_length, include_path, include_path_len);
include_path     2772 ext/opcache/ZendAccelerator.c 	ZCG(include_path) = NULL;
include_path     2776 ext/opcache/ZendAccelerator.c 		ZCG(include_path) = ini_entry->value;
include_path      244 ext/opcache/ZendAccelerator.h 	zend_string            *include_path;         /* current value of "include_path" directive */
include_path      319 ext/phar/util.c 	spprintf(&path, MAXPATHLEN, "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAULT_DIR_SEPARATOR, PG(include_path));
include_path      534 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     1390 main/main.c    	return php_resolve_path(filename, filename_len, PG(include_path));
include_path     1427 main/main.c    			php_error_docref("function.include", E_WARNING, "Failed opening '%s' for inclusion (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
include_path     1430 main/main.c    			php_error_docref("function.require", 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;