Home
last modified time | relevance | path

Searched refs:directory (Results 476 – 500 of 579) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.1/ext/standard/tests/file/
H A Drmdir_variation1-win32.phpt13 * Description: Remove a directory
H A Dfile_put_contents_variation8-win32.phpt31 /* prefix with path separator of a non existing directory*/
H A Dtouch_variation5-win32.phpt22 if (!mkdir($cwd . '/' . $workDir)) die("cannot create directory $workDir");
82 echo "FAILED: $path - unexpected directory\n";
H A Ddirname_variation1.phpt8 * Description: Returns the directory name component of the path
H A D006_error.phpt79 Warning: chmod(): No such file or directory in %s on line %d
/PHP-7.1/ext/fileinfo/tests/
H A Dbug61964-mb.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
/PHP-7.1/
H A DREADME.EXT_SKEL14 Very simple. First, change to the ext/ directory of the PHP 4 sources. If
20 and everything you need is placed in directory module_name.
30 change back up to PHP sources top directory, and do
H A DREADME.TESTING20 "tests" directory under source root directory.
82 code executed to the test script directory. For example, if
H A DREADME.RELEASE_PROCESS38 - Checkout the pecl directory, most likely you want a sparse-root checkout
40 - Create an directory for the extension incl. branch and tag structure,
100 directory "downloads/". Copy them into there, so that the system can generate
101 MD5 sums. If you do not have this directory, talk to Derick or Dan.
108 those are made, they should be placed into the same directory as the source snapshots.
H A Dphp.ini-development14 ; 4. Current working directory (except CLI)
15 ; 5. The web server's directory (for SAPI modules), or directory of PHP
17 ; 6. The directory from the --with-config-file-path compile time option, or the
18 ; Windows directory (C:\windows or C:\winnt)
28 ; apply to PHP files in the /www/mysite directory. Directives
884 ; default extension directory.
1357 ; your OS has problems with many files in one directory, and is
1360 ; NOTE 1: PHP will not create this directory structure automatically.
1764 ; Sets the directory name where SOAP extension will put cache files.
1900 ; Enables and sets the second level cache directory.
[all …]
H A Dphp.ini-production14 ; 4. Current working directory (except CLI)
15 ; 5. The web server's directory (for SAPI modules), or directory of PHP
17 ; 6. The directory from the --with-config-file-path compile time option, or the
18 ; Windows directory (C:\windows or C:\winnt)
28 ; apply to PHP files in the /www/mysite directory. Directives
884 ; default extension directory.
1357 ; your OS has problems with many files in one directory, and is
1360 ; NOTE 1: PHP will not create this directory structure automatically.
1764 ; Sets the directory name where SOAP extension will put cache files.
1900 ; Enables and sets the second level cache directory.
[all …]
/PHP-7.1/ext/phar/tests/
H A Dphar_copy.phpt76 hihifile "/error/.." contains invalid characters upper directory reference, cannot be copied from "…
H A Dfgc_edgecases.phpt83 …ses.phar.php/oops): failed to open stream: phar error: path "oops" is a directory in phar://%sfgc_…
/PHP-7.1/ext/sqlite3/
H A Dconfig0.m47 SQLite3 installation directory.], yes)
/PHP-7.1/ext/standard/tests/image/
H A Dgetimagesize.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c78 ZEND_ARG_INFO(0, directory)
93 ZEND_ARG_INFO(0, directory)
98 ZEND_ARG_INFO(0, directory)
115 ZEND_ARG_INFO(0, directory)
120 ZEND_ARG_INFO(0, directory)
/PHP-7.1/ext/mbstring/libmbfl/
H A Dconfig.h.in53 /* Define to the sub-directory in which libtool stores uninstalled libraries.
/PHP-7.1/sapi/apache2handler/
H A DREADME54 place your php.ini file in Apache's ServerRoot/conf directory and
/PHP-7.1/sapi/phpdbg/
H A DREADME.md45 Where the source directory has been used previously to build PHP, there exists a file named *config…
/PHP-7.1/ext/standard/tests/strings/
H A Dhighlight_file.phpt43 Warning: highlight_file(%shighlight_file.dat): failed to open stream: No such file or directory in …
/PHP-7.1/tests/security/
H A Dopen_basedir_parse_ini_file.phpt15 $directory = dirname(__FILE__);
/PHP-7.1/ext/pdo_sqlite/
H A Dconfig.m48 install directory [BUNDLED]], $PHP_PDO)
/PHP-7.1/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc146 * Create an internal directory, creating parent directories as needed
H A Dcorrupt_tarmaker.php.inc154 * Create an internal directory, creating parent directories as needed
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c1043 char *directory=NULL, resolved_path[MAXPATHLEN]; in PHP_METHOD() local
1070 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in PHP_METHOD()
1072 directory = VCWD_GETWD(resolved_path); in PHP_METHOD()
1074 if (directory) { in PHP_METHOD()

Completed in 212 milliseconds

1...<<11121314151617181920>>...24