use_cwd           940 ext/opcache/ZendAccelerator.c     } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) {
use_cwd           197 ext/opcache/ZendAccelerator.h 	zend_bool      use_cwd;
use_cwd           273 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_BOOLEAN("opcache.use_cwd"            , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd            , zend_accel_globals, accel_globals)
use_cwd           689 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.use_cwd",             ZCG(accel_directives).use_cwd);
use_cwd          2077 ext/phar/phar.c char *phar_fix_filepath(char *path, int *new_len, int use_cwd) /* {{{ */
use_cwd          2085 ext/phar/phar.c 	if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
use_cwd           567 ext/phar/phar_internal.h char *phar_fix_filepath(char *path, int *new_len, int use_cwd);