mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
No C++ comments and extra tabs.
This commit is contained in:
@@ -401,10 +401,10 @@ PHP_FUNCTION(glob)
|
||||
}
|
||||
|
||||
#ifndef GLOB_NOMATCH
|
||||
// now catch the FreeBSD style of "no matches"
|
||||
/* now catch the FreeBSD style of "no matches" */
|
||||
if (!globbuf.gl_pathc) {
|
||||
array_init(return_value);
|
||||
return;
|
||||
array_init(return_value);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user