Home
last modified time | relevance | path

Searched refs:paths (Results 51 – 75 of 124) sorted by relevance

12345

/PHP-5.4/ext/standard/tests/file/
H A Dreadfile_variation7.phpt18 // include paths.
H A Dfile_get_contents_variation1.phpt19 // include paths.
H A Dfile_get_contents_variation2.phpt20 // include paths.
H A Dfile_variation5-win32.phpt2 file() with various paths
H A Dpathinfo_variaton.phpt31 $paths = array (
80 /* loop through $paths to test each $path in the above array */
81 foreach($paths as $path) {
H A Dfile_variation5.phpt2 file() with various paths
H A Dpathinfo_basic2.phpt18 $paths = array (
38 /* loop through $paths to test each $path in the above array */
39 foreach($paths as $path) {
H A Dchmod_variation2-win32.phpt2 chmod() with various paths
H A Dchmod_variation2.phpt2 chmod() with various paths
H A Dmkdir_variation5.phpt2 Test mkdir() function : variation: various valid and invalid paths
H A Dreadfile_variation10.phpt2 Test readfile() function : variation - various invalid paths
H A Dreadlink_realpath_basic2.phpt31 /* filenames resulting in valid paths */
H A Drealpath_basic-win32.phpt30 /* filenames resulting in valid paths */
H A Drmdir_variation3.phpt2 Test rmdir() function : variation: various valid and invalid paths
H A Dpathinfo_basic1-win32.phpt18 $paths = array (
61 /* loop through $paths to test each $path in the above array */
62 foreach($paths as $path) {
H A Dpathinfo_basic.phpt13 $paths = array (
55 /* loop through $paths to test each $path in the above array */
56 foreach($paths as $path) {
/PHP-5.4/ext/snmp/
H A Dconfig.m435 AC_MSG_ERROR([Could not find the required paths. Please check your net-snmp installation.])
/PHP-5.4/ext/standard/tests/dir/
H A Dopendir_variation6.phpt17 * Pass paths containing wildcards to test if opendir() recognises them
H A Dopendir_variation6-win32.phpt17 * Pass paths containing wildcards to test if opendir() recognises them
/PHP-5.4/sapi/cgi/
H A DCHANGES8 --disable-path-info-check CGI: If this is disabled, paths such as
/PHP-5.4/ext/phar/tests/files/
H A Dpear2coverage.phar.php444 $paths = $agg->retrievePathsForTest($test);
445 foreach ($paths as $name) {
1514 $paths = $this->retrievePaths(1);
1515 echo "Scanning ", count($paths), " source files";
1516 foreach ($paths as $path) {
1544 $paths = $this->retrieveTestPaths();
1545 echo "Scanning ", count($paths), " test paths";
1546 foreach ($paths as $path) {
/PHP-5.4/build/
H A Dshtool514 paths=`echo $PATH | sed -e 's/:/ /g'`
516 for dir in $paths; do
1679 paths="`echo $opt_p |\
1720 for dir in $paths; do
1760 for path in $paths /lib /usr/lib /usr/local/lib; do
1790 for path in $paths; do
/PHP-5.4/ext/phar/
H A DTODO75 X implement manual mounting of external paths to a directory inside a phar
81 X implement opendir support for mounted paths [Greg]
105 X clean crap paths like phar://blah.phar/file//../to\\here.php [Greg]
/PHP-5.4/ext/phar/tests/
H A Dphar_mount.phpt58 Can only mount internal paths within a phar archive, use a relative path instead of "phar://%sphar_…
/PHP-5.4/sapi/roxen/
H A Dconfig.m427 PIKE_MODULE_DIR=`$PIKE --show-paths 2>&1| grep '^Module' | sed -e 's/.*: //'`

Completed in 37 milliseconds

12345