1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
This commit is contained in:
Marcus Boerger
2004-10-08 19:02:00 +00:00
parent f9aef18c86
commit f0c9f998d3
+1 -1
View File
@@ -838,7 +838,7 @@ PHP_FUNCTION(unserialize)
}
PHP_VAR_UNSERIALIZE_DESTROY(var_hash);
} else {
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is not an string");
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is not a string");
RETURN_FALSE;
}
}