glob               11 ext/fileinfo/fileinfo.php $files = glob("*");
glob               25 ext/fileinfo/fileinfo.php $files = glob("*");
glob              340 ext/opcache/zend_accelerator_blacklist.c 	ret = glob(filename, 0, NULL, &globbuf);
glob                6 ext/pcre/upgrade-pcre.php $newpcre = glob($pattern);
glob              282 ext/phar/shortarc.php         foreach (glob('*') as $f) {
glob              569 ext/phar/tests/files/pear2coverage.phar.php             $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
glob              584 ext/phar/tests/files/pear2coverage.phar.php             $globbie = glob($dir . '/*.xdebug');
glob              851 ext/phar/tests/files/pear2coverage.phar.php             $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
glob              866 ext/phar/tests/files/pear2coverage.phar.php             $globbie = glob($dir . '/*.xdebug');
glob             98201 ext/sqlite3/libsqlite/sqlite3.c     LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
glob             3212 ext/standard/basic_functions.c 	PHP_FE(glob,															arginfo_glob)
glob              474 ext/standard/dir.c 	if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) {
glob              561 ext/zip/php_zip.c 	if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) {
glob               41 main/streams/glob_wrapper.c 	glob_t   glob;
glob              102 main/streams/glob_wrapper.c 		return pglob->glob.gl_pathc;
glob              148 main/streams/glob_wrapper.c 		if (pglob->index < (size_t)pglob->glob.gl_pathc) {
glob              149 main/streams/glob_wrapper.c 			php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[pglob->index++], pglob->flags & GLOB_APPEND, &path TSRMLS_CC);
glob              153 main/streams/glob_wrapper.c 		pglob->index = pglob->glob.gl_pathc;
glob              170 main/streams/glob_wrapper.c 		globfree(&pglob->glob);
glob              229 main/streams/glob_wrapper.c 	if (0 != (ret = glob(path, pglob->flags & GLOB_FLAGMASK, NULL, &pglob->glob))) {
glob              254 main/streams/glob_wrapper.c 	if (pglob->glob.gl_pathc) {
glob              255 main/streams/glob_wrapper.c 		php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[0], 1, &tmp TSRMLS_CC);
glob              759 run-tests.php  					$pattern_match = glob($argv[$i]);
glob              761 run-tests.php  					$pattern_match = glob($argv[$i] . '.phpt');
glob             1254 sapi/fpm/fpm/fpm_conf.c 		if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) {
glob                6 scripts/dev/extern_c.php 	foreach (glob("$dir/*") as $file) {
glob              321 win32/build/mkdist.php foreach (glob($ICU_DLLS) as $filename) {
glob              515 win32/build/mkdist.php 	$items = glob("$snapshot_template/*");
glob              544 win32/build/mkdist.php 	$items = glob("$snapshot_template/dlls/*.CRT");