Searched refs:GLOB_ERR (Results 1 – 11 of 11) sorted by relevance
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()
170 #ifdef GLOB_ERR in PHP_MINIT_FUNCTION()171 REGISTER_LONG_CONSTANT("GLOB_ERR", GLOB_ERR, CONST_PERSISTENT); in PHP_MINIT_FUNCTION()173 # define GLOB_ERR 0 in PHP_MINIT_FUNCTION() macro185 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR) in PHP_MINIT_FUNCTION()
53 var_dump( glob($pattern, GLOB_ERR) );
51 var_dump( glob($pattern, GLOB_ERR) );
50 var_dump( glob($pattern, GLOB_ERR) );
607 #ifndef GLOB_ERR608 # define GLOB_ERR 0 macro612 …(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 50 milliseconds