Home
last modified time | relevance | path

Searched refs:GLOB_ERR (Results 1 – 12 of 12) sorted by last modified time

/PHP-7.3/ext/zip/
H A Dphp_zip.c503 #ifndef GLOB_ERR
504 # define GLOB_ERR 0 macro
508 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR)
/PHP-7.3/win32/
H A Dglob.c644 pglob->gl_flags & GLOB_ERR)
H A Dglob.h75 #define GLOB_ERR 0x0004 /* Return on error. */ macro
/PHP-7.3/ext/standard/tests/file/
H A Dglob_error.phpt21 var_dump( glob(dirname(__FILE__)."/glob_error/wonder12345", GLOB_ERR, 3) ); // args > expected
H A Dglob_variation-win32-mb.phpt54 var_dump( glob($pattern, GLOB_ERR) );
H A Dglob_variation-win32.phpt53 var_dump( glob($pattern, GLOB_ERR) );
H A Dglob_variation.phpt56 var_dump( glob($pattern, GLOB_ERR) );
/PHP-7.3/ext/standard/
H A Ddir.c182 #ifdef GLOB_ERR in PHP_MINIT_FUNCTION()
183 REGISTER_LONG_CONSTANT("GLOB_ERR", GLOB_ERR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
185 # define GLOB_ERR 0 in PHP_MINIT_FUNCTION() macro
197 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR) in PHP_MINIT_FUNCTION()
/PHP-7.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-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c1301 if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()

Completed in 60 milliseconds