1
0
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:
David Coallier
2007-12-12 03:29:31 +00:00
parent 2196a52edd
commit 7c1087f0aa
+2 -2
View File
@@ -1481,9 +1481,9 @@ SPL_METHOD(Array, serialize)
if (buf.c) {
RETURN_STRINGL(buf.c, buf.len, 0);
} else {
RETURN_NULL();
}
RETURN_NULL();
} /* }}} */