Home
last modified time | relevance | path

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

1...<<2122

/PHP-5.4/ext/openssl/
H A Dopenssl.mak34 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch380 - DIR *dir;
382 + php_stream *dir;
410 - dir = opendir(fn);
418 if (!dir) {
430 - closedir(dir);
431 + php_stream_closedir(dir);
447 - closedir(dir);
448 + php_stream_closedir(dir);
456 - closedir(dir);
457 + php_stream_closedir(dir);
[all …]
/PHP-5.4/main/
H A Dphp_streams.h77 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
/PHP-5.4/ext/standard/tests/dir/
H A Dopendir_variation2.phpt7 * Source code: ext/standard/dir.c
/PHP-5.4/ext/standard/tests/file/
H A Dbasename-win32.phpt57 /* paths with shortcut home dir char, with suffix variation */
H A Dfile.inc155 $file_path = dir path where file exists
203 $file_path = dir where files will be created
H A D006_variation1.phpt40 echo "-- Testing all permission from octal 0000 to octal 0777 on file and dir --\n";
66 -- Testing all permission from octal 0000 to octal 0777 on file and dir --
/PHP-5.4/
H A DREADME.UNIX-BUILD-SYSTEM87 This will read a file in the source-dir of your extension called
H A Dacinclude.m4832 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
835 dnl from object_var in build-dir.
1371 DIR *dir;
1375 dir = opendir("/");
1376 if (!dir)
1378 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0)
2204 PHP_ARG_WITH(icu-dir,,
2205 [ --with-icu-dir=DIR Specify where ICU libraries and headers can be found], DEFAULT, no)
H A D.gitattributes48 /ext/standard/tests/dir/scandir_variation3.phpt -crlf
H A Dphp.ini-development714 ; http://php.net/user-dir
718 ; http://php.net/extension-dir
786 ; http://php.net/upload-tmp-dir
1374 ; You can use the script in the ext/session dir for that purpose.
1791 ; http://php.net/soap.wsdl-cache-dir
H A Dphp.ini-production714 ; http://php.net/user-dir
718 ; http://php.net/extension-dir
786 ; http://php.net/upload-tmp-dir
1374 ; You can use the script in the ext/session dir for that purpose.
1791 ; http://php.net/soap.wsdl-cache-dir
H A DINSTALL736 <Object ppath="d:\path\to\authenticated\dir\*">
1457 --extension-dir [...]
1458 --include-dir [...]
1472 --extension-dir Directory where extensions are searched by default
1473 --include-dir Directory prefix where header files are installed by
1648 ":/new/dir".
1864 --with-config-file-scan-dir=PATH
H A DREADME.STREAMS82 PHPAPI php_stream *php_stream_fopen_temporary_file(const char *dir,
/PHP-5.4/sapi/nsapi/
H A Dnsapi-readme.txt94 <Object ppath="d:\path\to\authenticated\dir\*">
/PHP-5.4/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.4/ext/standard/tests/array/
H A Dcount_recursive.phpt99 $resource2 = opendir( "." ); // Creating dir resource
/PHP-5.4/sapi/roxen/
H A Droxen.c577 char *dir; in php_roxen_module_main() local
/PHP-5.4/ext/phar/
H A Dphar_internal.h698 …get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int …
H A Dphar_object.c1539 fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name);
1813 char *dir, *error, *regex = NULL; local
1827 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &dir, &dir_len, &regex, &regex_len) ==…
1840 ZVAL_STRINGL(&arg, dir, dir_len, 0);
1898 pass.b = dir;
/PHP-5.4/ext/standard/
H A Dbasic_functions.c966 ZEND_ARG_INFO(0, dir)
1088 ZEND_ARG_INFO(0, dir)
3190 PHP_FALIAS(dir, getdir, arginfo_dir)
3610 PHP_MINIT(dir)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local
3716 PHP_RINIT(dir)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION() local
H A Dconfig.m4596 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
/PHP-5.4/ext/date/lib/
H A Dparse_date.re517 timelib_ull dir = 1;
529 dir *= -1;
533 return dir * timelib_get_nr(ptr, max_length);
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1133 -dir application/x-director
1148 +dir application/x-director
1431 static char* dir;
/PHP-5.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"
1330 # and add multilib dir if necessary.
1463 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1466 $install_prog $dir/$dlname \$dldir/$dlname~
1469 dlpath=$dir/\$dldll~

Completed in 122 milliseconds

1...<<2122