mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
No C++ comments and extra tabs.
This commit is contained in:
parent
b2ee53106f
commit
fde80076ec
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue