Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 598) sorted by path

12345678910>>...24

/PHP-7.2/
H A D.gitattributes46 /ext/standard/tests/dir/scandir_variation3.phpt -crlf
H A DINSTALL532 <Object ppath="d:\path\to\authenticated\dir\*">
1253 --extension-dir [...]
1254 --include-dir [...]
1268 --extension-dir Directory where extensions are searched by default
1269 --include-dir Directory prefix where header files are installed by
1444 ":/new/dir".
1660 --with-config-file-scan-dir=PATH
H A DMakefile.gcov20 dir=lcov_data/`dirname $$x`; \
21 test -d "$$dir" || $(mkinstalldirs) "$$dir"; \
59 …for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmb…
60 if test -d lcov_data/$$dir; then \
61 rm -rf lcov_data/$$dir ; \
H A DNEWS899 . Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir
2538 . Fixed bug #69489 (tempnam() should raise notice if falling back to temp dir).
H A DREADME.STREAMS82 PHPAPI php_stream *php_stream_fopen_temporary_file(const char *dir,
H A DREADME.UNIX-BUILD-SYSTEM87 This will read a file in the source-dir of your extension called
H A Dacinclude.m4834 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
837 dnl from object_var in build-dir.
1359 DIR *dir;
1363 dir = opendir("/");
1364 if (!dir)
1366 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0) {
1367 close(dir);
1370 close(dir);
2195 PHP_ARG_WITH(icu-dir,,
2196 [ --with-icu-dir=DIR Specify where ICU libraries and headers can be found], DEFAULT, no)
H A Dconfigure.ac931 PHP_ARG_WITH(config-file-scan-dir,,
932 [ --with-config-file-scan-dir=PATH
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c1858 char *ptr, *dir; in virtual_popen() local
1864 dir = CWDG(cwd).cwd; in virtual_popen()
1866 if (*dir == '\'') extra+=3; in virtual_popen()
1867 dir++; in virtual_popen()
1871 dir = CWDG(cwd).cwd; in virtual_popen()
1882 switch (*dir) { in virtual_popen()
1889 *ptr++ = *dir; in virtual_popen()
1891 dir++; in virtual_popen()
/PHP-7.2/appveyor/
H A Dbuild.bat31 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…
33 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
H A Dbuild_task.bat61 --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
/PHP-7.2/build/
H A Dconfig-stubs5 dir=$1; shift
6 for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do
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"
1336 # and add multilib dir if necessary.
1469 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1472 $install_prog $dir/$dlname \$dldir/$dlname~
1475 dlpath=$dir/\$dldll~
H A Dshtool516 for dir in $paths; do
517 if [ -r "$dir/$tool" ]; then
519 bold="`$dir/$tool $seq 2>/dev/null`"
527 norm="`$dir/$tool $seq 2>/dev/null`"
805 for dir in "$@"; do
806 eval "$cmd $dir" || shtool_exit $?
1727 for dir in $paths; do
1728 dir=`echo $dir | sed -e 's;/*$;;'`
1731 if [ $minusx "$dir/$name" ] && [ ! -d "$dir/$name" ]; then
1732 perl="$dir/$name"
/PHP-7.2/ext/curl/
H A Dconfig.m464 easy.h should be in <curl-dir>/include/curl/)
/PHP-7.2/ext/date/lib/
H A Dparse_date.c518 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
530 dir *= -1; in timelib_get_unsigned_nr()
534 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
H A Dparse_date.re516 timelib_ull dir = 1;
528 dir *= -1;
532 return dir * timelib_get_nr(ptr, max_length);
H A Dparse_iso_intervals.c137 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
149 dir *= -1; in timelib_get_unsigned_nr()
153 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
H A Dparse_iso_intervals.re135 timelib_ull dir = 1;
147 dir *= -1;
151 return dir * timelib_get_nr(ptr, max_length);
/PHP-7.2/ext/dom/
H A Dconfig.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)
/PHP-7.2/ext/exif/
H A Dtest.txt66 if ($dir = @opendir($root.$path.'/')) {
67 while (($found = @readdir($dir)) !== false) {
94 case 'dir':
101 @closedir($dir);
/PHP-7.2/ext/exif/tests/
H A Dbug72627.phpt13 Warning: exif_read_data(%s): Error in TIFF: filesize(x04E2) less than start of IFD dir(x829A0004) i…
H A Dbug73737.phpt13 Warning: exif_thumbnail(bug73737.tiff): Error in TIFF: filesize(x0030) less than start of IFD dir(x…
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch460 - DIR *dir;
462 + php_stream *dir;
480 - dir = opendir(fn);
488 if (!dir) {
502 - closedir(dir);
503 + php_stream_closedir(dir);
520 - closedir(dir);
529 - closedir(dir);
530 + php_stream_closedir(dir);
1066 cdf_dir_t dir;
[all …]
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c1236 php_stream *dir; in apprentice_load() local
1262 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
1263 if (!dir) { in apprentice_load()
1267 while (php_stream_readdir(dir, &d)) { in apprentice_load()
1272 php_stream_closedir(dir); in apprentice_load()
1285 php_stream_closedir(dir); in apprentice_load()
1292 php_stream_closedir(dir); in apprentice_load()

Completed in 145 milliseconds

12345678910>>...24