Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...23

/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation14.phpt25 var_dump( copy($file, $file_path."/nodir/copy_nosuchfile.tmp") ); //With non-existing dir path
H A Drename_variation.phpt45 // clean the temp dir and file
H A Dsymlink_link_linkinfo_is_link_variation5.phpt33 // create temp dir
H A Drename_variation3-win32.phpt22 /* test rename() by trying to rename an existing file/dir to the same name
H A Dreadfile_variation10.phpt36 "/no/such/file/dir",
/PHP-7.4/ext/standard/tests/strings/
H A Dbasename_variation.phpt11 /* paths with shortcut home dir char, with suffix variation */
24 /* paths with hostname:dir notation, with suffix variation */
/PHP-7.4/ext/standard/tests/dir/
H A Dchdir_variation2.phpt7 * Source code: ext/standard/dir.c
H A Dreaddir_variation6-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Drewinddir_basic-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Dchdir_variation2-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Dopendir_variation4.phpt7 * Source code: ext/standard/dir.c
H A Dopendir_variation4-win32-mb.phpt13 * Source code: ext/standard/dir.c
/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c1198 int dir; /* +1 or -1 depending on direction */ in pass2_fs_dither() local
1221 dir = -1; in pass2_fs_dither()
1228 dir = 1; in pass2_fs_dither()
1251 inptr += dir; in pass2_fs_dither()
1252 outptr += dir; in pass2_fs_dither()
1339 inptr += dir; /* Advance pixel pointers to next column */ in pass2_fs_dither()
1340 outptr += dir; in pass2_fs_dither()
/PHP-7.4/scripts/
H A Dphpize.m460 phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null`
62 EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt60 "dir" => $dfp
638 string(3) "dir"
640 string(3) "dir"
/PHP-7.4/ext/phar/tests/
H A Dphar_gobyebye.phpt46 Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye.p…
H A Dphar_oo_iswriteable.phpt17 $files['dir/'] = '';
H A Dphar_gobyebye-win32.phpt47 Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye-w…
/PHP-7.4/azure/
H A Dmsan_job.yml54 --with-config-file-scan-dir=/etc/php.d
/PHP-7.4/tests/security/
H A Dopen_basedir_filetype.phpt49 string(3) "dir"
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1660 char *ptr, *dir; in virtual_popen() local
1666 dir = CWDG(cwd).cwd; in virtual_popen()
1668 if (*dir == '\'') extra+=3; in virtual_popen()
1669 dir++; in virtual_popen()
1673 dir = CWDG(cwd).cwd; in virtual_popen()
1684 switch (*dir) { in virtual_popen()
1691 *ptr++ = *dir; in virtual_popen()
1693 dir++; in virtual_popen()
/PHP-7.4/ext/pdo/tests/
H A Dpdo_018.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m444 AC_MSG_CHECKING([OCI8 libraries dir])
120 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt55 // invalid file for is the test dir as writting file to existing dir should alway fail
/PHP-7.4/azure/macos/
H A Djob.yml70 --with-config-file-scan-dir=/etc/php.d

Completed in 135 milliseconds

1...<<11121314151617181920>>...23