Lines Matching refs:glob
2 Test glob() function: usage variations
11 echo "*** Testing glob() : usage variations ***\n";
42 using glob() */
46 var_dump( glob($pattern) ); // default arguments
47 var_dump( glob($pattern, GLOB_MARK) );
48 var_dump( glob($pattern, GLOB_NOSORT) );
49 var_dump( glob($pattern, GLOB_NOCHECK) );
50 var_dump( glob($pattern, GLOB_NOESCAPE) );
51 var_dump( glob($pattern, GLOB_ERR) );
58 echo "\n*** Testing glob() with pattern within braces ***\n";
59 var_dump( glob("$file_path/glob_variation私はガラスを食べられます/*{5}", GLOB_BRACE) );
67 echo "\n*** Testing glob() on directories ***\n";
73 using glob() */
77 var_dump( glob($pattern, GLOB_ONLYDIR) );
94 *** Testing glob() : usage variations ***
333 glob(): Argument #1 ($pattern) must not contain any null bytes
399 *** Testing glob() with pattern within braces ***
405 *** Testing glob() on directories ***
436 glob(): Argument #1 ($pattern) must not contain any null bytes