Home
last modified time | relevance | path

Searched refs:GLOB_ERR (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/spl/tests/
H A Ddit_001_noglob.phpt5 if (defined('GLOB_ERR')) print "skip GLOB_ERR defined";
H A Ddit_002.phpt4 <?php if (!defined('GLOB_ERR')) die('skip GLOB_ERR not defined'); ?>
H A Ddit_001.phpt5 if (!defined('GLOB_ERR')) print "skip";
/PHP-8.3/win32/
H A Dglob.h75 #define GLOB_ERR 0x0004 /* Return on error. */ macro
H A Dglob.c614 pglob->gl_flags & GLOB_ERR) in glob3()
/PHP-8.3/ext/standard/
H A Ddir.c170 #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() macro
185 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR) in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/standard/tests/file/
H A Dglob_variation.phpt53 var_dump( glob($pattern, GLOB_ERR) );
H A Dglob_variation-win32-mb.phpt51 var_dump( glob($pattern, GLOB_ERR) );
H A Dglob_variation-win32.phpt50 var_dump( glob($pattern, GLOB_ERR) );
/PHP-8.3/ext/zip/
H A Dphp_zip.c607 #ifndef GLOB_ERR
608 # define GLOB_ERR 0 macro
612 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR)
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c1402 if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()

Completed in 29 milliseconds