Home
last modified time | relevance | path

Searched refs:path (Results 826 – 843 of 843) sorted by relevance

1...<<31323334

/php-src/ext/opcache/
H A DZendAccelerator.c1188 const char *path = ZSTR_VAL(str); in accel_make_persistent_key() local
1196 if (IS_ABSOLUTE_PATH(path, path_length)) { in accel_make_persistent_key()
1198 } else if (UNEXPECTED(php_is_stream_path(path))) { in accel_make_persistent_key()
1199 if (!is_cacheable_stream_path(path)) { in accel_make_persistent_key()
1219 … "getcwd() failed for '%s' (%d), please try to set opcache.use_cwd to 0 in ini file", path, errno); in accel_make_persistent_key()
1313 memcpy(key, path, path_length); in accel_make_persistent_key()
H A Dzend_accelerator_module.c768 add_next_index_stringl(return_value, p->path, p->path_length);
/php-src/
H A DUPGRADING25 previously skipped if the path looked like it was referring to a file, i.e.
26 if the last path component contained a period. In that case, a 404 error was
290 . Added ability to change .php_history path through PHP_HISTFILE env variable.
/php-src/ext/gd/
H A Dgd.c1822 zend_string *path; in _php_image_output() local
1824 tmp = php_open_temporary_file(NULL, NULL, &path); in _php_image_output()
1850 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()
1851 zend_string_release_ex(path, 0); in _php_image_output()
/php-src/ext/pcre/tests/
H A Dpreg_match_error4.phpt23 "type": "path",
/php-src/ext/odbc/
H A Dconfig.m448 dnl Check for the library files, and setup the ODBC_LIBS path.
/php-src/Zend/
H A Dzend_compile.h948 ZEND_API size_t zend_dirname(char *path, size_t len);
/php-src/ext/phar/phar/
H A Dpharcommand.inc218 $path = explode(PATH_SEPARATOR, $_ENV['PATH']);
220 foreach ($path as $component) {
/php-src/ext/standard/tests/file/
H A Dfile.inc155 $file_path = dir path where file exists
/php-src/build/
H A Dconfig.guess1429 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
/php-src/docs/source/miscellaneous/
H A Dstubs.rst749 the specified path.
/php-src/ext/zip/
H A Dphp_zip_arginfo.h99 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, path, IS_STRING, 0, "\".\"")
/php-src/ext/openssl/
H A Dopenssl.c943 char * str, path[MAXPATHLEN]; in php_openssl_parse_config() local
960 …if (str != NULL && php_openssl_check_path_ex(str, strlen(str), path, 0, false, false, "oid_file"))… in php_openssl_parse_config()
961 BIO *oid_bio = BIO_new_file(path, PHP_OPENSSL_BIO_MODE_R(PKCS7_BINARY)); in php_openssl_parse_config()
/php-src/ext/dom/
H A Dphp_dom_arginfo.h993 ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
1028 ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
/php-src/ext/fileinfo/
H A Dlibmagic.patch1828 - "path too long: `%s'", buf);
1833 - "x-path-too-long") == -1)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2760 >>156 ubyte 0x4c \b, long path
4737 # skip ASCII text by looking for terminating \0 of path
4747 # path[CXBTFFile[MaximumPathLength=256]
16053 # file path of suspicious file
16056 # file path of virus file
20670 # look for DOS/Windows network path if no drive letter part
25205 0 string/tc return-path: SMTP mail text
34144 # remote-path to video file
38371 >>>(12.L) string >\0 (path %s)
38386 >>>(12.L) string >\0 (path %s)
[all …]
H A Dmagic2760 >>156 ubyte 0x4c \b, long path
4737 # skip ASCII text by looking for terminating \0 of path
4747 # path[CXBTFFile[MaximumPathLength=256]
16053 # file path of suspicious file
16056 # file path of virus file
20670 # look for DOS/Windows network path if no drive letter part
25205 0 string/tc return-path: SMTP mail text
34144 # remote-path to video file
38371 >>>(12.L) string >\0 (path %s)
38386 >>>(12.L) string >\0 (path %s)
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc119 /* fast path: power of two */

Completed in 300 milliseconds

1...<<31323334