Home
last modified time | relevance | path

Searched refs:dir (Results 501 – 525 of 527) sorted by relevance

1...<<2122

/PHP-8.2/ext/oci8/
H A Dconfig.m426 dnl This isn't an ORACLE_HOME. Try heuristic examination of the dir to help
172 dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
370 dnl a dir. Generally the Instant Client can be anywhere so the user must
/PHP-8.2/ext/mysqli/
H A Dmysqli_nonapi.c974 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
1000 add_property_string(return_value, "dir", (dir) ? (char *)dir : "");
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc1290 * @param string|null $dir
1295 private function getFile(string $extension, string $dir = null, string $name = null): string
1299 return is_null($dir) ? $fileName : $dir . '/' . $fileName;
1351 * @param string|null $dir
1359 string $dir = null,
1363 $filePath = $this->getFile($extension, $dir, $name);
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c1330 php_stream *dir; in apprentice_load() local
1356 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
1357 if (!dir) { in apprentice_load()
1361 while (php_stream_readdir(dir, &d)) { in apprentice_load()
1366 php_stream_closedir(dir); in apprentice_load()
1379 php_stream_closedir(dir); in apprentice_load()
1386 php_stream_closedir(dir); in apprentice_load()
/PHP-8.2/docs/
H A Dunix-build-system.md87 This will read a file in the source-dir of your extension called
H A Dstreams.md81 PHPAPI php_stream *php_stream_fopen_temporary_file(const char *dir,
/PHP-8.2/ext/pcre/tests/
H A Dpreg_match_error4.phpt139 "name": "dnoegel\\/php-xdg-base-dir",
841 "dnoegel\\/php-xdg-base-dir": "0.1",
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_ppc.lua1635 local dir, lnum = match(label, "^([<>])([1-9])$")
1636 if dir then -- Fwd: 1-9, Bkwd: 11-19.
1637 return "LG", lnum + (dir == ">" and 0 or 10)
H A Ddasm_x86.lua716 local dir, lnum = match(expr, "^([<>])([1-9])$")
717 if dir then -- Fwd: 247-255, Bkwd: 1-9.
718 return "iJ", lnum + (dir == ">" and 246 or 0)
/PHP-8.2/win32/build/
H A DMakefile264 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…
/PHP-8.2/ext/standard/tests/file/
H A Dfile.inc155 $file_path = dir path where file exists
203 $file_path = dir where files will be created
H A D006_variation1.phpt21 echo "-- Testing all permission from octal 0000 to octal 0777 on file and dir --\n";
47 -- Testing all permission from octal 0000 to octal 0777 on file and dir --
/PHP-8.2/ext/phar/
H A Dphar_internal.h597 …_entry_info_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, int …
H A Dphar_object.c1454 …fname_len = spprintf(&fname, 0, "%s%c%s", ZSTR_VAL(test_str), DEFAULT_SLASH, intern->u.dir.entry.d… in phar_build()
1700 zend_string *dir, *regex = NULL; in PHP_METHOD() local
1702 if (zend_parse_parameters(ZEND_NUM_ARGS(), "P|S", &dir, &regex) == FAILURE) { in PHP_METHOD()
1720 ZVAL_STR(&arg, dir); in PHP_METHOD()
1768 pass.base = dir; in PHP_METHOD()
/PHP-8.2/ext/standard/
H A Dconfig.m4464 datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
H A Dbasic_functions.c344 BASIC_MINIT_SUBMODULE(dir) in PHP_MINIT_FUNCTION()
431 BASIC_RINIT_SUBMODULE(dir) in PHP_RINIT_FUNCTION()
H A Dbasic_functions.stub.php1859 function dir(string $directory, $context = null): Directory|false {}
H A Dbasic_functions_arginfo.h2509 ZEND_FUNCTION(dir);
3144 ZEND_FE(dir, arginfo_dir)
/PHP-8.2/
H A Dphp.ini-development761 ; https://php.net/user-dir
765 ; https://php.net/extension-dir
848 ; https://php.net/upload-tmp-dir
1033 ; https://php.net/sqlite3.extension-dir
1360 ; You can use the script in the ext/session dir for that purpose.
1760 ; https://php.net/soap.wsdl-cache-dir
H A Dphp.ini-production763 ; https://php.net/user-dir
767 ; https://php.net/extension-dir
850 ; https://php.net/upload-tmp-dir
1035 ; https://php.net/sqlite3.extension-dir
1362 ; You can use the script in the ext/session dir for that purpose.
1762 ; https://php.net/soap.wsdl-cache-dir
H A Dconfigure.ac956 PHP_ARG_WITH([config-file-scan-dir],,
957 [AS_HELP_STRING([--with-config-file-scan-dir=PATH],
/PHP-8.2/build/
H A Dlibtool.m4473 for dir in $PATH /usr/ucb; do
475 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
476 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
477 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
479 echo="$dir/echo"
1332 # and add multilib dir if necessary.
1476 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1479 $install_prog $dir/$dlname \$dldir/$dlname~
1482 dlpath=$dir/\$dldll~
H A Dgen_stub.php29 function processDirectory(string $dir, Context $context): array { argument
32 new RecursiveDirectoryIterator($dir),
H A Dphp.m4812 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
815 dnl build-dir.
/PHP-8.2/.github/workflows/
H A Dnightly.yml592 --with-config-file-scan-dir=/etc/php.d

Completed in 165 milliseconds

1...<<2122