Home
last modified time | relevance | path

Searched refs:path (Results 676 – 700 of 720) sorted by relevance

1...<<212223242526272829

/PHP-7.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt20 Prototype: int linkinfo ( string $path );
H A Dsymlink_link_linkinfo_is_link_variation3.phpt20 Prototype: int linkinfo ( string $path );
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 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.0/Zend/
H A Dzend_compile.c1741 path += 2; in zend_dirname()
1778 if (end < path) { in zend_dirname()
1781 path[1] = '\0'; in zend_dirname()
1789 if (end < path) { in zend_dirname()
1793 path[0] = '.'; in zend_dirname()
1794 path[1] = '\0'; in zend_dirname()
1797 path[0] = '\0'; in zend_dirname()
1801 path[0] = '.'; in zend_dirname()
1802 path[1] = '\0'; in zend_dirname()
1811 if (end < path) { in zend_dirname()
[all …]
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_variation3.phpt6 * Description: List files & directories inside the specified path
/PHP-7.0/ext/opcache/
H A DZendAccelerator.h340 char *accel_make_persistent_key(const char *path, int path_length, int *key_len);
H A DZendAccelerator.c974 char *accel_make_persistent_key(const char *path, int path_length, int *key_len) in accel_make_persistent_key() argument
979 if (IS_ABSOLUTE_PATH(path, path_length)) { in accel_make_persistent_key()
982 } else if (UNEXPECTED(is_stream_path(path))) { in accel_make_persistent_key()
983 if (!is_cacheable_stream_path(path)) { in accel_make_persistent_key()
1005 … "getcwd() failed for '%s' (%d), please try to set opcache.use_cwd to 0 in ini file", path, errno); in accel_make_persistent_key()
1089 memcpy(ZCG(key), path, path_length); in accel_make_persistent_key()
1127 return (char*)path; in accel_make_persistent_key()
/PHP-7.0/ext/pdo_mysql/
H A Dconfig.m412 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
/PHP-7.0/ext/
H A Dext_skel136 dnl AC_MSG_CHECKING([for $extname files in default path])
/PHP-7.0/ext/phar/
H A Dphar_object.c455 char *fname, *arch = NULL, *entry = NULL, *path, *actual; in PHP_METHOD() local
460 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &path, &path_len, &actual, &actual_len) == FAILUR… in PHP_METHOD()
479 if (path_len > 7 && !memcmp(path, "phar://", 7)) { in PHP_METHOD()
480 …Can only mount internal paths within a phar archive, use a relative path instead of \"%s\"", path); in PHP_METHOD()
500 if (SUCCESS != phar_mount_entry(pphar, actual, (int)actual_len, path, (int)path_len)) { in PHP_METHOD()
501 …ion_ex(phar_ce_PharException, 0, "Mounting of %s to %s within phar %s failed", path, actual, arch); in PHP_METHOD()
502 if (path && path == entry) { in PHP_METHOD()
513 if (entry && path && path == entry) { in PHP_METHOD()
530 …} else if (SUCCESS == phar_split_fname(path, (int)path_len, &arch, &arch_len, &entry, &entry_len, … in PHP_METHOD()
531 path = entry; in PHP_METHOD()
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c1316 php_stream *phpdbg_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *m… in phpdbg_stream_url_wrap_php() argument
1318 if (!strncasecmp(path, "php://", 6)) { in phpdbg_stream_url_wrap_php()
1319 path += 6; in phpdbg_stream_url_wrap_php()
1322 if (!strncasecmp(path, "stdin", 6) && PHPDBG_G(stdin_file)) { in phpdbg_stream_url_wrap_php()
1334 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.0/sapi/fpm/
H A Dphp-fpm.conf.in122 ; Relative path can also be used. They will be prefixed by:
/PHP-7.0/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.0/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.0/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.0/main/
H A Dmain.c273 char *envpath, *path; in php_binary_init() local
281 path = estrdup(envpath); in php_binary_init()
282 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
292 efree(path); in php_binary_init()
/PHP-7.0/ext/pdo_oci/
H A Dconfig.m4102 # From 11.1.0.7 the RPM path only has an X.Y component
/PHP-7.0/ext/standard/
H A Dstring.c1609 PHPAPI size_t php_dirname(char *path, size_t len) argument
1611 return zend_dirname(path, len);
1653 char *path, *dirname; local
1659 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &path, &path_len, &opt) == FAILURE) {
1668 dirname = estrndup(path, path_len);
1677 ret = php_basename(path, path_len, NULL, 0);
1686 ret = php_basename(path, path_len, NULL, 0);
1703 ret = php_basename(path, path_len, NULL, 0);
/PHP-7.0/ext/phar/phar/
H A Dclicommand.inc186 self::error("Requested path '$arg' does not exist.\n");
/PHP-7.0/ext/filter/
H A Dlogical_filters.c565 …((flags & FILTER_FLAG_PATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED… in php_filter_validate_url()
/PHP-7.0/
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]

Completed in 174 milliseconds

1...<<212223242526272829