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
|
#ifndef GLOB_NOMATCH
|
||||||
// now catch the FreeBSD style of "no matches"
|
/* now catch the FreeBSD style of "no matches" */
|
||||||
if (!globbuf.gl_pathc) {
|
if (!globbuf.gl_pathc) {
|
||||||
array_init(return_value);
|
array_init(return_value);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue