Home
last modified time | relevance | path

Searched refs:dir (Results 551 – 560 of 560) sorted by relevance

1...<<212223

/PHP-7.4/ext/phar/
H A Dphar_object.c1487 fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name); in phar_build()
1730 char *dir, *error, *regex = NULL; in PHP_METHOD() local
1744 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|s", &dir, &dir_len, &regex, &regex_len) == FAILURE) { in PHP_METHOD()
1758 ZVAL_STRINGL(&arg, dir, dir_len); in PHP_METHOD()
1809 pass.b = dir; in PHP_METHOD()
/PHP-7.4/docs/
H A Dstreams.md81 PHPAPI php_stream *php_stream_fopen_temporary_file(const char *dir,
/PHP-7.4/ext/date/lib/
H A Dparse_date.re515 timelib_ull dir = 1;
527 dir *= -1;
531 return dir * timelib_get_nr(ptr, max_length);
H A Dparse_date.c517 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
529 dir *= -1; in timelib_get_unsigned_nr()
533 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
/PHP-7.4/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.
1465 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1468 $install_prog $dir/$dlname \$dldir/$dlname~
1471 dlpath=$dir/\$dldll~
H A Dphp.m4828 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
831 dnl build-dir.
/PHP-7.4/
H A Dconfigure.ac891 PHP_ARG_WITH([config-file-scan-dir],,
892 [AS_HELP_STRING([--with-config-file-scan-dir=PATH],
H A DNEWS139 . Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). (cmb)
914 . Fixed bug #79491 (Search for .user.ini extends up to root dir). (cmb)
1437 . The filter extension no longer has the --with-pcre-dir on Unix builds,
2292 working dir). (Anatol)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます110 # number of entries in this directory. for root dir 0
11599 >&-176 lelong x average number of files in dir %d,
11619 >&-176 lelong x average number of files in dir %d,
11659 >&-176 belong x average number of files in dir %d,
20422 #>4 use zip-dir-entry
21337 >>0 use cur-ico-dir
21340 >>0 use cur-ico-dir
21342 0 name cur-ico-dir
21344 # 1st data offset = dir header size + n * dir entry size = 6 + n * 10h = ?6h
21410 >>0 use cur-ico-dir
[all …]
H A Dmagic110 # number of entries in this directory. for root dir 0
11599 >&-176 lelong x average number of files in dir %d,
11619 >&-176 lelong x average number of files in dir %d,
11659 >&-176 belong x average number of files in dir %d,
20422 #>4 use zip-dir-entry
21337 >>0 use cur-ico-dir
21340 >>0 use cur-ico-dir
21342 0 name cur-ico-dir
21344 # 1st data offset = dir header size + n * dir entry size = 6 + n * 10h = ?6h
21410 >>0 use cur-ico-dir
[all …]

Completed in 215 milliseconds

1...<<212223