use_cwd           934 ext/opcache/ZendAccelerator.c     if (ZCG(accel_directives).use_cwd &&
use_cwd           222 ext/opcache/ZendAccelerator.h 	zend_bool      use_cwd;
use_cwd           256 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           664 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(directives, "opcache.use_cwd",             ZCG(accel_directives).use_cwd);
use_cwd          2123 ext/phar/phar.c char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC) /* {{{ */
use_cwd          2131 ext/phar/phar.c 	if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
use_cwd           579 ext/phar/phar_internal.h char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC);