Home
last modified time | relevance | path

Searched refs:dir (Results 126 – 150 of 598) sorted by path

12345678910>>...24

/PHP-7.2/ext/pdo/tests/
H A Dpdo_030.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_031.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_032.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_033.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_034.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_038.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5217.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5772.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5809.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-7.2/ext/pdo_dblib/
H A Dconfig.w327 /* if they pointed us to a freetds dir, pick that up,
/PHP-7.2/ext/pdo_mysql/
H A Dconfig.m411 PHP_ARG_WITH(zlib-dir, for the location of libz,
12 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
122 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
/PHP-7.2/ext/pdo_oci/
H A Dconfig.m445 AC_MSG_CHECKING([OCI8 libraries dir])
115 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])
/PHP-7.2/ext/pdo_odbc/
H A Dconfig.m46 include and lib dirs are looked for under 'dir'.
9 If ',dir' part is omitted, default for the flavour
18 --with-pdo-odbc=generic,dir,libname,ldflags,cflags
23 [ --with-pdo-odbc=flavour,dir
120 AC_MSG_WARN([library dir $PDO_ODBC_LIBDIR does not exist])
/PHP-7.2/ext/pgsql/
H A Dpgsql.mak30 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-7.2/ext/phar/
H A Ddirstream.c180 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream() argument
183 size_t dirlen = strlen(dir); in phar_make_dirstream()
192 …if ((*dir == '/' && dirlen == 1 && (manifest->nNumOfElements == 0)) || (dirlen >= sizeof(".phar")-… in phar_make_dirstream()
195 efree(dir); in phar_make_dirstream()
208 if (keylen == 0 || keylen < (uint32_t)dirlen || !strncmp(ZSTR_VAL(str_key), dir, dirlen)) { in phar_make_dirstream()
216 if (*dir == '/') { in phar_make_dirstream()
240 if (0 != memcmp(ZSTR_VAL(str_key), dir, dirlen)) { in phar_make_dirstream()
287 efree(dir); in phar_make_dirstream()
294 efree(dir); in phar_make_dirstream()
H A Dphar_internal.h589 …get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int …
H A Dphar_object.c1514 fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name); in phar_build()
1763 char *dir, *error, *regex = NULL; in PHP_METHOD() local
1777 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|s", &dir, &dir_len, &regex, &regex_len) == FAILURE) { in PHP_METHOD()
1791 ZVAL_STRINGL(&arg, dir, dir_len); in PHP_METHOD()
1842 pass.b = dir; in PHP_METHOD()
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc635 $dir = new RecursiveIteratorIterator($dir);
638 $dir = new RegexIterator($dir, $regex);
642 $dir = new InvertedRegexIterator($dir, $invregex);
728 $dir = new RegexIterator($dir, $regex);
732 $dir = new InvertedRegexIterator($dir, $invregex);
847 'type' => 'dir',
867 if (is_array($dir)) {
868 if (count($dir) != 1) {
871 $dir = $dir[0];
885 array($blen, $dir)
[all …]
/PHP-7.2/ext/phar/tests/
H A D017.phpt2 Phar: opendir test - no dir specified at all
24 $dir = opendir('phar://hio');
32 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
H A D018.phpt23 $dir = opendir('phar://hio/');
24 while (false !== ($a = readdir($dir))) {
H A D019.phpt25 $dir = opendir('phar://hio/b');
27 if ($dir) {
28 while (false !== ($a = readdir($dir))) {
H A D019b.phpt28 $dir = opendir($phar . $base);
33 while (false !== ($entry = readdir($dir))) {
H A D019c.phpt28 $dir = opendir($phar . $base);
33 while (false !== ($entry = readdir($dir))) {
H A D024-opcache-win32.phpt9 if (!is_dir($cache_dir) && !mkdir($cache_dir)) die("skip unable to create file_cache dir");
H A D027.phpt27 $dir = opendir($phar . $base);
32 while (false !== ($entry = readdir($dir))) {
47 echo "fseek on dir handle\n";
51 echo "fwrite on dir handle\n";
77 fseek on dir handle
84 fwrite on dir handle
89 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
93 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…

Completed in 56 milliseconds

12345678910>>...24