Home
last modified time | relevance | path

Searched refs:include_path (Results 76 – 86 of 86) sorted by relevance

1234

/PHP-8.2/ext/opcache/
H A DZendAccelerator.c267 ZCG(include_path) = new_value; in ZEND_INI_MH()
1214 const char *include_path = NULL, *cwd = NULL; in accel_make_persistent_key() local
1267 include_path = ZCG(include_path_key); in accel_make_persistent_key()
1269 } else if (!ZCG(include_path) || ZSTR_LEN(ZCG(include_path)) == 0) { in accel_make_persistent_key()
1270 include_path = ""; in accel_make_persistent_key()
1273 include_path = ZSTR_VAL(ZCG(include_path)); in accel_make_persistent_key()
1274 include_path_len = ZSTR_LEN(ZCG(include_path)); in accel_make_persistent_key()
1286 if (str == ZCG(include_path)) { in accel_make_persistent_key()
1299 include_path = ZCG(include_path_key); in accel_make_persistent_key()
3329 ZCG(include_path) = NULL;
[all …]
/PHP-8.2/ext/mbstring/tests/
H A Dmb_stripos.phpt9 ini_set('include_path','.');
H A Dmb_convert_variables.phpt12 ini_set('include_path', __DIR__);
H A Dmb_substr.phpt7 ini_set('include_path','.');
/PHP-8.2/main/
H A Dmain.c719 …lude_path", PHP_INCLUDE_PATH, PHP_INI_ALL, OnUpdateStringUnempty, include_path, php_core_glo…
1601 return php_resolve_path(ZSTR_VAL(filename), ZSTR_LEN(filename), PG(include_path)); in php_resolve_path_for_zend()
1632 …g '%s' for inclusion (include_path='%s')", php_strip_url_passwd(tmp), STR_PRINT(PG(include_path))); in php_message_handler_for_zend()
1638 …pening required '%s' (include_path='%s')", php_strip_url_passwd(tmp), STR_PRINT(PG(include_path))); in php_message_handler_for_zend()
/PHP-8.2/ext/phar/
H A Dutil.c308 …h, MAXPATHLEN + 1 + strlen(PG(include_path)), "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAULT_DIR_S… in phar_find_in_include_path()
/PHP-8.2/
H A Dphp.ini-development743 ;include_path = ".:/php/includes"
746 ;include_path = ".;c:\php\includes"
748 ; PHP's default setting for include_path is ".;/path/to/php/pear"
1817 ; Enables or disables file search in include_path optimization
H A Dphp.ini-production745 ;include_path = ".:/php/includes"
748 ;include_path = ".;c:\php\includes"
750 ; PHP's default setting for include_path is ".;/path/to/php/pear"
1819 ; Enables or disables file search in include_path optimization
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php1318 function set_include_path(string $include_path): string|false {} argument
H A Dbasic_functions_arginfo.h513 ZEND_ARG_TYPE_INFO(0, include_path, IS_STRING, 0)
/PHP-8.2/main/streams/
H A Dstreams.c2174 resolved_path = php_resolve_path(path, strlen(path), PG(include_path));

Completed in 109 milliseconds

1234