Home
last modified time | relevance | path

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

1...<<3132333435

/php-src/ext/pcntl/
H A Dpcntl.stub.php1058 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} argument
/php-src/ext/pdo_odbc/
H A Dconfig.m412 driver at that path.]])
/php-src/.github/workflows/
H A Dpush.yml329 path: benchmark/repos/data
359 path: ${{ github.workspace }}/benchmark/profiles
/php-src/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
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt285 string(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more"
/php-src/ext/ldap/
H A Dconfig.m416 dnl given lib path e.g. for --with-ldap=/usr/lib/oracle/12.1/client64/lib
/php-src/ext/dba/
H A Ddba_lmdb.c84 rc = mdb_env_open(env, ZSTR_VAL(info->path), flags, mode); in DBA_OPEN_FUNC()
/php-src/ext/enchant/
H A Denchant_arginfo.h18 ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c146 PHPDBG_API char *phpdbg_resolve_path(const char *path) /* {{{ */ in phpdbg_resolve_path() argument
150 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
/php-src/
H A Dconfigure.ac770 AS_CASE([$($php_shtool path $CC)],
874 PHP_ARG_WITH([config-file-path],
875 [path to configuration file],
876 [AS_HELP_STRING([--with-config-file-path=PATH],
877 [Set the path in which to look for php.ini [PREFIX/lib]])],
889 [Set the path where to scan for configuration files])],
919 [AC_MSG_ERROR([Cannot locate libgcc. Make sure that gcc is in your path])])
1323 dnl Build extension directory path.
/php-src/ext/standard/
H A Durl_scanner_ex.re234 * When URL does not have path and query string add "/?".
237 if (!url_parts->path && !url_parts->query && !url_parts->fragment) {
268 if (url_parts->path) {
269 smart_str_appends(dest, ZSTR_VAL(url_parts->path));
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc24 // string $save_path - Directory path, connection strings, etc. Default: session.save_path
/php-src/ext/posix/
H A Dposix_arginfo.h176 ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
/php-src/ext/zip/
H A Dphp_zip.stub.php683 …public function addPattern(string $pattern, string $path = ".", array $options = []): array|false …
/php-src/.github/scripts/windows/
H A Dtest_task.bat64 path C:\Firebird;%PATH%
/php-src/ext/phar/
H A Dphar_object.c445 char *fname, *arch = NULL, *entry = NULL, *path, *actual; in PHP_METHOD() local
454 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &path, &path_len, &actual, &actual_len) == FAILUR… in PHP_METHOD()
481 if (path_len > 7 && !memcmp(path, "phar://", 7)) { in PHP_METHOD()
482 …Can only mount internal paths within a phar archive, use a relative path instead of \"%s\"", path); in PHP_METHOD()
503 if (SUCCESS != phar_mount_entry(pphar, actual, actual_len, path, path_len)) { in PHP_METHOD()
504 …ion_ex(phar_ce_PharException, 0, "Mounting of %s to %s within phar %s failed", path, actual, arch); in PHP_METHOD()
507 if (entry && path == entry) { in PHP_METHOD()
524 …} else if (SUCCESS == phar_split_fname(path, path_len, &arch, &arch_len, &entry, &entry_len, 2, 0)… in PHP_METHOD()
525 path = entry; in PHP_METHOD()
530 zend_throw_exception_ex(phar_ce_PharException, 0, "Mounting of %s to %s failed", path, actual); in PHP_METHOD()
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt73 …MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from what
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in139 ; Relative path can also be used. They will be prefixed by:
/php-src/ext/dom/
H A Dphp_dom.h172 xmlChar *php_dom_libxml_fix_file_path(xmlChar *path);
/php-src/build/
H A Dlibtool.m41502 # which wouldn't understand a cygwinified path. Ahh.
1717 # Append ld.so.conf contents to the search path
2263 # Check if gcc -print-prog-name=ld gives a path.
3097 # as there is no search path for DLLs.
4400 # This is the shared library runtime path variable.
4403 # This is the shared library path variable.
4450 # Compile-time system search path for libraries
4453 # Run-time system search path for libraries
5470 # as there is no search path for DLLs.
5781 # no search path for DLLs.
[all …]
/php-src/sapi/fpm/tests/
H A Dtester.inc1291 // Socket max path length is 108 on Linux and 104 on BSD,
1390 * Get file path for resource file.
1406 * Get absolute file path for the resource file used by templates.
1590 $this->trace('File path exists as expected', $filePath);
1609 $this->trace('File path does not exist as expected', $filePath);
2179 * @param string $source The source file path or name if log is a pipe.
H A Dlogreader.inc71 * @param string $filePath Source file path.s
/php-src/ext/mbstring/tests/
H A Dgb18030_2022_encoding.phpt201 function readGB18030_2022_ConversionTable($path, &$from, &$to, $utf32 = false) {
205 $fp = fopen($path, 'r+');
/php-src/main/
H A Dmain.c413 char *envpath, *path; in php_binary_init() local
421 path = estrdup(envpath); in php_binary_init()
422 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
432 efree(path); in php_binary_init()

Completed in 111 milliseconds

1...<<3132333435