mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
- Nitpicking, using same code (without unicode handling) than in HEAD
just removed useless } else {
This commit is contained in:
+2
-2
@@ -1481,9 +1481,9 @@ SPL_METHOD(Array, serialize)
|
||||
|
||||
if (buf.c) {
|
||||
RETURN_STRINGL(buf.c, buf.len, 0);
|
||||
} else {
|
||||
RETURN_NULL();
|
||||
}
|
||||
|
||||
RETURN_NULL();
|
||||
|
||||
} /* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user