Searched refs:GLOB_ERR (Results 1 – 13 of 13) sorted by relevance
34 #ifndef GLOB_ERR35 #define GLOB_ERR 0 macro63 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR)
30 #if defined(HAVE_GLOB) && (defined(GLOB_ERR) && GLOB_ERR != 0) in register_dir_symbols()31 REGISTER_LONG_CONSTANT("GLOB_ERR", GLOB_ERR, CONST_PERSISTENT); in register_dir_symbols()
29 const GLOB_ERR = UNKNOWN; define
5 if (defined('GLOB_ERR')) print "skip GLOB_ERR defined";
4 <?php if (!defined('GLOB_ERR')) die('skip GLOB_ERR not defined'); ?>
5 if (!defined('GLOB_ERR')) print "skip";
75 #define GLOB_ERR 0x0004 /* Return on error. */ macro
614 pglob->gl_flags & GLOB_ERR) in glob3()
53 var_dump( glob($pattern, GLOB_ERR) );
51 var_dump( glob($pattern, GLOB_ERR) );
50 var_dump( glob($pattern, GLOB_ERR) );
606 #ifndef GLOB_ERR607 # define GLOB_ERR 0 macro611 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR)
1402 if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()
Completed in 41 milliseconds