Home
last modified time | relevance | path

Searched refs:path (Results 801 – 825 of 847) sorted by relevance

1...<<31323334

/PHP-7.1/ext/standard/tests/file/
H A Dfopen_variation14.phpt2 Test fopen() function : variation: file uri, no use include path
H A Dfopen_variation15.phpt2 Test fopen() function : variation: file uri, use include path = true
H A Dsymlink_link_linkinfo_is_link_variation3.phpt20 Prototype: int linkinfo ( string $path );
H A Dfopen_variation14-win32.phpt2 Test fopen() function : variation: file uri, no use include path
H A Dfopen_variation15-win32.phpt2 Test fopen() function : variation: file uri, use include path = true
/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_variation3.phpt6 * Description: List files & directories inside the specified path
H A Dscandir_variation3-win32-mb.phpt12 * Description: List files & directories inside the specified path
/PHP-7.1/ext/
H A Dext_skel136 dnl AC_MSG_CHECKING([for $extname files in default path])
/PHP-7.1/ext/pdo_mysql/
H A Dconfig.m412 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
/PHP-7.1/ext/phar/
H A Dphar_object.c446 char *fname, *arch = NULL, *entry = NULL, *path, *actual; in PHP_METHOD() local
451 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &path, &path_len, &actual, &actual_len) == FAILUR… in PHP_METHOD()
470 if (path_len > 7 && !memcmp(path, "phar://", 7)) { in PHP_METHOD()
471 …Can only mount internal paths within a phar archive, use a relative path instead of \"%s\"", path); in PHP_METHOD()
491 if (SUCCESS != phar_mount_entry(pphar, actual, (int)actual_len, path, (int)path_len)) { in PHP_METHOD()
492 …ion_ex(phar_ce_PharException, 0, "Mounting of %s to %s within phar %s failed", path, actual, arch); in PHP_METHOD()
493 if (path && path == entry) { in PHP_METHOD()
504 if (entry && path && path == entry) { in PHP_METHOD()
521 …} else if (SUCCESS == phar_split_fname(path, (int)path_len, &arch, &arch_len, &entry, &entry_len, … in PHP_METHOD()
522 path = entry; in PHP_METHOD()
[all …]
/PHP-7.1/Zend/
H A Dzend_compile.c1878 path += 2; in zend_dirname()
1915 if (end < path) { in zend_dirname()
1918 path[1] = '\0'; in zend_dirname()
1926 if (end < path) { in zend_dirname()
1930 path[0] = '.'; in zend_dirname()
1931 path[1] = '\0'; in zend_dirname()
1934 path[0] = '\0'; in zend_dirname()
1938 path[0] = '.'; in zend_dirname()
1939 path[1] = '\0'; in zend_dirname()
1948 if (end < path) { in zend_dirname()
[all …]
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.re227 * When URL does not have path and query string add "/?".
230 if (!url_parts->path && !url_parts->query && !url_parts->fragment) {
261 if (url_parts->path) {
262 smart_str_appends(dest, url_parts->path);
H A Durl_scanner_ex.c227 if (!url_parts->path && !url_parts->query && !url_parts->fragment) { in PHP_INI_END()
258 if (url_parts->path) { in PHP_INI_END()
259 smart_str_appends(dest, url_parts->path); in PHP_INI_END()
H A Dstring.c1609 PHPAPI size_t php_dirname(char *path, size_t len) argument
1611 return zend_dirname(path, len);
1661 char *path, *dirname; local
1667 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &path, &path_len, &opt) == FAILURE) {
1676 dirname = estrndup(path, path_len);
1685 ret = php_basename(path, path_len, NULL, 0);
1694 ret = php_basename(path, path_len, NULL, 0);
1711 ret = php_basename(path, path_len, NULL, 0);
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c980 char *accel_make_persistent_key(const char *path, int path_length, int *key_len) in accel_make_persistent_key() argument
985 if (IS_ABSOLUTE_PATH(path, path_length)) { in accel_make_persistent_key()
988 } else if (UNEXPECTED(is_stream_path(path))) { in accel_make_persistent_key()
989 if (!is_cacheable_stream_path(path)) { in accel_make_persistent_key()
1011 … "getcwd() failed for '%s' (%d), please try to set opcache.use_cwd to 0 in ini file", path, errno); in accel_make_persistent_key()
1099 memcpy(ZCG(key), path, path_length); in accel_make_persistent_key()
1137 return (char*)path; in accel_make_persistent_key()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c1345 php_stream *phpdbg_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *m… in phpdbg_stream_url_wrap_php() argument
1347 if (!strncasecmp(path, "php://", 6)) { in phpdbg_stream_url_wrap_php()
1348 path += 6; in phpdbg_stream_url_wrap_php()
1351 if (!strncasecmp(path, "stdin", 6) && PHPDBG_G(stdin_file)) { in phpdbg_stream_url_wrap_php()
1363 return PHPDBG_G(orig_url_wrap_php)(wrapper, path, mode, options, opened_path, context STREAMS_CC); in phpdbg_stream_url_wrap_php()
H A Dphpdbg_utils.c149 PHPDBG_API char *phpdbg_resolve_path(const char *path) /* {{{ */ in phpdbg_resolve_path() argument
153 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.conf.in122 ; Relative path can also be used. They will be prefixed by:
/PHP-7.1/
H A DUPGRADING67 . Full path URL rewrite is supported. Allowed domain can be specified.
449 . Support for long and UTF-8 path;
504 automatically prefixed with \\?\. The max path length is limited to
505 2048 bytes. Be aware, that the path segment limit (basename length) still
/PHP-7.1/ext/ldap/
H A Dconfig.m420 …dnl Find Oracle Instant Client RPM header location corresponding to the given lib path e.g. for --…
/PHP-7.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt72 …MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from what
/PHP-7.1/build/
H A Dlibtool.m41495 # which wouldn't understand a cygwinified path. Ahh.
1710 # Append ld.so.conf contents to the search path
2256 # Check if gcc -print-prog-name=ld gives a path.
3092 # as there is no search path for DLLs.
4395 # This is the shared library runtime path variable.
4398 # This is the shared library path variable.
4445 # Compile-time system search path for libraries
4448 # Run-time system search path for libraries
5465 # as there is no search path for DLLs.
5776 # no search path for DLLs.
[all …]
/PHP-7.1/main/
H A Dmain.c290 char *envpath, *path; in php_binary_init() local
298 path = estrdup(envpath); in php_binary_init()
299 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
309 efree(path); in php_binary_init()
/PHP-7.1/ext/pdo_oci/
H A Dconfig.m4102 # From 11.1.0.7 the RPM path only has an X.Y component
/PHP-7.1/ext/phar/phar/
H A Dclicommand.inc186 self::error("Requested path '$arg' does not exist.\n");

Completed in 112 milliseconds

1...<<31323334